Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 383 Bytes

Interactive Scatter Plot Smoothers

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

The application is hosted here.

Dependencies

The app uses d3.js to render and animate the plots, and numeric.js to solve systems of linear equations.