View source: R/mixing_distribution_prior_draw.R
PriorDraw.beta | R Documentation |
Draw from the prior distribution
## S3 method for class 'beta'
PriorDraw(mdObj, n = 1)
## S3 method for class 'beta2'
PriorDraw(mdObj, n = 1)
## S3 method for class 'exponential'
PriorDraw(mdObj, n)
PriorDraw(mdObj, n)
## S3 method for class 'mvnormal'
PriorDraw(mdObj, n = 1)
## S3 method for class 'mvnormal2'
PriorDraw(mdObj, n = 1)
## S3 method for class 'normalFixedVariance'
PriorDraw(mdObj, n = 1)
## S3 method for class 'normal'
PriorDraw(mdObj, n = 1)
## S3 method for class 'weibull'
PriorDraw(mdObj, n = 1)
mdObj |
Mixing Distribution |
n |
Number of draws. |
A sample from the prior distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.