Home
last modified time | relevance | path

Searched refs:percent_threshold_lower (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-luminol/luminol-0.3.1/src/luminol/algorithms/anomaly_detector_algorithms/
H A Ddiff_percent_threshold.py26 …lf, time_series, baseline_time_series, percent_threshold_upper=None, percent_threshold_lower=None): argument
37 self.percent_threshold_lower = percent_threshold_lower
38 if not self.percent_threshold_upper and not self.percent_threshold_lower:
40 Either percent_threshold_upper or percent_threshold_lower needed')
62 …if self.percent_threshold_lower and diff_percent < 0 and diff_percent < self.percent_threshold_low…
H A Dsign_test.py42 percent_threshold_lower=None, argument
63 if percent_threshold_upper is None and percent_threshold_lower is None:
65 Either percent_threshold_upper or percent_threshold_lower is needed')
67 if percent_threshold_upper is not None and percent_threshold_lower is not None:
69 Cannot specify both percent_threshold_upper and percent_threshold_lower')
80 …shold = percent_threshold_upper if percent_threshold_upper is not None else percent_threshold_lower
/dports/benchmarks/py-naarad/naarad-1.0.15/lib/luminol/src/luminol/algorithms/anomaly_detector_algorithms/
H A Ddiff_percent_threshold.py26 …lf, time_series, baseline_time_series, percent_threshold_upper=None, percent_threshold_lower=None): argument
37 self.percent_threshold_lower = percent_threshold_lower
38 if not self.percent_threshold_upper and not self.percent_threshold_lower:
40 Either percent_threshold_upper or percent_threshold_lower needed')
62 …if self.percent_threshold_lower and diff_percent < 0 and diff_percent < self.percent_threshold_low…
/dports/benchmarks/py-naarad/naarad-1.0.15/lib/luminol/src/luminol/tests/
H A Dtest_anomaly_detector.py140 …lf, time_series, baseline_time_series, percent_threshold_upper=None, percent_threshold_lower=None): argument
151 self.percent_threshold_lower = percent_threshold_lower
174 …if self.percent_threshold_lower and diff_percent < 0 and diff_percent < self.percent_threshold_low…
/dports/math/py-luminol/luminol-0.3.1/src/luminol/tests/
H A Dtest_anomaly_detector.py397 …lf, time_series, baseline_time_series, percent_threshold_upper=None, percent_threshold_lower=None): argument
408 self.percent_threshold_lower = percent_threshold_lower
431 …if self.percent_threshold_lower and diff_percent < 0 and diff_percent < self.percent_threshold_low…