R/RcppExports.R

Defines functions .inOrdered .criticalValuesWeights .colMax .callRoutines

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

.callRoutines <- function(observations, routineType, argumentsListRoutine, dataType, argumentsListData, intervalSystemType, argumentsListIntervalSystem) {
    .Call(`_stepR_callRoutines`, observations, routineType, argumentsListRoutine, dataType, argumentsListData, intervalSystemType, argumentsListIntervalSystem)
}

.colMax <- function(stat) {
    .Call(`_stepR_colMax`, stat)
}

.criticalValuesWeights <- function(stat, beta, alpha) {
    .Call(`_stepR_criticalValuesWeights`, stat, beta, alpha)
}

.inOrdered <- function(x, table) {
    .Call(`_stepR_inOrdered`, x, table)
}

Try the stepR package in your browser

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

stepR documentation built on Nov. 14, 2023, 1:09 a.m.