gnu-octave / statistics

The Statistics package for GNU Octave
GNU General Public License v3.0
24 stars 22 forks source link

added interaction term, fixed calculation of intervals, fixed Demo, F… #116

Closed AZM999 closed 1 year ago

AZM999 commented 1 year ago

…ixed the specific lines as per the comments, Removed function onecyclebackfit as it was only necessary using do-untill and Replaced RSS = zeros() initially untill first iteration, In calculation of Margin of error for intervals, Instead of calculating the variance of the whole training set, variance is now calculated by var = sqrt (SD) for each point.