Kalman-and-Bayesian-Filters-in-Python icon indicating copy to clipboard operation
Kalman-and-Bayesian-Filters-in-Python copied to clipboard

Typo in 7.2 "State-Space Representation of Dynamic Systems"

Open iassenev opened this issue 2 years ago • 1 comments

  1. "Convention allows us to write x(tk) as xk, which means the the value of x at the kth value of t." "Convention allows us to write x(tk) as xk, which means the value of x at the kth value of t."

  2. "Once in this form we use of of several techniques to convert these linear differential equations into the recursive equation:" "Once in this form we use of several techniques to convert these linear differential equations into the recursive equation:"

  3. "Many use instead of F." - missed a symbol, which is used instead of F.

  4. "Finding this matrix is often quite difficult." Then there are 2 integrals, the first has a range [x_k-1, x_k], but then x_0 has been used instead of x_k-1

iassenev avatar Mar 13 '23 17:03 iassenev

Except for the first point, all of them are already correct in the repo (master branch).

MuhammedM294 avatar Mar 22 '23 23:03 MuhammedM294