Beta prime distribution excess kurtosis.
Kumaraswamy's double bounded distribution constructor.
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Apply a ternary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Create a filled n-dimensional nested array.
Calculate the minimum value of a strided array via a callback function.
Create a half-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Sort a strided array using Shellsort.
Compute a moving arithmetic mean and corrected sample standard deviation incrementally.
Truncated normal distribution.
Calculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.
POSIX path segment separator.
Add a scalar constant to each single-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Compute the sine of a single-precision floating-point number (in radians).
Laplace distribution expected value.
Compute the cosine of a single-precision floating-point number (in radians).
Compute the squared absolute value of a double-precision complex floating-point number.
Real-valued floating-point typed array constructors.
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Degenerate distribution.
Create an iterator which rounds each iterated value toward negative infinity.
Gumbel distribution quantile function.