Stats Collector Reference Source Repository
public class | source

Median

Extends:

Collector

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: *): *

Public Constructors

public constructor source

Public Methods

public handleGet(state: *): * source

Params:

NameTypeAttributeDescription
state *

Return:

*