Updated 10 months ago

@stdlib/random-array-uniform • Science 44%

Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.

Updated 10 months ago

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 10 months ago

ndarray-count-if • Science 44%

Count the number of elements along one or more ndarray dimensions which pass a test implemented by a predicate function.

Updated 10 months ago

array-base-unary3d-by • Science 44%

Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.

Updated 10 months ago

complex-float64-base-scale • Science 44%

Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.

Updated 10 months ago

@stdlib/random-array-normal • Science 44%

Create an array containing pseudorandom numbers drawn from a normal distribution.

Updated 10 months ago

stats-strided-dnanvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

@stdlib/random-strided-tools-binary-factory • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.

Updated 10 months ago

stats-base-ndarray-smax • Science 44%

Compute the maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

math-base-special-logf • Science 44%

Compute the base `b` logarithm of a single-precision floating-point number.

Updated 10 months ago

stats-strided-sstdevyc • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

napi-argv-bool • Science 44%

Convert a Node-API value to a boolean.

Updated 10 months ago

array-base-broadcasted-ternary3d • Science 44%

Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.

Updated 10 months ago

array-base-cuany-by-right • Science 44%

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 10 months ago

array-little-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays stored in little-endian byte order.

Updated 10 months ago

@stdlib/array-mskput • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 10 months ago

@stdlib/array-base-resolve-setter • Science 44%

Return an accessor function for setting an element in an array-like object.

Updated 10 months ago

@stdlib/blas-base-caxpy • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.

Updated 10 months ago

@stdlib/blas-base-isamax • Science 44%

Find the index of the first element having the maximum absolute value.

Updated 10 months ago

stats-strided-dmeanors • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 10 months ago

math-base-special-minabsf • Science 44%

Return the minimum absolute single-precision floating-point number.

Updated 10 months ago

stats-strided-snanrange • Science 44%

Calculate the range of a single-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

@stdlib/blas-base-diagonal-type-resolve-str • Science 44%

Return the diagonal type string associated with a supported BLAS diagonal type value.

Updated 10 months ago

@stdlib/random-array-binomial • Science 44%

Create an array containing pseudorandom numbers drawn from a binomial distribution.

Updated 10 months ago

stats-strided-smeanli • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

@stdlib/random-array-triangular • Science 44%

Create an array containing pseudorandom numbers drawn from a triangular distribution.

Updated 10 months ago

@stdlib/array-empty-like • Science 44%

Create an uninitialized array having the same length and data type as a provided array.

Updated 10 months ago

stats-strided-nanvariancech • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

stats-array-nanstdevtk • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 10 months ago

stats-array-nanstdevyc • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-sztest2 • Science 44%

Compute a two-sample Z-test for two single-precision floating-point strided arrays.

Updated 10 months ago

math-base-special-cpolarf • Science 44%

Compute the absolute value and the phase of a single-precision complex floating-point number.

Updated 10 months ago

array-struct-factory • Science 44%

Return a constructor for creating arrays having a fixed-width composite data type.

Updated 10 months ago

stats-base-ndarray-dcumax • Science 44%

Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

stats-array-nanmeanors • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.

Updated 10 months ago

array-base-broadcasted-quaternary3d • Science 44%

Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.

Updated 10 months ago

stats-strided-dmeanstdevpn • Science 57%

Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.

Updated 10 months ago

stats-strided-dsnanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Updated 10 months ago

stats-strided-snanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 10 months ago

stats-strided-dsnanmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 10 months ago

@stdlib/array-base-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 10 months ago

@stdlib/random-strided-uniform • Science 44%

Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.

Updated 10 months ago

blas-ext-base-zfill • Science 44%

Fill a double-precision complex floating-point strided array with a specified scalar constant.

Updated 10 months ago

wasm-base-dtype2wasm • Science 44%

Return the WebAssembly data type associated with a provided array data type value.

Updated 10 months ago

strided-base-strided2object • Science 44%

Convert a strided array and associated meta data to an object likely to have the same "shape".

Updated 10 months ago

wasm-base-strided2object • Science 44%

Convert a strided array and associated meta data to an object likely to have the same "shape".

Updated 10 months ago

ndarray-iter-subarrays • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays.

Updated 10 months ago

@stdlib/math-base-ops-add3 • Science 44%

Compute the sum of three double-precision floating-point numbers.

Updated 10 months ago

@stdlib/array-base-none-by-right • Science 44%

Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.

Updated 10 months ago

stats-base-dists-planck-logcdf • Science 44%

Evaluate the logarithm of cumulative distribution function (CDF) for a Planck (discrete exponential) distribution.

Updated 10 months ago

@stdlib/array-base-join • Science 44%

Return a string created by joining array elements using a specified separator.

Updated 10 months ago

@stdlib/random-strided-poisson • Science 44%

Fill a strided array with pseudorandom numbers drawn from a Poisson distribution.

Updated 10 months ago

@stdlib/string-base-truncate-middle • Science 44%

Truncate the middle UTF-16 code units of a string to return a string having a specified length.

Updated 10 months ago

stats-strided-nanvarianceyc • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-nanvariancetk • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 10 months ago

math-base-special-atan2f • Science 44%

Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.

Updated 10 months ago

ndarray-every • Science 44%

Test whether every element along one or more ndarray dimensions is truthy.

Updated 10 months ago

random-tools-unary • Science 44%

Constructor for creating ndarrays filled with pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 10 months ago

@stdlib/assert-is-complex64matrix-like • Science 44%

Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.

Updated 10 months ago

blas-base-strmv • Science 44%

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

Updated 10 months ago

ndarray-some-by • Science 44%

Test whether at least `n` elements along one or more ndarray dimensions pass a test implemented by a predicate function.

Updated 10 months ago

complex-float64-base-assert-is-almost-equal • Science 44%

Test whether two double-precision complex floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 10 months ago

blas-ext-base-ndarray-sindex-of • Science 44%

Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

blas-ext-base-ndarray-glast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional ndarray.

Updated 10 months ago

stats-strided-dsemyc • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-dsemch • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.