public class QuartileCalculationType
Field Summary | ||
---|---|---|
static final int | EXCLUSIVE | |
The quartile calculation includes the median when splitting the dataset into quartiles.
|
||
static final int | INCLUSIVE | |
The qartile calculation excludes the median when splitting the dataset into quartiles.
|