Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
10.11.4 Update Step
"The cross variance is computed as:..."
Is the word "variance" intended here or the "covariance" word should be used, like in the "10.5.2 Update Step" when the covariance is computed between the state and the measurements:
"To compute the Kalman gain we first compute the cross covariance of the state and the measurements, which is defined as:"