Generalized Pareto Distribution Constructor
            
            
            Constructs a new GeneralizedParetoDistribution with the specified
            shape, scale, and location parameters.
            
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public GeneralizedParetoDistribution(
	double shape,
	double scale,
	double location
)Parameters
Remarks
shape and scale must be strictly greater than zero.
Exceptions
| Argument | scale is less than or equal to zero.  |