R/beta_uniform_gamma.R
, R/beta_uniform_pareto.R
, R/exponential_gamma.R
, and 6 more
PriorDraw.Rd
Draw from the prior distribution
# S3 method for beta PriorDraw(mdObj, n = 1) # S3 method for beta2 PriorDraw(mdObj, n = 1) # S3 method for exponential PriorDraw(mdObj, n) PriorDraw(mdObj, n) # S3 method for mvnormal PriorDraw(mdObj, n = 1) # S3 method for mvnormal2 PriorDraw(mdObj, n = 1) # S3 method for normalFixedVariance PriorDraw(mdObj, n = 1) # S3 method for normal PriorDraw(mdObj, n = 1) # S3 method for weibull PriorDraw(mdObj, n = 1)
mdObj | Mixing Distribution |
---|---|
n | Number of draws. |
A sample from the prior distribution