JS-Polynomial-Regression
JS-Polynomial-Regression copied to clipboard
Confidence interval
Hi there Does this return a confidence interval? If not, could it be added easily?
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?