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