Click or drag to resize
DigitalRuneStatisticsHelperComputeCovarianceMatrix Method (IListVector3D)
Computes the covariance matrix for a list of 3-dimensional points (double-precision).

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Matrix33D ComputeCovarianceMatrix(
	IList<Vector3D> points
)

Parameters

points
Type: System.Collections.GenericIListVector3D
The points.

Return Value

Type: Matrix33D
The covariance matrix.
Exceptions
ExceptionCondition
ArgumentNullExceptionpoints is .
See Also