bilinfn | Class representing function $f(x,u) = Ax+Bu$ |
BM | Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities |
constfn | Class representing function $f(x) = a$, here rv is empty |
diffbifn | Class representing a differentiable function of two variables $f(x,u)$ |
DS | Abstract class for discrete-time sources of data |
eEF | General conjugate exponential family posterior density |
EKF< sq_T > | Extended Kalman Filter |
enorm< sq_T > | Gaussian density with positive definite (decomposed) covariance matrix |
epdf | Probability density function with numerical statistics, e.g. posterior density |
fnc | Class representing function $f(x)$ of variable $x$ represented by rv |
fsqmat | Fake sqmat. This class maps sqmat operations to operations on full matrix |
Kalman< sq_T > | Kalman filter with covariance matrices in square root form |
KalmanFull | Basic Kalman filter with full matrices (education purpose only)! Will be deleted soon! |
linfn | Class representing function $f(x) = Ax+B$ |
MemDS | Class representing off-line data stored in memory |
mpdf | Conditional probability density, e.g. modeling some dependencies |
PF | A Particle Filter prototype |
RV | Class representing variables, most often random variables |
sqmat | Virtual class for representation of double symmetric matrices in square-root form |
TrivialPF | Trivial particle filter with proposal density that is not conditioned on the data |