R/RcppExports.R

Defines functions compute_md compute_bd compute_md_and_bd compute_hc

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

compute_md <- function(x) {
    .Call(`_anomalyDetection_compute_md`, x)
}

compute_bd <- function(x, normalize) {
    .Call(`_anomalyDetection_compute_bd`, x, normalize)
}

compute_md_and_bd <- function(x, normalize) {
    .Call(`_anomalyDetection_compute_md_and_bd`, x, normalize)
}

compute_hc <- function(n, p, nsim) {
    .Call(`_anomalyDetection_compute_hc`, n, p, nsim)
}

Try the anomalyDetection package in your browser

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

anomalyDetection documentation built on March 18, 2018, 1:21 p.m.