mapper.mad
mapper
Pushes onto the stack an AGGREGATOR which computes the Median Absolute Deviation over each sliding window.
The returned location is the median of all the locations in the sliding window, and the returned elevation is the median of all the elevations in the window.
mapper.mad is available since version 1.2.0.
See also
Signatures
Examples
[
[
NEWGTS "GTS" RENAME
10 NaN NaN NaN 3.0 ADDVALUE
30 NaN NaN NaN 2.0 ADDVALUE
32 NaN NaN NaN 5.0 ADDVALUE
35 NaN NaN NaN 4.0 ADDVALUE
38 NaN NaN NaN 0.0 ADDVALUE
39 NaN NaN NaN 8.0 ADDVALUE
]
mapper.mad
2 //pre
1 //post
0 //auto count
] MAP