Beta regression

Estimation of a beta regression model (logit link function). The parameters are estimated with ML.
1,2K download
Aggiornato 8 dic 2009

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Statistics and Machine Learning Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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