Does 'fitglm' use least squares or maximum likelihood to form the fit?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Richard
am 23 Sep. 2020
Kommentiert: Richard
am 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?
0 Kommentare
Akzeptierte Antwort
Pratyush Roy
am 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:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Hypothesis Tests finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!