R/RcppExports.R

Defines functions CppFun

Documented in CppFun

# 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.
#' @param M Length of the chain.
#' @return A chain.
#' @export
CppFun <- function(a, b, n, M) {
    .Call('_StatComp21048_CppFun', PACKAGE = 'StatComp21048', a, b, n, M)
}
engustc/StatComp21048 documentation built on Dec. 24, 2021, 1:26 a.m.