Overview of Stone Soup Predictors
mainStone Soup provides a variety of Predictor implementations used to propagate state estimates forward in time. Predictors are categorized by their underlying mathematical approach, allowing users to choose between parametric (e.g., Kalman), non-parametric (e.g., Particle, Kernel), or hybrid methods.
Available predictor types include:
- Kalman: Parametric predictors based on Kalman filtering techniques.
- Particle: Non-parametric predictors using particle filters.
- Kernel: Predictors based on kernel density estimation.
- Ensemble: Predictors that use an ensemble of models or states.
- Information: Predictors operating in the information (inverse covariance) domain.
- Accumulated State Densities (ASD): Predictors that manage state representations via accumulated densities.
- Categorical: Predictors for discrete or categorical state spaces.
- Composite: Predictors that combine multiple other predictor types.