Description Usage Arguments Value
View source: R/find_threshold.R
Find Outlier Threshold
1 | find_threshold(outlier_score, alpha, outtail = c("max", "min"), p, tn)
|
outlier_score |
A vector of outlier scores. Can be a named vector or a vector with no names. |
alpha |
Threshold for determining the cutoff for outliers. Observations are considered outliers if they fall in the (1- alpha) tail of the distribution of the nearest-neighbor distances between exemplars. |
outtail |
Direction of the outlier tail. |
p |
Proportion of possible candidates for outliers. This defines the starting point for the bottom up searching algorithm. |
tn |
Sample size to calculate an empirical threshold |
The indexes (or names, if the input is named vactor) of the observations determined to be outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.