Description Usage Arguments Value Examples
Generate the gibbs sample by Rcpp,using the method of gibbs sampling.
1 | gibbs_chain(N)
|
N |
the sample size |
a Numeric Matrix,sp stands for random sample of multivariate distribution.
1 2 3 4 | ## Not run:
res <- gibbs_chain(N)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.