Beta regression

Estimation of a beta regression model (logit link function). The parameters are estimated with ML.

Ahora está siguiendo esta publicación

Estimation of a beta regression model:

Y_i ~ Beta(mu_i, mu_i * (1-mu_i) / phi),

with:
E(Y_i) = mu_i,
Var(Y_i) = mu_i * (1-mu_i) / phi,
mu_i = exp(X_i * beta)/(1 + exp(X_i * beta)).

The parameters are estimated with Maximum Likelihood.

Citar como

Willem-Jan de Goeij (2026). Beta regression (https://la.mathworks.com/matlabcentral/fileexchange/24994-beta-regression), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.5.0.0

Replaced fminunc with fminsearch because of convergence problems with fminunc.

1.3.0.0

Extended the description.

1.1.0.0

Renamed mysim.m to betasim.m, made a few tiny corrections.

1.0.0.0