R/exponential_gamma.R, R/mixing_distribution_posterior_draw.R, R/mvnormal_normal_wishart.R, and 4 more
PosteriorDraw.RdDraw from the posterior distribution
# S3 method for exponential PosteriorDraw(mdObj, x, n = 1, ...) PosteriorDraw(mdObj, x, n = 1, ...) # S3 method for mvnormal PosteriorDraw(mdObj, x, n = 1, ...) # S3 method for mvnormal2 PosteriorDraw(mdObj, x, n = 1, ...) # S3 method for normalFixedVariance PosteriorDraw(mdObj, x, n = 1, ...) # S3 method for normal PosteriorDraw(mdObj, x, n = 1, ...) # S3 method for weibull PosteriorDraw(mdObj, x, n = 100, ...)
| mdObj | Mixing Distribution |
|---|---|
| x | Data |
| n | Number of draws |
| ... | For a non-conjugate distribution the starting parameters. Defaults to a draw from the prior distribution. |
A sample from the posterior distribution