CovarianceUtilities.CalculateMeanAndCovariance Method

Top 

Description

Calculates and returns the covariance of a distribution of states. Also, populates the meanState argument with the computed mean state.

 

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

CovarianceUtilities.CalculateMeanAndCovariance(Formation formation, Array meanState)

Matrix

Calculates and returns the covariance of a distribution of orbit states defined in the Spacecraft in the provided Formation. Also, populates the meanState argument with the computed mean state.

CovarianceUtilities.CalculateMeanAndCovariance(Matrix states, Array meanState)

Matrix

Calculates and returns the covariance of a distribution of states provided as column vectors in the states Matrix. Also, populates the meanState argument with the computed mean state.

CovarianceUtilities.CalculateMeanAndCovariance(Formation formation, String covarianceElementSet, Array meanState)

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. Also, populates the meanState argument with the computed mean state.

 

 

See also

CovarianceUtilities Object