Getting Started

The Nonlinear Estimation Toolbox relies on four basic concepts:

To solve a given estimation problem with the toolbox, you have to:

  • choose the estimator that fits best to the problem (e.g., a Kalman filter or a particle filter) and configure it appropriately (e.g., set the number of particles),

  • choose the measurement model that fits best to the problem and implement the required functions (e.g., the measurement equation or the likelihood),

  • choose the system model that fits best to the problem and implement the required system function, and finally

  • choose the probability distributions imposed by the problem (e.g., a Gaussian mixture for the initial system state, and Gaussian distributions for the measurement and system noise, respectively).

Let's try it out with a first illustrative example!

The following example code can be found in the toolbox's examples.