
Represents the function
through which the Gaussian distributed random variable will be propagated.
Definition at line 20 of file UnscentedTransformationModel.hpp.
Public Member Functions | |
| virtual | ~UnscentedTransformationModel ()=0 |
| Destructor. | |
| virtual indii::ml::aux::vector | propagate (const indii::ml::aux::vector &X, T delta=0)=0 |
Propagate a sigma point through the function . | |
| ~UnscentedTransformationModel | ( | ) | [inline, pure virtual] |
| virtual indii::ml::aux::vector propagate | ( | const indii::ml::aux::vector & | X, | |
| T | delta = 0 | |||
| ) | [pure virtual] |
Propagate a sigma point
through the function
.
| X | ; the sigma point. | |
| delta | ; length of time through which to propagate the sigma point, if relevant. |
1.5.3