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. |
- Source: