R/RcppExports.R

Defines functions depth2dcpp modBandDepth modBandDepthRef depthTukeyCPP depthLPCPP depthProjCPP depthMahCPP CovLPCPP refRank meanCPP covCPP runifsphereCPP sampleMaxLocScaleDepthCPP sampleMaxDepthForMuCPP sampleDepthContForMuCPP

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

sampleDepthContForMuCPP <- function(d, mu, rY) {
    .Call(`_DepthProc_sampleDepthContForMuCPP`, d, mu, rY)
}

sampleMaxDepthForMuCPP <- function(mu, rY, d_min, max_iter, eps) {
    .Call(`_DepthProc_sampleMaxDepthForMuCPP`, mu, rY, d_min, max_iter, eps)
}

sampleMaxLocScaleDepthCPP <- function(ry, iter, eps, p_length) {
    .Call(`_DepthProc_sampleMaxLocScaleDepthCPP`, ry, iter, eps, p_length)
}

runifsphereCPP <- function(n, p) {
    .Call(`_DepthProc_runifsphereCPP`, n, p)
}

covCPP <- function(rX, threads) {
    .Call(`_DepthProc_covCPP`, rX, threads)
}

meanCPP <- function(rX, threads) {
    .Call(`_DepthProc_meanCPP`, rX, threads)
}

refRank <- function(u, x) {
    .Call(`_DepthProc_refRank`, u, x)
}

CovLPCPP <- function(X, p, a, b) {
    .Call(`_DepthProc_CovLPCPP`, X, p, a, b)
}

depthMahCPP <- function(ru, rX, rcov, rmean, threads) {
    .Call(`_DepthProc_depthMahCPP`, ru, rX, rcov, rmean, threads)
}

depthProjCPP <- function(ru, rX, nproj, threads) {
    .Call(`_DepthProc_depthProjCPP`, ru, rX, nproj, threads)
}

depthLPCPP <- function(ru, rX, p, a, b, threads) {
    .Call(`_DepthProc_depthLPCPP`, ru, rX, p, a, b, threads)
}

depthTukeyCPP <- function(ru, rX, exact, threads) {
    .Call(`_DepthProc_depthTukeyCPP`, ru, rX, exact, threads)
}

modBandDepthRef <- function(rX, rxRef) {
    .Call(`_DepthProc_modBandDepthRef`, rX, rxRef)
}

modBandDepth <- function(rX) {
    .Call(`_DepthProc_modBandDepth`, rX)
}

depth2dcpp <- function(R_x, R_y) {
    .Call(`_DepthProc_depth2dcpp`, R_x, R_y)
}

Try the DepthProc package in your browser

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

DepthProc documentation built on Feb. 4, 2022, 1:07 a.m.