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

4 次查看(过去 30 天)
When I run test code, it appears to me that 'fitglm' is using least squares and NOT maximum likelihood. Can you confirm?

采纳的回答

Pratyush Roy
Pratyush Roy 2020-9-28
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 个评论
Richard
Richard 2020-9-28
Thanks very much for the confirmation. I was surprised that the fitting method was not at least mentioned in the documentation (with references).

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by