@stdlib/stats-base-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
Calculate the mid-range of a double-precision floating-point strided array.
Calculate the minimum value of a double-precision floating-point strided array.
Calculate the minimum absolute value of a double-precision floating-point strided array.
Weibull distribution cumulative distribution function (CDF).
Weibull distribution constructor.
Weibull distribution differential entropy.
Weibull distribution excess kurtosis.
Weibull distribution logarithm of cumulative distribution function (CDF).
Weibull distribution logarithm of probability density function (PDF).
Weibull distribution expected value.
Weibull distribution median.
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 standard deviation of a strided array ignoring NaN values and using a two-pass algorithm.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the standard deviation of a strided array ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.