Accord.Statistics.Distributions.Multivariate.MultivariateDiscreteDistribution.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);