@stdlib/stats-base-mskmax
Calculate the maximum value of a strided array according to a mask.
Calculate the maximum value of a strided array according to a mask.
Calculate the minimum value of a strided array according to a mask.
Calculate the range of a strided array according to a mask.
Calculate the maximum value of a strided array, ignoring NaN values.
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Calculate the maximum absolute value of a strided array, ignoring NaN values.
Calculate the arithmetic mean of a strided array, ignoring NaN values.
Create an iterator which iteratively computes a moving arithmetic mean.
Create an iterator which iteratively computes a moving arithmetic mean of absolute values.
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
Create an iterator which iteratively computes a moving mid-range.
Create an iterator which iteratively computes a moving minimum value.
Create an iterator which iteratively computes a moving minimum absolute value.
Create an iterator which iteratively computes a moving product.
Create an iterator which iteratively computes a moving range.
Create an iterator which iteratively computes a moving sum.
Create an iterator which iteratively computes a moving sum of absolute values.
Two-sample z-Test.
Compute the corrected sample standard deviation over all iterated values.
Compute the sum of all iterated values.