detectOutliers: Outlier Detection

Description Usage Arguments

Description

Detect outliers using classical and robust estimates of mahalanobis distance.

Usage

1
2
3
  detectOutliers(R,
    method = c("mcd", "m_estimate", "mm_estimate", "mve", "ogk", "sde", "s_estimate"),
    quantile = 0.975, threshold = NULL)

Arguments

R
method

method to compute robust estimate of location and scalde used in computing the robust mahalanobis distance.

quantile

fincov documentation built on May 2, 2019, 5:17 p.m.