Particle Filter
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
Use thousands of randomly generated 'particles' (hypothetical states) to simulate the possible states of a system. Each particle is weighted based on observed data; particles with low weights die out, while those with high weights split. Through this survival of the fittest among particles, the true state is approximated.
SCAFFOLDING EFFECT
Reduce cognitive load
Crowdsourced approximation of truth. When facing extremely complex, nonlinear futures, do not make just one prediction (Kalman). Run a thousand 'parallel universes' (particles) in your mind, and as real information comes in, continuously kill those particles that are falsified, while retaining and reproducing those that guessed correctly.
Anchor fast decisions
Approximate the posterior distribution with a set of weighted particles, using a predict-update recursion, suitable for state estimation in nonlinear non-Gaussian systems.
MINIMUM ACTION
In progress 0/5Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Particle_filterverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS