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 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
BatchLeastSquaresOD.GetPostUpdateResidualStatistics(
|
StringArray measurementTypes,
|
|
Array residualMean,
|
|
Array residualSigma,
|
|
Array residualRMS,
|
|
Array residualKurtosis,
|
|
Array residualSkewness,
|
|
Variable includeEditedMeasurements)
|
Arguments
measurementTypes
|
|
Description:
|
StringArray containing a list of all the measurement types included in the buffer.
|
residualMean
|
|
Description:
|
Array containing the mean residual for each measurement type.
|
Required Size:
|
At least 0
|
residualSigma
|
|
Description:
|
Array containing the standard deviation of the residual for each measurement type.
|
Required Size:
|
At least 0
|
residualRMS
|
|
Description:
|
Array containing the RMS of the residual for each measurement type.
|
Required Size:
|
At least 0
|
residualKurtosis
|
|
Description:
|
Computed kurtosis on the list of Observations.
|
Required Size:
|
At least 0
|
residualSkewness
|
|
Description:
|
Computed skewness on the list of Observations.
|
Required Size:
|
At least 0
|
includeEditedMeasurements
|
|
Description:
|
Optional flag indicating whether or not to include measurements which have been edited out in the estimation process.
|
Valid Values:
|
Value
|
Label
|
0
|
false
|
1
|
true
|
|
Return Value
This method returns the number of measurement types for which statistics were calculated.
Syntax
myVariable1 = myBatchLeastSquaresOD1.GetPostUpdateResidualStatistics(myStringArray1, myArray1, myArray2, myArray3, myArray4, myArray5, myVariable2);
|
See also
BatchLeastSquaresOD Object
BatchLeastSquaresOD.GetPostUpdateResidualStatistics
Orbit Determination Guide
|