Click or drag to resize

DilutionOfPrecisionGetCovariance Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use CovarianceMatrix instead")]
public double[,] GetCovariance()

Return Value

Type: Double
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