Does 'fitglm' use least squares or maximum likelihood to form the fit?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Richard
el 23 de Sept. de 2020
Comentada: Richard
el 28 de Sept. de 2020
When I run test code, it appears to me that 'fitglm' is using least squares and NOT maximum likelihood. Can you confirm?
0 comentarios
Respuesta aceptada
Pratyush Roy
el 28 de Sept. de 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:
Más respuestas (0)
Ver también
Categorías
Más información sobre Hypothesis Tests en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!