prior_gamma | R Documentation |
Prior gamma distribution
prior_gamma(alpha, beta)
alpha |
numeric. Shape (>0). |
beta |
numeric. Inverse scale (>=0). |
Stan reference https://mc-stan.org/docs/functions-reference/gamma-distribution.html
Object of class PriorGamma
.
Other priors:
prior_bernoulli()
,
prior_beta()
,
prior_cauchy()
,
prior_exponential()
,
prior_half_cauchy()
,
prior_half_normal()
,
prior_normal()
,
prior_poisson()
,
uniform_prior()
gp <- prior_gamma(0.001, 0.001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.