Median
Extends:
A collector that captures median
- The numeric value separating the higher half of the ordered sample data from the lower half. If n is odd the median is the center value. If n is even the median is the average of the 2 center values.
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
handleGet(state: *): * |