hatXt
hatXt is the notation used in estimation theory to denote the estimate of the hidden state X_t in a discrete-time dynamical system. Given a model that evolves X_t and produces observations Y_t, hatXt represents the best available guess of X_t based on information up to time t. In Bayesian terms, hatXt often denotes the conditional expectation E[X_t | Y_1, ..., Y_t], or a value that minimizes a chosen loss function such as squared error. It is common to distinguish between the posterior estimate x̂_t|t (after observing Y_1 through Y_t) and the prior or predicted estimate x̂_t|t-1 (based on information up to time t-1).
Estimation methods for hatXt include a range of algorithms. In linear Gaussian settings, the Kalman filter
Applications for hatXt are broad. It is used in robotics and navigation for state tracking, in signal
See also state estimation, Kalman filter, Bayesian estimation, and particle filter.