Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the mid-range of a strided array according to a mask, ignoring NaN values.
Test whether a path exists on the filesystem.
Return the enumeration constant associated with a BLAS transpose operation.
Agentic SDK for LeadMagic.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Compute the L2-norm of a complex single-precision floating-point vector.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Compute the versed sine.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Discrete uniform distribution excess kurtosis.
Single-precision floating-point mathematical constants.
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
Calculate the mid-range of a double-precision floating-point strided array, ignoring NaN values.
Chi distribution entropy.
Compute the L2-norm of a complex double-precision floating-point vector.
Erlang distribution.
Size (in bytes) of a 16-bit signed integer.
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
Create a function which performs element-wise computation by applying a unary function to each element in an input ndarray.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using an improved Kahan–Babuška algorithm.