Searched refs:rejectionThreshold (Results 1 – 1 of 1) sorted by relevance
80 public static StatResult getStatWithOutlierRejection(double[] data, double rejectionThreshold) { in getStatWithOutlierRejection() argument90 double thresholdMin = median * (1.0 - rejectionThreshold); in getStatWithOutlierRejection()91 double thresholdMax = median * (1.0 + rejectionThreshold); in getStatWithOutlierRejection()