BurrDistribution Constructor

Constructs a new BurrDistribution with the specified parameters.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
public BurrDistribution(
	double c,
	double k,
	double scale = 1
)

Parameters

c  Double
 
k  Double
 
scale  Double  (Optional)
The scale parameter of the distribution.

Remarks

All parameters must be strictly greater than zero.

Exceptions

ArgumentOutOfRangeException

shape1 is less than or equal to zero.

-or-

shape2 is less than or equal to zero.

-or-

scale is less than or equal to zero.

See Also