Accord.Statistics.Distributions.Univariate.GeneralizedParetoDistribution.GeneralizedParetoDistribution C# (CSharp) Method

GeneralizedParetoDistribution() public method

Initializes a new instance of the GeneralizedParetoDistribution class.
public GeneralizedParetoDistribution ( ) : Accord.Math
return Accord.Math
        public GeneralizedParetoDistribution()
            : this(1, 1, 1)
        {
        }

Same methods

GeneralizedParetoDistribution::GeneralizedParetoDistribution ( [ location, [ scale, [ shape ) : Accord.Math