banner
martinthebard.bsky.social
@martinthebard.bsky.social
Researcher | Engineer and Scientist | Ocean Acoustics | Bayesian Statistics | Open Source | Julia (and regrettably Matlab) programmer
Like you said these AI tools are great at little task that have been done a million times. Been using Qwen coder for writing unit test (at least a template that I can edit) and documentation. It's great for that! And it actually gets done, rather than me saying I'll get to it later 😅
October 7, 2025 at 12:38 PM
Another resource to consider is github.com/rlabbe/Kalma... it helped me a lot when I first started getting into tracking/filtering. Like starting with zero knowledge of the field 😅 So depending on your current knowledge it may be less useful.
GitHub - rlabbe/Kalman-and-Bayesian-Filters-in-Python: Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kal...
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filt...
github.com
July 10, 2025 at 12:38 AM
I just implement them from scratch. But Turing.jl does have a sub-project for SSMs github.com/TuringLang/S... Haven't used it yet, but it may be an option if you want a framework.
GitHub - TuringLang/SSMProblems.jl: State space programming
State space programming . Contribute to TuringLang/SSMProblems.jl development by creating an account on GitHub.
github.com
July 10, 2025 at 12:15 AM
Is your data non-linear/Gaussian? If so a particle filter may be better. It's my good too method for filtering unless I have a very specific reason to use a kalman filter, e.g. limited computing resources.
July 9, 2025 at 11:55 PM
Tidier is a great library. Use it and AlgebraOfGraphics.jl all the time for data analysis.
June 14, 2025 at 12:40 PM