@stdlib/stats-base-nanmin-by
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
Calculate the minimum value of a strided array via a callback function, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
Calculate the standard deviation of a strided array using a one-pass textbook algorithm.
Calculate the standard deviation of a strided array using Welford's algorithm.
Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a strided array.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
List of strided array data types.
C APIs for creating Node-API strided array native add-ons.
C API for validating, extracting, and transforming (to native C types) function arguments provided to a strided array Node-API add-on interface.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to input strided arrays.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a single-precision complex floating-point strided input array and assigning results to a single-precision complex floating-point strided output ar
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array and assigning results to a double-precision floating-point strided output array.
C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays and assigning results to a double-precision floating-point strided output array.