Search results
576 packages found
Calculate the arithmetic mean of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- strided
- strided array
- array
Calculate the variance of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- variance
- var
- deviation
- dispersion
- sample variance
- unbiased
- stdev
- std
- View more
Calculate the sum of strided array elements using pairwise summation.
Calculate the variance of a strided array using a two-pass algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- variance
- var
- deviation
- dispersion
- sample variance
- unbiased
- stdev
- std
- View more
Calculate the maximum value of a strided array.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- strided
- strided array
- array
Adds a constant to each strided array element and computes the sum using pairwise summation.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Reinterpret a BooleanArray as a Uint8Array.
Convert a linear index in an array view to a linear index in an underlying data buffer.
- stdlib
- stdtypes
- types
- base
- ndarray
- shape
- strides
- offset
- multidimensional
- array
- utilities
- utility
- utils
- util
- View more
List of strided array data types.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Apply a nullary callback and assign results to elements in a strided output array.
Apply a unary function to each element retrieved from a strided input array according to a callback function and assign results to a strided output array.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.