Parameter Estimation
Kalman, in all its variants, is classically viewed as a filter or state estimator. However, it is widely used, primarily in machine learning, to apply these techniques for estimating the parameters of a model (the meta-model):
 |
(2.132) |
where
are the system outputs,
are the inputs, and
is a function based on the parameters
to be estimated. The concept of training, or fitting, the model consists of determining the parameters
.
Kalman allows for the determination of parameters, which may be variable, of the model by using as the state to be estimated precisely
, thereby obtaining an iterative system of the form
 |
(2.133) |
,
where the optional noise
is used to model any variations of the model over time: the choice of the variance of
determines the responsiveness to changes in the model parameters.
Paolo medici
2025-10-22