Click or drag to resize

Burr Constructor

Initializes a new instance of the Burr Type XII class.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Burr(
	double a,
	double c,
	double k,
	Random randomSource = null
)

Parameters

a  Double
The scale parameter a of the Burr distribution. Range: a > 0.
c  Double
The first shape parameter c of the Burr distribution. Range: c > 0.
k  Double
The second shape parameter k of the Burr distribution. Range: k > 0.
randomSource  Random  (Optional)
The random number generator which is used to draw random samples. Optional, can be null.
See Also