Click or drag to resize

DilutionOfPrecisionCovarianceMatrix Property

Gets the covariance matrix (H).

Namespace:  AGI.Foundation.Navigation
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DenseMatrix CovarianceMatrix { get; }

Return Value

Type: DenseMatrix
The covariance matrix.
Remarks
Note that internally, we do not calculate to full covariance matrix to speed calculations. If this method is called, we will return the full covariance matrix, making a separate call to calculate it if necessary.
See Also