# array **Repository Path**: mirrors_mljs/array ## Basic Information - **Project Name**: array - **Description**: Functional utilities to transform and compute stats on arrays - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 |