Class: Statistics

vef.data.Statistics(data)

The Statistics class provides simple statistical analysis for numeric data series. It filters out non-numeric (NaN), empty, and +/- Infinity values.

Constructor

new Statistics(data)

Constructs a Statistics object and calculates statistical properties for the given data array.
Parameters:
Name Type Description
data Array.<number> The data array to calculate statistics for.
Author:
Source: