Stats Collector Reference Source Repository
public class | source

Mean

Extends:

Collector

A collector that captures mean

  • The sum of all of the data divided by the count; the average; mean = sum / n.

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:

*