Let's say that we have the following array:
[3.0, 4.0, 4.0, 4.0, 7.0, 10.0, 11.0, 12.0, 14.0, 16.0, 17.0, 18.0]
The inter-quartile range would be as follows:
If one then were to try to count the elements in each quartile, would this typically include the inter-quartile cutoffs or exclude the inter-quartile cutoffs?
e.g. for this example, would the counts typically be listed as option A (inclusive) or option B (exclusive):
Option A (inclusive):
Option B (exclusive):
Credit to user @user3386109