In Horn's Algorithm, the lower fence for outlier rejection is computed as:

Study for the ACVIM Small Animal Internal Medicine Exam to enhance your veterinary knowledge. Prepare with flashcards and multiple-choice questions, featuring hints and explanations. Ensure success in your exam journey!

Multiple Choice

In Horn's Algorithm, the lower fence for outlier rejection is computed as:

Explanation:
The idea is to define a range that separates the central 50% of the data from potential outliers using the interquartile range (IQR). Outliers are values that fall beyond the fences set 1.5 times the IQR away from the quartiles. For the lower side, you move 1.5 IQRs below the first quartile (Q1). That gives the lower fence as Q1 − 1.5 × IQR. Any value smaller than that is considered a low outlier. The corresponding upper fence uses the third quartile plus 1.5 × IQR. So the correct expression for the lower fence is Q1 − 1.5 × IQR. For example, if Q1 is 10 and IQR is 4, the lower fence is 10 − 1.5×4 = 4; values below 4 are flagged as outliers.

The idea is to define a range that separates the central 50% of the data from potential outliers using the interquartile range (IQR). Outliers are values that fall beyond the fences set 1.5 times the IQR away from the quartiles. For the lower side, you move 1.5 IQRs below the first quartile (Q1). That gives the lower fence as Q1 − 1.5 × IQR. Any value smaller than that is considered a low outlier. The corresponding upper fence uses the third quartile plus 1.5 × IQR. So the correct expression for the lower fence is Q1 − 1.5 × IQR. For example, if Q1 is 10 and IQR is 4, the lower fence is 10 − 1.5×4 = 4; values below 4 are flagged as outliers.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy