필터 지우기
필터 지우기

glmfit optimization algorithm?

조회 수: 1 (최근 30일)
Joonnyong Lee
Joonnyong Lee 2017년 11월 27일
답변: Bernhard Suhm 2017년 12월 12일
Hello, I'm trying to understand what optimization algorithm is used in the glmfit function to produce the output. I wanted to know if it uses least-squares method, numerical optimization, etc... (i.e. how the coefficients are updated such that the predicted value becomes closer to the actual value) Can you please let me know where I can find this information? Thank you!

답변 (1개)

Bernhard Suhm
Bernhard Suhm 2017년 12월 12일
glmfit uses Fisher's scoring method, performing Maximum likelihood estimates with an iteratively reweighted least-squares algorithm (see https://en.wikipedia.org/wiki/Generalized_linear_model, or the original paper by McCullagh & Helder).

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by