You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've a problem with the polynomial regression if I set the option (empty or not) :
varseries=[[0,10],[1,3],[2,0],[3,2],[4,4],[5,0],[6,0],[7,0],[8,1],[9,3]];// works finevarresult=regression('polynomial',series);// does not worksvarresult=regression('polynomial',series,{});varresult=regression('polynomial',series,{order : 2});varresult=regression('polynomial',series,{order : 3});// ...
I am also having the same problem? any solution?
This is related with the Math.log(); with zero values, return "-infinity" and translates to "NaN" but I don't want to make a custom code for this, I prefer to wait and update the file from github.
Hi, I've a problem with the polynomial regression if I set the option (empty or not) :
For information, I use that with the CDN version of regression (version 1.4.0 : https://cdnjs.cloudflare.com/ajax/libs/regression/1.4.0/regression.min.js)
And this is the result if this does not works :
The text was updated successfully, but these errors were encountered: