QuartileCalculationType

QuartileCalculationType enumeration

Represents quartile calculation methods.

Values

NameValueDescription
Exclusive0The quartile calculation includes the median when splitting the dataset into quartiles.
Inclusive1The quartile calculation excludes the median when splitting the dataset into quartiles.