Calculates the median value of this distribution
For an odd number of values, the middle value is returned
For an even number, the average of the 2 middle values is returned
classDistribution(T)
double
median
()
Return Value
Type: double
The median of the values contained in this distribution
Calculates the median value of this distribution For an odd number of values, the middle value is returned For an even number, the average of the 2 middle values is returned