AmitaiPerlstein

Results 2 comments of AmitaiPerlstein

Even a single straight forward deviation from a completely flat signal creates unexpected made up anomalies: y = rep(0, 5000) y[4900]=10 AnomalyDetectionVec(y, period=1440, direction = 'both', e_value = T, plot...

Most surprising: Even when the expected values (returned by the parameter e_value = T), $anoms returns "anomalies" whose expected values are *_identical *_to the originally supplied ones: z = rep(0,3000)...