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

https://github.com/mljs/array-xy

Functional utilities for sets of points
https://github.com/mljs/array-xy

Last synced: 2 months ago
JSON representation

Functional utilities for sets of points

Awesome Lists containing this project

README

        

# array-xy

Functional utilities for sets of points

## Packages

| Name | Description |
|--------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
| [ml-array-xy-centroids-merge](./packages/array-xy-centroids-merge) | Merge abscissa values if the ordinate value is in a list of centroids |
| [ml-array-xy-covariance](./packages/array-xy-covariance) | Calculates covarience of 2 vectors |
| [ml-array-xy-equally-spaced](./packages/array-xy-equally-spaced) | Returns equally spaced data |
| [ml-array-xy-filter-x](./packages/array-xy-filter-x) | Filter data based on x values |
| [ml-array-xy-integrate](./packages/array-xy-integrate) | Integrate data |
| [ml-array-xy-weighted-merge](./packages/array-xy-weighted-merge) | Merge abscissa values on similar ordinates and weight the group of abscissa |
| [ml-array-xy-max-merge](./packages/array-xy-max-merge) | Merge abscissa values on similar ordinates and keeps the abscissa with bigger ordinate value |
| [ml-array-xy-max-y](./packages/array-xy-max-y) | Sort a set of point based on the abscissas values | [ml-array-xy-sort-x](./packages/array-xy-sort-x) | Sort a set of point based on the abscissas values |
| [ml-array-xy-weighted-merge](./packages/array-xy-weighted-merge) | Ensure x unique and merge y|
| [ml-arrayxy-uniquex](./packages/array-xy-unique-x) | Ensure that x values are unique |

import uniqueX from '..';

## License

[MIT](./LICENSE)