prior_beta {psborrow2} | R Documentation |
Prior beta distribution
Description
Prior beta distribution
Usage
prior_beta(alpha, beta)
Arguments
alpha |
numeric. Shape (>=0). |
beta |
numeric. Shape (>=0). |
Details
Stan reference https://mc-stan.org/docs/functions-reference/beta-distribution.html
Value
Object of class PriorBeta
See Also
Other priors:
prior_bernoulli()
,
prior_cauchy()
,
prior_exponential()
,
prior_gamma()
,
prior_half_cauchy()
,
prior_half_normal()
,
prior_normal()
,
prior_poisson()
,
uniform_prior()
Examples
bp <- prior_beta(9, 235)
[Package psborrow2 version 0.0.3.4 Index]