Distribution.median

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

class Distribution(T)
double
median
()

Return Value

Type: double

The median of the values contained in this distribution

Meta