QuartileCalculationType enumeration

QuartileCalculationType enumeration

Represents quartile calculation methods.

The QuartileCalculationType type exposes the following members:

Fields

FieldDescription
EXCLUSIVEThe quartile calculation includes the median when splitting the dataset into quartiles.
INCLUSIVEThe quartile calculation excludes the median when splitting the dataset into quartiles.

See Also