JS-Polynomial-Regression icon indicating copy to clipboard operation
JS-Polynomial-Regression copied to clipboard

Confidence interval

Open petulla opened this issue 8 years ago • 1 comments

Hi there Does this return a confidence interval? If not, could it be added easily?

petulla avatar Jun 12 '17 15:06 petulla

Hey @petulla, good question. No, currently this library is as simple as predicting a dependent variable using polynomial regression of an arbitrary degree. Yes, confidence intervals could be added fairly easily as we already have all of the methods necessary. Would you like to submit a PR?

RobertMenke avatar Jun 17 '17 17:06 RobertMenke