quartile_exc
Quartile of a data set (exclusive).
Syntax
Section titled “Syntax”v = quartile_exc(array, quart)Description
Section titled “Description”Like quartile_inc but uses the exclusive method. quart must be 1, 2, or 3.
Example
Section titled “Example”quartile_exc([1 2 3 4 5 6 7 8 9], 1)See also
Section titled “See also”quartile_inc— Quartile of a data set (inclusive).percentile_exc— K-th percentile (exclusive of 0% and 100%).