Smoother.CalculateSmoothedState() Method

Top 

Description

Forces the calculation of the smoothed state. This is applicable when the smoother is configured as a fixed-lag smoother only, when in fixed-point mode, the smoother updates the smoothed state every time the filter processes an observation.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Smoother.CalculateSmoothedState(

)

 

 

Syntax

mySmoother1.CalculateSmoothedState();

 

 

See also

Smoother Object

Smoother.CalculateSmoothedState