Accord.Statistics.Distributions.Univariate.GeneralizedParetoDistribution.GeneralizedParetoDistribution C# (CSharp) 메소드

GeneralizedParetoDistribution() 공개 메소드

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

Same methods

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