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 | 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 |
double InitialState::P = -1 |
double InitialState::Q = 0 |
Process Noise, -ve indicates infinite (throw away state)
◆ 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: