Does 'fitglm' use least squares or maximum likelihood to form the fit?

4 vues (au cours des 30 derniers jours)
Richard
Richard le 23 Sep 2020
Commenté : Richard le 28 Sep 2020
When I run test code, it appears to me that 'fitglm' is using least squares and NOT maximum likelihood. Can you confirm?

Réponse acceptée

Pratyush Roy
Pratyush Roy le 28 Sep 2020
The 'fitglm' function makes use of the “Iteratively Reweighted Least Squares” method to find the regression coefficients in the maximum likelihood stage of the function.
The MATLAB documentation link of 'fitglm' lists a few reference books which have more information regarding this:
  1 commentaire
Richard
Richard le 28 Sep 2020
Thanks very much for the confirmation. I was surprised that the fitting method was not at least mentioned in the documentation (with references).

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by