ErlangDistributionInitialize Method |
Initializes the distribution with the specified order and rate parameter.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Initialize(
int order,
double lambda
)
Parameters
- order Int32
- The (integer) order of the Erlang distribution.
- lambda Double
- The rate parameter (must be non-zero).
See Also