SequentialFilter.GetPostUpdateResidualStatistics Method

Top 

Description

Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

SequentialFilter.GetPostUpdateResidualStatistics(StringArray measurementTypes, Array residualMean, Array residualSigma, Array residualRMS)

Variable

Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.

SequentialFilter.GetPostUpdateResidualStatistics(StringArray measurementTypes, Array residualMean, Array residualSigma, Array residualRMS, Variable includeEditedMeasurements)

Variable

Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.

SequentialFilter.GetPostUpdateResidualStatistics(StringArray measurementTypes, Array residualMean, Array residualSigma, Array residualRMS, Array residualKurtosis, Array residualSkewness)

Variable

Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.

SequentialFilter.GetPostUpdateResidualStatistics(StringArray measurementTypes, Array residualMean, Array residualSigma, Array residualRMS, Array residualKurtosis, Array residualSkewness, Variable includeEditedMeasurements)

Variable

Computes statistics on the list of Observations which are in the Observation Buffer. Returns the number of measurement types included in the Observation buffer.

 

 

See also

SequentialFilter Object