R/RcppExports.R

Defines functions .clusterindex .fastapprox L2Test SupTest

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

SupTest <- function(x) {
    .Call('_gof_SupTest', PACKAGE = 'gof', x)
}

L2Test <- function(x, t) {
    .Call('_gof_L2Test', PACKAGE = 'gof', x, t)
}

.fastapprox <- function(time, newtime, equal = FALSE, type = 0L) {
    .Call('_gof_FastApprox', PACKAGE = 'gof', time, newtime, equal, type)
}

.clusterindex <- function(t) {
    .Call('_gof_ClusterIndex', PACKAGE = 'gof', t)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_gof_RcppExport_registerCCallable', PACKAGE = 'gof')
})
kkholst/gof documentation built on May 17, 2020, 3:33 p.m.