Anomaly Detection

Detect
Price: $0.02/callLatency: <1msComplexity: O(n)

Detect outliers in sensor data using Z-Score method with a 2.5 standard deviation threshold.

Click "Run Algorithm" to see results

Input Schema

data: number[]
method: 'zscore' | 'iqr'
threshold: number (default: 3.0 for zscore, 1.5 for iqr)

Output Fields

methodanomaliesstatstotalPointsanomalyCount