|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
staticnoexcept |
Flags samples whose deviation from the median exceeds a threshold.
| samples | Values to analyze |
| threshold_mad | Number of scaled-MAD units beyond which a sample is flagged, typically 2.5 to 3.5 for physical sensor data |
Shape-aware in the sense that a single wild sample and a run of several consistent high samples are distinguished by the caller inspecting which indices come back, not by this function alone: an isolated flagged index surrounded by unflagged ones reads differently from several consecutive flagged indices, and that read is left to the caller since the correct interpretation depends on domain (a genuine fast transition vs. a dropout burst).
Definition at line 247 of file Estimate.cpp.