kalman-ts

A simplistic library for implementing kalman filters.

Usage no npm install needed!

<script type="module">
  import kalmanTs from 'https://cdn.skypack.dev/kalman-ts';
</script>

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 for usage.