baggepinnen / LowLevelParticleFilters.jl

State estimation, smoothing and parameter estimation using Kalman and particle filters.
https://baggepinnen.github.io/LowLevelParticleFilters.jl/stable
Other
114 stars 15 forks source link

Typo in DAEUnscentedKalmanFilter docstring #100

Closed xEnVrE closed 1 year ago

xEnVrE commented 1 year ago

At the following line:

https://github.com/baggepinnen/LowLevelParticleFilters.jl/blob/3686062cbf04a72f9952114e9b3ad952731298e4/src/ukf.jl#L190

"Note, the actual dynamcis" should be "Note, the actual dynamics".

If you think, I can open a PR to fix that.

Thanks