Detect outliers in the vector by treating anything that falls below the 1st Quartile or above the 3rd Quartile as an Outlier. Common values for X_MULTIPLIER are 1.5 and 2.0.
Calculate the lower and upper bound for acceptable values for vector y. Treat anything that falls X times below the 1st Quartile or above the 3rd Quartile as an Outlier.
Calculate the lower and upper bound for acceptable values for vector y. Treat anything that falls X times below the 1st Quartile or above the 3rd Quartile as an Outlier.
Value parameters
factor
the factor used in computing the bound (multiple of IRQ)