|
Jafar
|
Prediction model for a constant acceleration process. More...
Prediction model for a constant acceleration process.
Definition at line 24 of file upd_const_acc.hpp.
#include <upd_const_acc.hpp>

Public Member Functions | |
| Upd_const_acc (unsigned short dim, unsigned short sv_size, unsigned short q_size, VEC const &var, bool use_bias) | |
| void | UpdateG (PARAMS ¶ms) |
| void | UpdateF (PARAMS ¶ms) |
| void | SetModelParams (time const &from, time const &horizon) |
| Set the parameters that will be used for updating the prediction model (UpdateModel function) | |
| void | SetModelParams (time const &h) |
| void | Updateq (PARAMS ¶ms) |
| void | Updateq (VEC const &pnoise) |
Protected Types | |
| typedef ParametersGeneric | PARAMS |
Protected Attributes | |
| unsigned short | m_dim |
| bool | m_use_bias |
Private Member Functions | |
| void | Init (VEC const &var) |
| Generated on Wed Oct 15 2014 00:37:34 for Jafar by doxygen 1.7.6.1 |
|