@stdlib/stats-base-dists-weibull-entropy
Weibull distribution differential entropy.
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.
Calculate the variance of a strided array ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Calculate the maximum value of a single-precision floating-point strided array.
Calculate the maximum absolute value of a single-precision floating-point strided array.