R/RcppExports.R

Defines functions MCMCchainArma MCMCchain

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

MCMCchain <- function(X, beta, g, s, a, i, p1, p2, lambda1, lambda2, sd_g, sd_s, niter, nburnin, Jnumb, seed) {
    .Call('_gfiExtremes_MCMCchain', PACKAGE = 'gfiExtremes', X, beta, g, s, a, i, p1, p2, lambda1, lambda2, sd_g, sd_s, niter, nburnin, Jnumb, seed)
}

MCMCchainArma <- function(Xfull, beta, g, s, a, prob, sd_g, sd_s, niter, Jnumb, seed) {
    .Call('_gfiExtremes_MCMCchainArma', PACKAGE = 'gfiExtremes', Xfull, beta, g, s, a, prob, sd_g, sd_s, niter, Jnumb, seed)
}

Try the gfiExtremes package in your browser

Any scripts or data that you put into this service are public.

gfiExtremes documentation built on Nov. 26, 2020, 5:07 p.m.