ararslan / BetaRegression.jl

Regression models for beta distributed responses in Julia
MIT License
7 stars 2 forks source link

Model the precision parameter with predictors? #9

Open JockLawrie opened 1 year ago

JockLawrie commented 1 year ago

Hi there, Is there an intention to enable the precision parameter to be modelled with predictors? Cheers

ararslan commented 1 year ago

Hi @JockLawrie! It's not implemented currently but it's generally on my radar. There are some minor changes on main that haven't yet made it into a release that begin to lay some of the groundwork for that. Would you consider variable precision models to be a critical feature?

JockLawrie commented 1 year ago

Thanks for the quick reply Alex, much appreciated.

Not a critical feature at this point. I'm working on a project where this feature may be required. If it turns out that way it sounds like implementing the feature in this package is a better option than starting a new package. I'll be in touch when I know more, which I anticipate will be some time in Sep or Oct.