@stdlib/utils-real-min-cli
Return the smallest positive normal value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a double-precision floating-point strided array 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.
Create an array filled with NaNs and having a specified length.
Create an array filled with NaNs and having the same length and data type as a provided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.