
| T | The type of time. |
Definition at line 22 of file UnscentedKalmanSmootherModel.hpp.
Public Member Functions | |
| virtual | ~UnscentedKalmanSmootherModel ()=0 |
| Destructor. | |
| virtual aux::vector | backwardTransition (const indii::ml::aux::vector &x, const indii::ml::aux::vector &w, T delta)=0 |
| Propagate sample through the backward state transition function. | |
| ~UnscentedKalmanSmootherModel | ( | ) | [inline, pure virtual] |
| virtual aux::vector backwardTransition | ( | const indii::ml::aux::vector & | x, | |
| const indii::ml::aux::vector & | w, | |||
| T | delta | |||
| ) | [pure virtual] |
Propagate sample through the backward state transition function.
| x | ; state sample. | |
| w | ; noise sample. | |
| delta | ; time step. |
; propagation of
through the backward transition function, given noise of
.
1.5.3