BatchLeastSquaresOD.InformationMatrixInversionMethod Property

Top 

Description

The method used to invert the information matrix. By default, the matrix is inverting using a full-pivot approach, but if the information matrix is not well-conditioned, then either a scaled full-pivot inversion will occur, if possible, or as a last resort, a Moore-Penrose pseudo-inverse will be used.

 

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.

 

Attributes

Type:

integer

Access:

read

Valid Values:

Value

Label

0

Full-Pivot

1

Scaled Full-Pivot

2

Pseudo-inverse

 

Syntax

myVariable1 = myBatchLeastSquaresOD1.InformationMatrixInversionMethod;

 

See also

BatchLeastSquaresOD Object

Orbit Determination Guide