Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 975 Bytes

File metadata and controls

24 lines (19 loc) · 975 Bytes

Task Tutorials

These tutorials focus on common PyRecEst tasks. Each page uses the public package-level imports and backend-compatible arrays that are recommended for user code.

Tutorials

  • Use a distribution: create distributions, multiply Gaussian factors, and compare the result with the information-form update.
  • Write a filter loop: run a Kalman predict/update loop and inspect the posterior state.
  • Run a tracker: initialize a labeled multi-Bernoulli tracker and process cluttered measurements.
  • Evaluate a simulation: run a built-in scenario, save evaluation output, and summarize filter performance.

Related Material