
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)
if ( extended == FALSE ): outlier scores; else: weights matrix
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
number of neighbors (default: sqrt( 2n ))
multiple of standard distance deviations to get probabilistic distances
extended relative density-based probabilities
steepness parameter turning scores into weights
halfway parameter turning scores into weights
Frank M.T.A. Busing
Barroso and Busing (2025).