R/RcppExports.R

Defines functions .scalar_quantile .vector_quantile .mrstatvec_cpp .dfdrseg_cpp .fdrseg_cpp .smuce_cpp

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

.scalar_quantile <- function(p, n, r) {
    .Call('_FDRSeg_scalar_quantile', PACKAGE = 'FDRSeg', p, n, r)
}

.vector_quantile <- function(p, n, r) {
    .Call('_FDRSeg_vector_quantile', PACKAGE = 'FDRSeg', p, n, r)
}

.mrstatvec_cpp <- function(Y) {
    .Call('_FDRSeg_mrstatvec_cpp', PACKAGE = 'FDRSeg', Y)
}

.dfdrseg_cpp <- function(Y, q, qm, sd, lag) {
    .Call('_FDRSeg_dfdrseg_cpp', PACKAGE = 'FDRSeg', Y, q, qm, sd, lag)
}

.fdrseg_cpp <- function(Y, q, qm, sd) {
    .Call('_FDRSeg_fdrseg_cpp', PACKAGE = 'FDRSeg', Y, q, qm, sd)
}

.smuce_cpp <- function(Y, q, sd) {
    .Call('_FDRSeg_smuce_cpp', PACKAGE = 'FDRSeg', Y, q, sd)
}

Try the FDRSeg package in your browser

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

FDRSeg documentation built on May 2, 2019, 9:43 a.m.