Methods
arithMean(data) → {float}
Helper method to compute the arithmetic mean of a vector of values
Parameters:
| Name | Type | Description |
|---|---|---|
data |
array | The sample |
Returns:
- The mean of the supplied sample
- Type
- float