|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Term | |
---|---|
jphase | This package provides capabilities for modeling Phase type distributions. |
Uses of Term in jphase |
---|
Fields in jphase declared as Term | |
---|---|
static Term |
Term.ONE
Number 1.0 |
Methods in jphase that return Term | |
---|---|
Term |
Term.expand(double a)
Return this term evaluated at t*a |
Term |
Term.multiply(Term tr)
Return the product of this term with tr |
static Term |
Term.multiply(Term t1,
Term t2)
Return the product of this two terms |
Term |
SuperErlang.term(int i)
Returns the i-th term. |
Methods in jphase with parameters of type Term | |
---|---|
SuperErlang |
SuperErlang.addTerm(Term tr)
|
int |
Term.compareTo(Term tr)
Compares according to lambda,power in that order. |
static SuperErlang |
Term.convolution(Term term1,
Term term2)
Return the convolution of this two terms |
static SuperErlang |
Term.convolutionUseExp(Term term1,
Term term2)
|
boolean |
Term.equalPowers(Term tr)
|
Term |
Term.multiply(Term tr)
Return the product of this term with tr |
static Term |
Term.multiply(Term t1,
Term t2)
Return the product of this two terms |
Constructors in jphase with parameters of type Term | |
---|---|
SuperErlang(Term trm)
f(x) = t |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |