@stdlib/stats-base-snanvarianceyc
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the range of a single-precision floating-point strided array.
Calculate the standard deviation of a single-precision floating-point strided array.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a strided array using a two-pass algorithm.
Calculate the variance of a strided array using Welford's algorithm.
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a strided array using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Return a typed array view having the same data type as a provided input typed array and starting at a specified index offset.
Create a readable stream from a strided array-like object.
Calculate the minimum value of a sorted strided array.
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.
Create a readable stream from an array-like object.