Click or drag to resize

Covariance3By3SizeAndOrientationSigmas Property

Gets the Cartesian with the sigma values of the transformed Covariance Matrix. These are equal to the square root of the standard deviation of the covariances, and are the semi-axes lengths of the covariance ellipsoid at one standard deviation of uncertainty. To calculate an appropriate multiplicative factor to apply to this value to attain different desired levels of uncertainty use MultiDimensionalStandardDeviationFactor(Int32, Double) with a dimension of three.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Cartesian Sigmas { get; }

Property Value

Type: Cartesian
See Also