R/RcppExports.R

Defines functions mc_variability_op mc_sensitivity_op

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

mc_sensitivity_op <- function(products, W) {
    .Call('_mcglm_mc_sensitivity_op', PACKAGE = 'mcglm', products, W)
}

mc_variability_op <- function(sensitivity, WE, k4, W) {
    .Call('_mcglm_mc_variability_op', PACKAGE = 'mcglm', sensitivity, WE, k4, W)
}

Try the mcglm package in your browser

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

mcglm documentation built on Sept. 16, 2022, 1:06 a.m.