[]
Represents quartile calculation methods.
public enum QuartileMethod
Public Enum QuartileMethod
Name | Description |
---|---|
Exclusive | The quartile calculation excludes the median when splitting the dataset into quartiles. |
Inclusive | The quartile calculation includes the median when splitting the dataset into quartiles. |