|
Vulcan
Aerospace Engineering Utilities Built on Janus
|
First-order Gauss-Markov process state. More...
#include <MarkovProcess.hpp>
Public Attributes | |
| Scalar | x |
| Process state. | |
First-order Gauss-Markov process state.
The continuous-time process is: dx/dt = -x/τ + w(t)
where τ is the correlation time and w(t) is white noise chosen such that the steady-state variance is σ².
| Scalar | double or casadi::MX |
| Scalar vulcan::markov::State< Scalar >::x |
Process state.