Click or drag to resize
Accord.NET (logo)

MultivariateNormalDistributionInnerDistributionFunction Method

Computes the cumulative distribution function for distributions up to two dimensions. For more than two dimensions, this method is not supported.

Namespace:  Accord.Statistics.Distributions.Multivariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected internal override double InnerDistributionFunction(
	double[] x
)
Request Example View Source

Parameters

x
Type: SystemDouble

Return Value

Type: Double
See Also