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

DistributionFunction() 공개 추상적인 메소드

Gets the cumulative distribution function (cdf) for the this distribution evaluated at point x.
The Cumulative Distribution Function (CDF) describes the cumulative probability that a given value or any value smaller than it will occur.
public abstract DistributionFunction ( int x ) : double
x int /// A single point in the distribution range.
리턴 double
        public abstract double DistributionFunction(int x);