Uses of Class
jphase.SuperErlang

Packages that use SuperErlang
jphase This package provides capabilities for modeling Phase type distributions. 
 

Uses of SuperErlang in jphase
 

Fields in jphase declared as SuperErlang
static SuperErlang SuperErlang.ONE
          The number one (1)
 

Methods in jphase that return SuperErlang
 SuperErlang SuperErlang.addTerm(double coeff, int power, double lmb)
           
 SuperErlang SuperErlang.addTerm(Term tr)
           
static SuperErlang SuperErlang.convolution(SuperErlang f1, SuperErlang f2)
          Return the convolution of this two functions
static SuperErlang Term.convolution(Term term1, Term term2)
          Return the convolution of this two terms
static SuperErlang Term.convolutionUseExp(Term term1, Term term2)
           
 SuperErlang Term.derive()
          Returns the derivative at t
 SuperErlang SuperErlang.derive()
          Rturns the derivative at t of this function.
 SuperErlang SuperErlang.expand(double a)
          Evaluates f(t) at a*t.
 SuperErlang Term.integrate()
          Returns the integral form 0 to t
 SuperErlang SuperErlang.integrate()
          Rturns the integral from 0 to t of this function.
 SuperErlang Term.integrateCom()
          Returns the integral from t to infinity
 SuperErlang SuperErlang.integrateCom()
          Rturns the integral from t to infinity of this function.
 SuperErlang Term.move(double a)
          Return this term evaluated at t+a
 SuperErlang SuperErlang.move(double a)
          Evaluates the function at t+a
 SuperErlang SuperErlang.multiply(SuperErlang f2)
          Multiply the function f2 with this function
static SuperErlang SuperErlang.multiply(SuperErlang f1, SuperErlang f2)
          Return the product of this two functions
static SuperErlang SuperErlang.poly(double coef, int n)
          Return a monomy c t^n
 SuperErlang SuperErlang.sum(SuperErlang f2)
          Sums the function f2 to this function
static SuperErlang SuperErlang.sum(SuperErlang f1, SuperErlang f2)
          Return the sum of this two functions
 SuperErlang SuperErlang.times(double cons)
          Returns this function times the constant
 

Methods in jphase with parameters of type SuperErlang
static SuperErlang SuperErlang.convolution(SuperErlang f1, SuperErlang f2)
          Return the convolution of this two functions
 SuperErlang SuperErlang.multiply(SuperErlang f2)
          Multiply the function f2 with this function
static SuperErlang SuperErlang.multiply(SuperErlang f1, SuperErlang f2)
          Return the product of this two functions
 SuperErlang SuperErlang.sum(SuperErlang f2)
          Sums the function f2 to this function
static SuperErlang SuperErlang.sum(SuperErlang f1, SuperErlang f2)
          Return the sum of this two functions