R/RcppExports.R

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

bKriging <- function(samples, rtargets, tarStr, paras, model = "exponential") {
    .Call('_sptemExp_bKriging', PACKAGE = 'sptemExp', samples, rtargets, tarStr, paras, model)
}

noweiAvg <- function(path, preStr = "preno2", idStr = "id", dateStr = "s_date") {
    .Call('_sptemExp_noweiAvg', PACKAGE = 'sptemExp', path, preStr, idStr, dateStr)
}

exeCluster1D <- function(samples, tdist) {
    .Call('_sptemExp_exeCluster1D', PACKAGE = 'sptemExp', samples, tdist)
}

exeCluster <- function(samples, tdist) {
    .Call('_sptemExp_exeCluster', PACKAGE = 'sptemExp', samples, tdist)
}

getClusterCt <- function(samples, clsInf) {
    .Call('_sptemExp_getClusterCt', PACKAGE = 'sptemExp', samples, clsInf)
}

weightedstat <- function(path, modelpath, metric = "r2", preStr = "preno2", idStr = "id", dateStr = "s_date") {
    .Call('_sptemExp_weightedstat', PACKAGE = 'sptemExp', path, modelpath, metric, preStr, idStr, dateStr)
}

Try the sptemExp package in your browser

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

sptemExp documentation built on July 7, 2019, 9:02 a.m.