Click or drag to resize
Accord.NET (logo)

MultivariateNormalDistributionMahalanobis Method

Gets the Mahalanobis distance between a sample and this distribution.

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

Parameters

x
Type: SystemDouble
A point in the distribution space.

Return Value

Type: Double
The Mahalanobis distance between the point and this distribution.
See Also