State Estimation Basics
State estimation infers the hidden internal condition of a system from partial, noisy measurements of its outputs.
Seeing the unseen
The state of a system is the smallest set of variables that, together with future inputs, determines its future behavior. Most of those variables cannot be measured directly. State estimation is the discipline of reconstructing them from the signals that can be measured. It is the intellectual core of any predictive twin, because prediction requires knowing where the system is now.
State, input, output
A dynamical model relates three things: the state that evolves internally, the inputs that drive it, and the outputs that sensors observe. The estimator runs the model forward using known inputs, compares predicted outputs to measured ones, and corrects the state to close the gap. The correction is where filtering enters.
Why partial observation is the norm
Sensors are limited by cost, access, and survivability. In a fusion machine, few diagnostics can look inside a burning plasma or a neutron-loaded blanket, so most of the state is hidden by necessity. Estimation lets a handful of robust external measurements stand in for a dense internal picture the machine can never carry directly.
Estimation versus curve fitting
State estimation differs from fitting a curve to data because it respects the physics: the reconstructed state must be consistent with the governing equations, not merely close to the points. This constraint sharply reduces ambiguity and lets the estimator infer quantities no single sensor sees, by combining many partial views through the model.
In the Kronos twins
For the breeder Hyperion, state estimation reconstructs the plasma equilibrium, including the internal current profile that no diagnostic measures directly. For the burner, it infers plug and throat conditions in the tandem mirror. In both cases the estimated state, with its uncertainty, is the object every downstream layer consumes. See observability for when reconstruction is even possible, and plasma state reconstruction for the fusion-specific method.