WardBrian/scikit-stan

Implement Beta Regression as in Ferrari and Cribari-Neto (2004)

Opened this issue · 1 comments

Analogous to the Beta regression given in rstanarm here, have the same feature set. This should be an independent class from the existing GLM as otherwise the API will be very complex. Also, this model has considerable differences from the vanilla GLM. Some examples to consider: here and here.