QuartileCalculation
Constants which determine the method of calculation used when determining the median for a box and whisker chart.
Enumeration Members
Section titled "Enumeration Members"ExclusiveMedian
Section titled "ExclusiveMedian"The median is excluded from the calculation if n (the number of values in the data) is odd.
ExclusiveMedian = 1 InclusiveMedian
Section titled "InclusiveMedian"The median is included in the calculation if n (the number of values in the data) is odd.
InclusiveMedian = 0