Description
Given a set of measurements,
you can determine a system's state using a Kalman-Bucy filter or smoother.
First you build a model for how the system is related to the measurements
and how the system changes with time.
There are three key aspects to this model,
the State vector
,
the Measurement function
,
and the Transition function
.
Contents