Erlang Distribution Constructor
Constructs a new ErlangDistribution with the specified
order and scale parameters.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public ErlangDistribution(
int order,
double scale
)
Parameters
Remarks
The Erlang distribution is a gamma distribution with positive integer order.
Exceptions
Argument | The order order is less than or equal to zero. -or- scale is less than or equal to zero. |