Apply a quinary callback to strided input array elements and assign results to elements in a strided output array.
published version 0.2.2, 9 months agoApply a quaternary callback to strided input array elements and assign results to elements in a strided output array.
published version 0.2.2, 9 months agoApply a nullary callback and assign results to elements in a strided output array.
published version 0.3.0, 9 months agoApply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
published version 0.2.2, 9 months agoCompute a weighted arithmetic mean incrementally.
published version 0.2.2, 9 months agoCompute a sum of squared absolute values incrementally.
published version 0.2.2, 9 months agoCompute an arithmetic mean incrementally.
published version 0.2.2, 9 months agoCompute the mean squared error (MSE) incrementally.
published version 0.2.2, 9 months agoCompute the mean percentage error (MPE) incrementally.
published version 0.2.2, 9 months agoCompute an arithmetic mean of squared absolute values incrementally.
published version 0.2.2, 9 months agoCompute the mean error (ME) incrementally.
published version 0.2.2, 9 months agoCompute a harmonic mean incrementally.
published version 0.2.2, 9 months agoCompute a count incrementally.
published version 0.2.2, 9 months agoCalculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
published version 0.2.2, 9 months agoCalculate the variance of a strided array using Welford's algorithm.
published version 0.2.2, 9 months agoCalculate the variance of a strided array using a one-pass textbook algorithm.
published version 0.2.2, 9 months agoCalculate the variance of a strided array using a one-pass trial mean algorithm.
published version 0.2.2, 9 months agoCalculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
published version 0.2.2, 9 months agoCalculate the variance of a strided array ignoring NaN values and using Welford's algorithm.
published version 0.2.2, 9 months agoCalculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
published version 0.2.2, 9 months agoCalculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
published version 0.2.2, 9 months agoCalculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
published version 0.2.2, 9 months ago