Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwagner/kalman-ts
A simplistic library for implementing kalman filters using javascript/typescript.
https://github.com/jwagner/kalman-ts
Last synced: 20 days ago
JSON representation
A simplistic library for implementing kalman filters using javascript/typescript.
- Host: GitHub
- URL: https://github.com/jwagner/kalman-ts
- Owner: jwagner
- License: mit
- Created: 2020-04-11T18:28:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:12:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T13:30:35.494Z (3 months ago)
- Language: TypeScript
- Size: 636 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kalman-ts
A simplistic library for implementing kalman filters written in typescript, using ml-matrix for matrix operations.
I've written this library for my own projects so it's not really polished, optimized or feature complete.
Still needs documentation. See [index.test.ts](index.test.ts) for usage.