@stdlib/stats-base-dists-chisquare-mgf
Chi-squared distribution moment-generating function (MGF).
Chi-squared distribution moment-generating function (MGF).
Calculate the maximum value of a strided array according to a mask.
Create an iterator which generates a sequence of nonpositive even integers.
Apply a modified Givens transformation.
Exponential distribution cumulative distribution function (CDF).
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
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 using a one-pass trial mean algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.