Click or drag to resize

GeneralizedParetoDistribution Constructor

Initializes a new instance of the GeneralizedParetoDistribution class having the specified parameters.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public GeneralizedParetoDistribution(
	double mu,
	double sigma,
	double xi
)

Parameters

mu
Type: SystemDouble
The location parameter.
sigma
Type: SystemDouble
The scale parameter.
xi
Type: SystemDouble
The shape parameter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionsigma is not positive.
See Also