vdorie / blme

Bayesian Linear Mixed Effect Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why is log-gamma default shape parameter set to 2.5 rather than 2?

bbolker opened this issue · comments

The Chung et al. Psychometrika paper discusses a $\textrm{log-gamma}(\alpha = 2, \lambda \to 0)$ setting for the prior (as the least-informative prior that will guarantee variance > 0). Yet the code uses shape = 2.5. Can you say what the justification was? (e.g., does setting the value to exactly 2.0 lead to numeric problems in some cases, and you decided to make it 2.5 rather than [say] 2.001) ?