jasondavies / science.js

Scientific and statistical computing in JavaScript.
http://www.jasondavies.com/
Other
886 stars 93 forks source link

Fix median calculation in loess #20

Closed joearasin closed 9 years ago

joearasin commented 9 years ago

I'm assuming there is no real reason not to use science.stats.median. Alternatively, inserting a sort criteria would solve the problem.

Closes #19