rdop | R Documentation |
rdop
returns the relative density-based outlier probabilities according to Barroso and Busing (2025).
rdop(data, k = 0, lambda = 3, extended = FALSE, alpha = 0.2, beta = 0.25)
data |
a (rectangular, multivariate, n by m) data matrix or a (n by n ) distance matrix, in either case, the function continues with a full distance matrix |
k |
number of neighbors (default: sqrt( 2n )) |
lambda |
multiple of standard distance deviations to get probabilistic distances |
extended |
extended relative density-based probabilities |
alpha |
steepness parameter turning scores into weights |
beta |
halfway parameter turning scores into weights |
if ( extended == FALSE ): outlier scores; else: weights matrix
Frank M.T.A. Busing
Barroso and Busing (2025).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.