Create a struct for the params. More...
Public Attributes | |
Matrix | a_mat |
Matrix | b_mat |
Matrix | c_mat |
Matrix | q_mat |
Matrix | r_mat |
Matrix | s_mat |
Create a struct for the params.
of a causal linear dynamical system (lds) x_{t+1} = a_mat*x_t + b_mat*u_t + w_t y_t = c_mat*x_t + v_t where E(w_tw_t') = Q; E(v_tv_t') = R; E(w_tv_t') = S;
Member matrices include a_mat, b_mat, c_mat q_mat, r_mat, s_mat
Definition at line 56 of file kalman_helper.h.