Return the first index of a specified search element in a one-dimensional ndarray.
Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
Compute a one-sample Z-test for a one-dimensional ndarray.
Base multidimensional array.
Compute the range of a one-dimensional ndarray.
Return a view of an input ndarray in which the order of elements along each dimension is reversed.
Generate a stride array from an array shape.
Return a new ndarray where the order of elements along the second-to-last dimension of an input ndarray is reversed.
Return a truncated view of an input ndarray along a specific dimension.
Determine the order of a multidimensional array based on a provided stride array.
Return the number of elements in an array.
Resample using sinc kernels
Compute the sum of all elements in a one-dimensional ndarray using pairwise summation.
Compute the arithmetic mean of a one-dimensional ndarray.
Return the data type enumeration constant of an ndarray data buffer.
Linear time selection algorithm for ndarrays
Return a new ndarray where the order of elements of an input ndarray along a specified dimension is reversed.
Return the last index of a specified search element in a one-dimensional ndarray.
Compute the minimum value of a one-dimensional ndarray.
Compute the sum of all elements in a one-dimensional ndarray using ordinary recursive summation.
an observable ndarray
Base ndarray statistical functions.
C API for registering a Node-API module exporting an ndarray interface for applying a unary callback to an input ndarray.
Compute the sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.