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
- Host: GitHub
- URL: https://github.com/mljs/array-xy
- Owner: mljs
- License: mit
- Created: 2017-07-24T12:38:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T07:10:00.000Z (over 3 years ago)
- Last Synced: 2025-04-14T16:20:06.391Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 687 KB
- Stars: 4
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)