powered by
Define Anomaly Thresholds
define_thresholds( skewness = 2.5, kurtosis = 10, shapiro_p = 1e-10, cooks_distance = 1, lof = 15 )
A list of thresholds for anomaly detection.
The threshold for skewness. Defaults to 2.5.
The threshold for kurtosis. Defaults to 10.
The threshold for Shapiro-Wilk test p-value. Defaults to 1e-10.
The threshold for Cook's Distance. Defaults to 1.
The threshold for Local Outlier Factor. Defaults to 15.
thresholds <- define_thresholds() thresholds <- define_thresholds(skewness = 3, kurtosis = 8)
Run the code above in your browser using DataLab