Allow the change of k
in fixed_threshold
#450
Labels
enhancement
Improvements on the current features
k
in fixed_threshold
#450
Orion/orion/primitives/timeseries_anomalies.py
Line 145 in 09b11ef
Currently, fixed threshold is always set on
k=4
which makes the threshold set on four standard deviations away from the mean. We would like to makek
dynamic and changeable.Proposal:
fixed_threshold
is False, go to dynamic thresholdingfixed_threshold
is True, make the fixed threshold set to a default which isk=4
fixed_threshold
is anint
orfloat
, make this an indication on how far away from the mean it should beThe text was updated successfully, but these errors were encountered: