ErlangDistribution(Int32, Double, Generator) Constructor |
Initializes a new instance of the
ErlangDistribution class with the given parameters and generator.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ErlangDistribution(
int order,
double lambda,
Generator ran
)
Parameters
- order Int32
- The (integer) order of the Erlang distribution.
- lambda Double
- The rate parameter.
- ran Generator
- A Generator object.
See Also