@stdlib/stats-incr-covmat
Compute an unbiased sample covariance matrix incrementally.
Compute an unbiased sample covariance matrix incrementally.
Compute the coefficient of variation (CV) incrementally.
Compute an exponentially weighted standard deviation incrementally.
Compute an exponentially weighted variance incrementally.
Weibull distribution standard deviation.
Weibull distribution variance.
Calculate the range of a strided array according to a mask, ignoring NaN values.
Calculate the range of a strided array, ignoring NaN values.
Calculate the range of a strided array via a callback function, ignoring NaN values.
Calculate the standard deviation of a strided array ignoring NaN values.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.