ErlangDistribution(Int32, Double) Constructor |
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ErlangDistribution(
int order,
double lambda
)
Parameters
- order Int32
- The (integer) order of the Erlang distribution.
- lambda Double
- The rate parameter.
See Also