stateestimate
A state estimate is an estimate of the internal state variables of a dynamical system based on a mathematical model and observed data. The true state is often not directly measurable, so the estimate combines prior knowledge from a model with information contained in measurements that are typically corrupted by noise. In a common discrete-time state-space formulation, the system is described by x_k+1 = f(x_k, u_k) + w_k and y_k = h(x_k) + v_k, where x is the state, u is the input, y is the measurement, and w and v represent process and measurement noise.
The estimation task is to compute x̂_k, an estimate of x_k, using measurements up to time k.
Common methods include the Kalman filter for linear Gaussian models, the extended Kalman filter and unscented
Applications span robotics, navigation and tracking, aerospace, economics, and any domain requiring inference of hidden system