Beta regression
Version 1.5.0.0 (3.04 KB) by
Willem-Jan de Goeij
Estimation of a beta regression model (logit link function). The parameters are estimated with ML.
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.
Cite As
Willem-Jan de Goeij (2026). Beta regression (https://in.mathworks.com/matlabcentral/fileexchange/24994-beta-regression), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14SP1
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
