Home
last modified time | relevance | path

Searched defs:OutlierClassification (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5390 struct OutlierClassification { struct
5391 int samples_seen = 0;
5392 int low_severe = 0; // more than 3 times IQR below Q1
5393 int low_mild = 0; // 1.5 to 3 times IQR below Q1
5394 int high_mild = 0; // 1.5 to 3 times IQR above Q3
5395 int high_severe = 0; // more than 3 times IQR above Q3
5397 int total() const { in total()