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.2.419.0 (24.2.419.0)
Syntax public Cartesian Sigmas { get; }
Public ReadOnly Property Sigmas As Cartesian
Get
public:
property Cartesian Sigmas {
Cartesian get ();
}
member Sigmas : Cartesian with get
Property Value
Type:
CartesianSee Also