@stdlib/stats-incr-mminmax
Compute a moving minimum and maximum incrementally.
Compute a moving minimum and maximum incrementally.
Compute moving minimum and maximum absolute values incrementally.
Compute the root mean squared error (RMSE) incrementally.
Compute the residual sum of squares (RSS) incrementally.
Compute a corrected sample skewness incrementally.
Compute a corrected sample standard deviation incrementally.
Compute a moving corrected sample standard deviation incrementally.
Compute a moving sum incrementally.
Compute a moving sum of absolute values incrementally.
Compute a moving sum of squared absolute values incrementally.
Compute a moving mean percentage error (MPE) incrementally.
Compute the mean squared error (MSE) incrementally.
Return the common own and inherited property names of two or more objects.
Compact adjacency matrix.
Function composition.
Constant function.
Determine the name of a value's constructor.
Convert between POSIX and Windows paths.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Generate a frequency table according to an indicator function.