R/RcppExports.R

Defines functions sft_calc fpr_fs_calc

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

fpr_fs_calc <- function(k, Ft, Fn, Tr, K) {
    .Call('_forestControl_fpr_fs_calc', PACKAGE = 'forestControl', k, Ft, Fn, Tr, K)
}

sft_calc <- function(Ft, Fn, K, Tr, alpha) {
    .Call('_forestControl_sft_calc', PACKAGE = 'forestControl', Ft, Fn, K, Tr, alpha)
}
aberHRML/forestControl documentation built on Feb. 14, 2022, 11:56 p.m.