Description
This method returns the number of measurement types for which statistics were calculated.
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.
Method Signature
BatchLeastSquaresOD.GetPreUpdateResidualStatistics(
|
StringArray measurementTypes,
|
|
Array residualMean,
|
|
Array residualSigma,
|
|
Array residualRMS,
|
|
Array residualKurtosis,
|
|
Array residualSkewness)
|
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
|
Return Value
This method returns the number of measurement types for which statistics were calculated.
Syntax
myVariable1 = myBatchLeastSquaresOD1.GetPreUpdateResidualStatistics(myStringArray1, myArray1, myArray2, myArray3, myArray4, myArray5);
|
See also
BatchLeastSquaresOD Object
BatchLeastSquaresOD.GetPreUpdateResidualStatistics
Orbit Determination Guide
|