Click or drag to resize

LinearRegressionCovarianceMatrix Property

Gets the covariance matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix CovarianceMatrix { get; }

Property Value

DoubleMatrix
Exceptions
ExceptionCondition
SingularMatrixExceptionThrown if the pseudo-inverse of the regression matrix is singular. This can happen if the regression matrix does not have full rank.
Remarks
The covariance matrix is sometimes called the dispersion matrix or variance-covariance matrix.
See Also