gnu-octave / statistics

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

Implementing multinomial regression and generalized linear models functions #49

Closed pr0m1th3as closed 8 months ago

pr0m1th3as commented 2 years ago

This issue is transferred from Savannah as a continuation of bug #58318, which is a request for the missing mnrfit function.

mnrfit is currently partially supported by logistic_regression function for "ordinal" models. For a fully Matlab compatible version, we will need to implement the glm* functions as well, which are necessary for fitting "hierarhical" models.

Missing list of functions for supporting multinomial regression and generalized linear models glmfit glmval mnrfit mnrval

pr0m1th3as commented 8 months ago

I am closing this issue, since there are implementations for 'glmfit' and 'mrnfit', but they need further work to become fully usuable. I will open separate issues.