UNPKG

als-statistics

Version:

A powerful and lightweight JavaScript library for descriptive statistics, regression, clustering, outlier detection, and noise analysis using a flexible table/column architecture.

7 lines (5 loc) 158 B
## Utilities - **`Statistics.range(start, end, step)`**: Generates an array of numbers. ```js const r = Statistics.range(1, 5, 2); // [1, 3] ```