Compute the arithmetic mean of a one-dimensional ndarray.
Chi-squared distribution expected value.
Beta distribution expected value.
Normal distribution quantile function.
Normal distribution probability density function (PDF).
Degenerate distribution cumulative distribution function (CDF).
Calculate the arithmetic mean of a strided array.
Chi-squared distribution cumulative distribution function (CDF).
Normal distribution cumulative distribution function (CDF).
Gamma distribution cumulative distribution function (CDF).
Gamma distribution expected value.
Calculate the variance of a strided array using a two-pass algorithm.
Chi-squared distribution constructor.
Normal distribution expected value.
Degenerate distribution quantile function.
Test if an input value is a supported ndarray data type.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is an ndarray data type object.
Return the data type string associated with a supported ndarray data type value.
Return the data type string associated with an ndarray data type enumeration constant.
Return an object mapping supported data type strings to data type objects.
Create a zero-filled generic array.
Calculate the variance of a strided array.