StochasticModelParameters#
- class ansys.stk.core.stkobjects.astrogator.StochasticModelParameters#
Properties for Stochastic Model Parameters.
Overview#
Determine the amount of process noise to be added to state covariance used in the Random Walk model. |
|
Covariance floor for long term mean used in the Vasicek model. |
|
Half life value for Gauss Markov stochastic process. |
|
Type of stochastic model used for SRP correction. |
|
Process noise step when minimum floor is hit used in the Vasicek model. |
|
Root variance of the initial error in the nominal value. |
|
Root variance of the initial error in the long term constant value used in the Vasicek model. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import StochasticModelParameters
Property detail#
- property StochasticModelParameters.diffusion_coefficient: float#
Determine the amount of process noise to be added to state covariance used in the Random Walk model.
- property StochasticModelParameters.error_threshold: float#
Covariance floor for long term mean used in the Vasicek model.
- property StochasticModelParameters.half_life: float#
Half life value for Gauss Markov stochastic process.
- property StochasticModelParameters.model_type: StochasticModel#
Type of stochastic model used for SRP correction.
- property StochasticModelParameters.process_noise_step: float#
Process noise step when minimum floor is hit used in the Vasicek model.