
| T | The type of time. |
Definition at line 22 of file RauchTungStriebelSmootherModel.hpp.
Public Member Functions | |
| virtual | ~RauchTungStriebelSmootherModel ()=0 |
| Destructor. | |
| virtual indii::ml::aux::GaussianPdf | p_xtn_ytT (const indii::ml::aux::GaussianPdf &p_xtnp1_ytT, const indii::ml::aux::GaussianPdf &p_xtnp1_ytn, const indii::ml::aux::GaussianPdf &p_xtn_ytn, const T delta)=0 |
| Perform smoothing update. | |
| ~RauchTungStriebelSmootherModel | ( | ) | [inline, pure virtual] |
| virtual indii::ml::aux::GaussianPdf p_xtn_ytT | ( | const indii::ml::aux::GaussianPdf & | p_xtnp1_ytT, | |
| const indii::ml::aux::GaussianPdf & | p_xtnp1_ytn, | |||
| const indii::ml::aux::GaussianPdf & | p_xtn_ytn, | |||
| const T | delta | |||
| ) | [pure virtual] |
Perform smoothing update.
| p_xtnp1_ytT | ; | |
| p_xtnp1_ytn | | |
| p_xtn_ytn | ; | |
| delta | ; |
Implemented in LinearModel.
1.5.3