CovarianceUtilities.CalculateCovariance Method

Top 

Description

Calculates and returns the covariance of a distribution of states.

 

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

CovarianceUtilities.CalculateCovariance(Formation formation)

Matrix

Calculates and returns the Cartesian MJ2000 Earth Equator covariance of a distribution of orbit states defined in the provided Formation.

CovarianceUtilities.CalculateCovariance(Matrix states)

Matrix

Calculates and returns the covariance of a distribution of n-dimensional states provided as column vectors in the states Matrix.

CovarianceUtilities.CalculateCovariance(Formation formation, String covarianceElementSet)

Matrix

Calculates and returns the covariance of a distribution of orbit states in the specified element set defined in the Spacecraft in the provided Formation.

 

 

See also

CovarianceUtilities Object