Awaiting Activation edited untitled.tex  about 8 years ago

Commit id: 0705327ddfd6b5aa89db8e19781c4b4d36690bc8

deletions | additions      

       

\section{Overview}  Beta regression is used when the output $y$ is between 0 and 1, that is  $y\in[0,1]$. Common examples include the fraction of employees participating in a company 401k plan or any response that is a percentage. Such data is usually heteroskedastic: they show more variation around the mean and less variation as we approach the boundaries 0 and 1. Also, the distributions are usually asymmetric and Gaussian-based approaches are often inaccurate. Instead, beta regression assumes the response to follow a \textit{beta distribution}. The beta distribution is usually given by \begin{equation}  {f(y;p,q)} = {\frac{\Gamma(p+q)}{\Gamma(p)\Gamma(q)}}y^{p-1}(1-y)^{q-1}, \quad 0  \end{equation}