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

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

Parameters

points
Type: System.Collections.GenericIListVector3F
The points.

Return Value

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