DynamicCovariance3By3.GetStandardDeviationEvaluator Method |
Constructs an evaluator that calculates the standard deviation (or sigma) of the position variance over time.
These sigmas correspond to the OrientationAxes.
This is equivalent to calling GetEllipsoidSizeEvaluator(Scalar) with a sigma factor of 1.0.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic MotionEvaluator<Cartesian> GetStandardDeviationEvaluator()
Public Function GetStandardDeviationEvaluator As MotionEvaluator(Of Cartesian)
public:
MotionEvaluator<Cartesian>^ GetStandardDeviationEvaluator()
member GetStandardDeviationEvaluator : unit -> MotionEvaluator<Cartesian>
Return Value
Type:
MotionEvaluator<Cartesian>The sigma evaluator.
See Also