BasicStatsCollector
Extends:
A stat collector that includes the following collector functions:
- count
- sum
- min
- max
- mean
Example:
const statsCollector = new BasicStatsCollector();
statsCollector.update([1, 2, 3, 4, 5]);
statsCollector.get();
Constructor Summary
| Public Constructor | ||
| public |
|
|