R/interface.R
Exp.Rd
A convenience function for generating Exponential priors.
Exp(mu = 1)
The mean of the exponential distribution, i.e. \(1/rate\)
A function yielding the log-PDF at x of a exponential distribution with given statistics.
Other priors: Flat(), Normal()
Flat()
Normal()
Exp(1)(1) == dexp(1,1, log = TRUE) #> [1] TRUE