Extended quartile Computes the quartiles and the minimum and maximum of a data sample. Syntax extended_quartile(Statistics_data) Description extended_quartile(Statistics_data) Given a statistics data, returns a vector of 5 components: the first element is the minimum, the second, third and fourth element correspond to the first, second and third quartile, and the fifth element is the maximum. Related functions Quartile Table of Contents Syntax Description Related functions