◐ Shell
clean mode source ↗

GitHub - mljs/array-xy: Functional utilities for sets of points

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

array-xy

Functional utilities for sets of points

Packages

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

import uniqueX from '..';

License

MIT