Click or drag to resize
Accord.NET (logo)

MatrixContinuousDistributionDistributionFunction Method (Double)

Gets the cumulative distribution function (cdf) for this distribution evaluated at point x.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double DistributionFunction(
	params double[] x
)
Request Example View Source

Parameters

x
Type: SystemDouble
The x.

Return Value

Type: Double
System.Double.

Implements

IDistributionDistributionFunction(Double)
IDistributionTObservationDistributionFunction(TObservation)
Remarks
The Cumulative Distribution Function (CDF) describes the cumulative probability that a given value or any value smaller than it will occur.
See Also