Click or drag to resize

DynamicCovariance3By3GetStandardDeviationEvaluator Method (EvaluatorGroup)

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, EvaluatorGroup) 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(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create the evaluator.

Return Value

Type: MotionEvaluatorCartesian
The sigma evaluator.
See Also