QuartileCalculationType
QuartileCalculationType enumeration
Represents quartile calculation methods.
Values
Name | Value | Description |
---|---|---|
Exclusive | 0 | The quartile calculation includes the median when splitting the dataset into quartiles. |
Inclusive | 1 | The quartile calculation excludes the median when splitting the dataset into quartiles. |