depth_outlyingness: Depth-Based Outlyingness

View source: R/RcppExports.R

depth_outlyingnessR Documentation

Depth-Based Outlyingness

Description

Converts depth values to outlyingness scores via O(x) = 1/D(x) - 1, so that depth 1 maps to outlyingness 0 and depth approaching 0 maps to outlyingness approaching infinity.

Usage

depth_outlyingness(depths)

Arguments

depths

Numeric vector of depth values in (0, 1].

Value

Numeric vector of outlyingness values in [0, inf).


depthR documentation built on June 26, 2026, 5:07 p.m.