Click or drag to resize

DynamicCovariance3By3GetStandardDeviationEvaluator 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: 24.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<Cartesian> GetStandardDeviationEvaluator()

Return Value

Type: MotionEvaluatorCartesian
The sigma evaluator.
See Also