# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#' @title An Rcpp function for Exercise 9.8 (page 278, Statistical Computing with R).
#' @description An Rcpp function for Exercise 9.8 (page 278, Statistical Computing with R).
#' @param a A parameter the bivariate density.
#' @param b A parameter the bivariate density.
#' @param n A parameter the bivariate density.
#' @return A matrix with n*2.
#' @export
gibbsC <- function(a, b, n) {
.Call('_StatComp21065_gibbsC', PACKAGE = 'StatComp21065', a, b, n)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.