| 
            
              GeneralizedParetoDistribution Constructor (Double, Double, Double)
             | 
          
        
          
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic GeneralizedParetoDistribution(
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)][DefaultValueAttribute(0)] double location,
	[PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)] double scale,
	[RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)][DefaultValueAttribute(0)] double shape
)
Public Sub New ( 
	<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)><DefaultValueAttribute(0)> location As Double,
	<PositiveAttribute(4.94065645841247E-324, 1.79769313486232E+308)> scale As Double,
	<RealAttribute(-1.79769313486232E+308, 1.79769313486232E+308)><DefaultValueAttribute(0)> shape As Double
)
 Request Example
		View SourceParameters
- location
 - Type: SystemDouble
The location parameter μ (mu). Default is 0. - scale
 - Type: SystemDouble
The scale parameter σ (sigma). Must be > 0. Default is 1. - shape
 - Type: SystemDouble
The shape parameter ξ (Xi). Default is 2. 
See Also