| StatisticsHelperComputeCovarianceMatrix Method (IListVector3D) |
Computes the covariance matrix for a list of 3-dimensional points (double-precision).
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static Matrix33D ComputeCovarianceMatrix(
IList<Vector3D> points
)
Public Shared Function ComputeCovarianceMatrix (
points As IList(Of Vector3D)
) As Matrix33D
public:
static Matrix33D ComputeCovarianceMatrix(
IList<Vector3D>^ points
)
static member ComputeCovarianceMatrix :
points : IList<Vector3D> -> Matrix33D
Parameters
- points
- Type: System.Collections.GenericIListVector3D
The points.
Return Value
Type:
Matrix33DThe covariance matrix.
Exceptions See Also