Click or drag to resize

ParetoDistribution(Double, Double) Constructor

Initializes a new instance of the ParetoDistribution class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ParetoDistribution(
	double alpha,
	double beta
)

Parameters

alpha  Double
The shape parameter (must be positive).
beta  Double
The scale parameter (must be positive).
See Also