Click or drag to resize

ParetoDistribution(Double, Double, Generator) 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,
	Generator generator
)

Parameters

alpha  Double
The shape parameter (must be positive).
beta  Double
The scale parameter (must be positive).
generator  Generator
A Generator object.
Exceptions
ExceptionCondition
ArgumentNullExceptiongenerator is .
ArgumentOutOfRangeExceptionalpha or beta is out of range.
See Also