| Interface | Description |
|---|---|
| IFunction |
Interface for functions available in stochastic expression evaluation, like Norm, Trunc, etc.
|
| Class | Description |
|---|---|
| AbstractProbDistFunction | |
| BinomFunction | |
| CeilFunction | |
| ExpDistFunction | |
| FunctionLib |
Function library of functions available in stoex in simucom
|
| GammaDistFunction |
Gamma distribution with shape alpha > 0 and scale parameter theta > 0 There is another way to
write the gamma function with k = alpha or rate parameter beta = 1/theta,
|
| GammaDistFunctionFromMoments |
Gamma distribution with shape alpha > 0 and inverse scale parameter beta > 0 There is another way
to write the gamma function with k = alpha and theta = 1/beta,
|
| LogFunction | |
| LogNormDistFunction |
Lognormal distribution with parameters scale parameter mu and shape parameter sigma > 0.
|
| LogNormDistFunctionFromMoments |
Lognormal distribution from the distributions moments: Parameters mean and standard deviation.
|
| MaxDeviationFunction |
Calculates the maximal of a value and given absolute and relative deviations.
|
| MaxFunction |
Implements the maximum function as in @link
Math, e.g. |
| MinDeviationFunction |
Calculates the minimum of a value and given absolute and relative deviations.
|
| MinFunction |
Implements the minimum function as in @link
Math, e.g. |
| NormDistFunction | |
| PoissonDistFunction | |
| RoundFunction | |
| SqrtFunction | |
| TruncFunction | |
| UniDoubleDistFunction | |
| UniIntDistFunction |