Field Summary | ||
---|---|---|
const int | EXCLUSIVE | |
The quartile calculation includes the median when splitting the dataset into quartiles. | ||
const int | INCLUSIVE | |
The qartile calculation excludes the median when splitting the dataset into quartiles. |
Field Detail |
---|
EXCLUSIVE | |
const int EXCLUSIVE |
INCLUSIVE | |
const int INCLUSIVE |