Accord.Statistics.Distributions.Univariate.GeneralizedNormalDistribution.Clone C# (CSharp) Méthode

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object
        public override object Clone()
        {
            return new GeneralizedNormalDistribution(mean, alpha, beta);
        }