Burr Distribution Constructor
Constructs a new BurrDistribution with
the specified parameters.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.4
public BurrDistribution(
double c,
double k,
double scale = 1
)
Parameters
Exceptions
Argument | c is less than or equal to zero. -or- k is less than or equal to zero. -or- scale is less than or equal to zero. |