Module outlier_detection

Module outlier_detection 

Source
Expand description

Outlier detection utilities

This module provides comprehensive outlier detection capabilities including univariate and multivariate methods, SIMD-optimized operations, and detailed statistical analysis. All modules have been refactored for better maintainability and comply with the 2000-line refactoring policy.

Re-exports§

pub use detector::OutlierDetector;
pub use core::*;
pub use simd_operations::*;

Modules§

core
Core types and configurations for outlier detection
detector
Main outlier detection implementation
simd_operations
SIMD-accelerated operations for high-performance outlier detection