HarryStevens / d3-regression

Calculate statistical regressions from two-dimensional data.
https://observablehq.com/collection/@harrystevens/d3-regression
BSD 3-Clause "New" or "Revised" License
167 stars 16 forks source link

predict-Property for LOESS regression #24

Open marianrick opened 4 years ago

marianrick commented 4 years ago

First of all thanks for these great regression tools. While I feel like LOESS is the best regression method to represent my data, I wonder why that's the only function where the predict-Property is missing. Is that's the case for a reason?

Fil commented 4 years ago

It would be great to have it! In the meantime, you can use https://github.com/yongjun21/loess (see e.g. https://observablehq.com/@fil/hello-loess)