Block 3 — Optimal Fusion#
Combines two independent estimates of the same scalar quantity using inverse-variance weighting, proves the resulting fused variance is always smaller than either input, and motivates the move to recursive estimators.
What you’ll learn#
Explain why combining sensors improves a navigation estimate.
Compute a fused estimate using weighted averaging.
Show that the optimal weights depend on the measurement uncertainty of each sensor.
Compute the variance of a fused estimate and recognize that it is always smaller than either input variance.
See that the Kalman filter is just recursive optimal fusion.