Object to hold the values used to initialise new states when adding to the kalman filter object.
More...
Object to hold the values used to initialise new states when adding to the kalman filter object.
|
bool | estimate = false |
|
bool | use_remote_sigma = false |
|
double | x = 0 |
| State value.
|
|
double | P = -1 |
| State Covariance.
|
|
double | sigmaMax = 0 |
| Sigma limit.
|
|
double | outageLimit = 0 |
| Maxiumum time without state estimation.
|
|
double | Q = 0 |
| Process Noise, -ve indicates infinite (throw away state)
|
|
double | tau = -1 |
| Correlation Time, default to -1 (inf) (Random Walk)
|
|
double | mu = 0 |
| Desired Mean Value.
|
|
string | comment |
|
◆ comment
string InitialState::comment |
◆ estimate
bool InitialState::estimate = false |
◆ mu
double InitialState::mu = 0 |
◆ outageLimit
double InitialState::outageLimit = 0 |
Maxiumum time without state estimation.
double InitialState::P = -1 |
double InitialState::Q = 0 |
Process Noise, -ve indicates infinite (throw away state)
◆ sigmaMax
double InitialState::sigmaMax = 0 |
◆ tau
double InitialState::tau = -1 |
Correlation Time, default to -1 (inf) (Random Walk)
◆ use_remote_sigma
bool InitialState::use_remote_sigma = false |
double InitialState::x = 0 |
The documentation for this struct was generated from the following file: