Returns a list of numbers representing the quartiles of the nimble object.
Examples
>>> lst = [[1, 2, 0], [0, 0, 5]] >>> X = nimble.data(lst) >>> X.quartiles() (0.0, 0.5, 1.75)