HarryStevens/d3-regression

Add regressionPoly

Closed this issue · 0 comments

For all third order and higher polynomials, a single function that lets the user specify an order(). Of course, you could still pass 2 to the order() that perform a quadratic regression, but the current quadratic regression will be faster.