@stdlib/stats-base-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the mean and variance of a double-precision floating-point strided array.
Calculate the mean and variance of a double-precision floating-point strided array using a two-pass algorithm.
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Calculate the median value of a sorted double-precision floating-point strided array.
Calculate the mid-range of a double-precision floating-point strided array.
Calculate the minimum value of a double-precision floating-point strided array.
Calculate the minimum absolute value of a double-precision floating-point strided array.
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.
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 according to a strided mask array and assigning results to a double-precision floating-point
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 according to a strided mask array and assigning results to a double-precision floating-point
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision complex floating-point strided input array and assigning results to a double-precision complex floating-point strided output ar
Apply a unary function to a double-precision complex floating-point strided input array and assign results to a double-precision complex floating-point strided output array.
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
Calculate the variance of a double-precision floating-point strided array.
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.