BatchLeastSquaresOD.Iterate Method

Top 

Description

Perform at least one Iteration of the BatchLeastSquaresOD process.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

BatchLeastSquaresOD.Iterate()

Variable

Perform one Iteration of the BatchLeastSquaresOD process.

BatchLeastSquaresOD.Iterate(Variable numIterations)

Variable

Iterate the BatchLeastSquaresOD process until the specified number of iterations has been reached.

BatchLeastSquaresOD.Iterate(Variable convergenceTolerance, Variable maxIterations)

Variable

Iterate the BatchLeastSquaresOD process until the percent change in the Weighted RMS of the Observation residuals is below the given tolerance, or the maximum number of iterations has been reached.

 

 

See also

BatchLeastSquaresOD Object

Orbit Determination Guide