Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madrury/smoothers

Visualizations of various one-dimensional smoothers using the d3 javascript library.
https://github.com/madrury/smoothers

curve-fitting javascript machine-learning plotting

Last synced: about 2 months ago
JSON representation

Visualizations of various one-dimensional smoothers using the d3 javascript library.

Awesome Lists containing this project

README

        

# Interactive Scatter Plot Smoothers

This javascript application allows a user to explore scatterplot smoothing algorithms in real time.

The application [is hosted here](http://madrury.github.io/smoothers/).

## Dependencies

The app uses [d3.js](https://d3js.org) to render and animate the plots, and [numeric.js](http://www.numericjs.com) to solve systems of linear equations.