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