mljs / levenberg-marquardt

Curve fitting method in JavaScript
MIT License
70 stars 15 forks source link

Goodness of fit #31

Open fmmattioni opened 5 years ago

fmmattioni commented 5 years ago

Hi all,

Thank you for the nice library. It is quite useful and easy to use. I am wondering if there is an easy way for me to implement a goodness of fit from the model results? Like in the example below:

curvefit

What I want is to derive R², adjusted R², standard error of the estimate, AIC, and BIC. Any ideas?