R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

CovLPCPP <- function(X, p, a, b) {
    .Call('DepthProc_CovLPCPP', PACKAGE = 'DepthProc', X, p, a, b)
}

depth2dcpp <- function(R_x, R_y) {
    .Call('DepthProc_depth2dcpp', PACKAGE = 'DepthProc', R_x, R_y)
}

depthMahCPP <- function(ru, rX, rcov, rmean, threads) {
    .Call('DepthProc_depthMahCPP', PACKAGE = 'DepthProc', ru, rX, rcov, rmean, threads)
}

depthProjCPP <- function(ru, rX, nproj, threads) {
    .Call('DepthProc_depthProjCPP', PACKAGE = 'DepthProc', ru, rX, nproj, threads)
}

depthLPCPP <- function(ru, rX, p, a, b, threads) {
    .Call('DepthProc_depthLPCPP', PACKAGE = 'DepthProc', ru, rX, p, a, b, threads)
}

depthTukeyCPP <- function(ru, rX, exact, threads) {
    .Call('DepthProc_depthTukeyCPP', PACKAGE = 'DepthProc', ru, rX, exact, threads)
}

modBandDepthRef <- function(rX, rxRef) {
    .Call('DepthProc_modBandDepthRef', PACKAGE = 'DepthProc', rX, rxRef)
}

modBandDepth <- function(rX) {
    .Call('DepthProc_modBandDepth', PACKAGE = 'DepthProc', rX)
}

sampleDepthContForMuCPP <- function(d, mu, rY) {
    .Call('DepthProc_sampleDepthContForMuCPP', PACKAGE = 'DepthProc', d, mu, rY)
}

sampleMaxDepthForMuCPP <- function(mu, rY, d_min, max_iter, eps) {
    .Call('DepthProc_sampleMaxDepthForMuCPP', PACKAGE = 'DepthProc', mu, rY, d_min, max_iter, eps)
}

sampleMaxLocScaleDepthCPP <- function(ry, iter, eps, p_length) {
    .Call('DepthProc_sampleMaxLocScaleDepthCPP', PACKAGE = 'DepthProc', ry, iter, eps, p_length)
}

runifsphereCPP <- function(n, p) {
    .Call('DepthProc_runifsphereCPP', PACKAGE = 'DepthProc', n, p)
}

covCPP <- function(rX, threads) {
    .Call('DepthProc_covCPP', PACKAGE = 'DepthProc', rX, threads)
}

meanCPP <- function(rX, threads) {
    .Call('DepthProc_meanCPP', PACKAGE = 'DepthProc', rX, threads)
}

Try the DepthProc package in your browser

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

DepthProc documentation built on May 2, 2019, 6:22 p.m.