1. Detecting Anomalous Sensor Readings
Data AnalystBackground
A technician collected temperature readings from a server room, but some sensors occasionally reported extreme values due to interference.
Problem
Identify and isolate these erroneous temperature spikes from the valid dataset.
How to use
Paste the temperature list, select 'Modified Z-Score' for better handling of non-normal distributions, and set the output to 'Table'.
method: modified_zscore, sensitivity: 3.0, output: tableOutcome
The tool generated a table highlighting the specific timestamps where temperature readings were statistically impossible, allowing for quick data cleanup.