R/RcppExports.R

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

#' @keywords internal
funcSimX <- function(coef, buffMat) {
    .Call(`_unsystation_funcSimX`, coef, buffMat)
}

#' @keywords internal
func_coef <- function(z, scale) {
    .Call(`_unsystation_func_coef`, z, scale)
}

#' @keywords internal
funcSEMat <- function(T, minLength, probVec, topCand, bottomCand) {
    .Call(`_unsystation_funcSEMat`, T, minLength, probVec, topCand, bottomCand)
}

#' @keywords internal
funcRes <- function(yMat, M, minLength, probVec, topCand, bottomCand, var) {
    .Call(`_unsystation_funcRes`, yMat, M, minLength, probVec, topCand, bottomCand, var)
}

#' @keywords internal
funcResVar <- function(yMat, seMat, tmpVar) {
    .Call(`_unsystation_funcResVar`, yMat, seMat, tmpVar)
}

#' @keywords internal
funcApplyVar <- function(nullStatMat, maxLevel, Msq) {
    .Call(`_unsystation_funcApplyVar`, nullStatMat, maxLevel, Msq)
}

Try the unsystation package in your browser

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

unsystation documentation built on May 2, 2019, 7:29 a.m.