An open API service indexing awesome lists of open source software.

https://github.com/mljs/array

Functional utilities to transform and compute stats on arrays
https://github.com/mljs/array

Last synced: 2 months ago
JSON representation

Functional utilities to transform and compute stats on arrays

Awesome Lists containing this project

README

        

# ml-array

Functional utilities to transform and compute stats on arrays

## Packages

| Name | Description |
|--------------------------------------------------------------------|------------------------------------------------|
| [ml-array-sequential-fill](./packages/array-sequential-fill) | Fill / create an array with sequential numbers |
| [ml-array-min](./packages/array-min) | Get the minimum value in an array |
| [ml-array-max](./packages/array-max) | Get the maximum value in an array |
| [ml-array-rescale](./packages/array-rescale) | Rescale an array into a range |
| [ml-array-mean](./packages/array-mean) | Get the average value in an array |
| [ml-array-median](./packages/array-median) | Get the median value in an array |
| [ml-array-mode](./packages/array-mode) | Get the first mode value in an array |
| [ml-array-normed](./packages/array-normed) | Get a normed array |
| [ml-array-sum](./packages/array-sum) | Get the sum or the array elements |
| [ml-array-variance](./packages/array-variance) | Get the variance in an array |
| [ml-array-standard-deviation](./packages/array-standard-deviation) | Get the standard deviation in an array |