Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.