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

https://github.com/xiaohk/isotonic.js

Isotonic Regression with WebAssembly
https://github.com/xiaohk/isotonic.js

Last synced: 7 months ago
JSON representation

Isotonic Regression with WebAssembly

Awesome Lists containing this project

README

          

# isotonic.js

[![build](https://github.com/xiaohk/isotonic.js/workflows/build/badge.svg)](https://github.com/xiaohk/isotonic.js/actions)

A WebAssembly library to run [Isotonic Regression](https://en.wikipedia.org/wiki/Isotonic_regression) in your browser or with node.js. Isotonic regression is especially helpful when you want to fit a non-linear **monotonic** model for your observations.