Updated 6 months ago

stats-strided-dsvariancepn • Science 57%

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.

Updated 6 months ago

stats-strided-svariancech • Science 44%

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

Updated 6 months ago

stats-array-mskmax • Science 44%

Calculate the maximum value of an array according to a mask.

Updated 6 months ago

blas-ext-base-wasm-dapxsumpw • Science 44%

Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.

Updated 6 months ago

stats-strided-nanmin-by • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 6 months ago

stats-strided-nanmax-by • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 6 months ago

stats-strided-min-by • Science 44%

Calculate the minimum value of a strided array via a callback function.

Updated 6 months ago

stats-strided-max-by • Science 44%

Calculate the maximum value of a strided array via a callback function.

Updated 6 months ago

stats-strided-meanpn • Science 26%

Stats-strided-meanpn provides efficient computation of strided means for numerical data. 📊 This library enhances your data analysis capabilities in JavaScript and Node.js. 🚀

Updated 6 months ago

array-base-last-index-of-same-value • Science 44%

Return the index of the last element which equals a provided search element according to the same value algorithm.

Updated 6 months ago

array-base-any-is-entry-in • Science 44%

Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.

Updated 6 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 6 months ago

stats-strided-dvariancepn • Science 57%

Calculate the variance of a double-precision floating-point strided array using a two-pass algorithm.

Updated 6 months ago

stats-array • Science 44%

Statistical functions for arrays.

Updated 6 months ago

blas-ext-base-dlast-index-of • Science 44%

Return the last index of a specified search element in a double-precision floating-point strided array.

Updated 6 months ago

lapack-base-dlaset • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.

Updated 6 months ago

stats-strided-dcovarmtk • Science 26%

Calculate the covariance of two double-precision floating-point strided arrays provided known means and using a one-pass textbook algorithm.

Updated 6 months ago

ndarray-base-map • Science 44%

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.

Updated 6 months ago

stats-strided-snanmeanwd • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

ndarray-base-fill-by • Science 44%

Fill an input ndarray according to a callback function.

Updated 6 months ago

blas-base-strmv • Science 44%

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

Updated 6 months ago

random-tools-unary • Science 44%

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

Updated 6 months ago

ndarray-every • Science 44%

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

Updated 6 months ago

ndarray-base-includes • Science 44%

Test whether an ndarray contains a specified value.

Updated 6 months ago

stats-strided-dnanvariancepn • Science 57%

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

Updated 6 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 6 months ago

stats-strided-dnanstdevpn • Science 57%

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

Updated 6 months ago

blas-ext-base-gindex-of • Science 44%

Return the first index of a specified search element in a strided array.

Updated 6 months ago

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

Efficiently find the index of values in ndarrays with blas-ext-base-ndarray-glast-index-of. Ideal for numerical computations in JavaScript. 🐙💻

Updated 6 months ago

stats-max • Science 44%

Compute the maximum value along one or more ndarray dimensions.

Updated 6 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 6 months ago

stats-strided-sdsmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.

Updated 6 months ago

stats-strided-smeanpw • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.

Updated 6 months ago

array-base-banded-filled2d-by • Science 44%

Create a filled two-dimensional banded nested array according to a provided callback function.

Updated 6 months ago

array-base-symmetric-filled2d-by • Science 44%

Create a filled two-dimensional symmetric nested array according to a provided callback function.

Updated 6 months ago

stats-strided-dmax • Science 44%

Calculate the maximum value of a double-precision floating-point strided array.

Updated 6 months ago

stats-strided-dcovmatmtk • Science 44%

Compute the covariance matrix for an `M` by `N` double-precision floating-point matrix `A` and assigns the results to a matrix `B` when provided known means and using a one-pass textbook algorithm.

Updated 6 months ago

stats-strided-smeanwd • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

stats-strided-dmeanwd • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 6 months ago

stats-strided-dsmeanpn • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

Updated 6 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐

Updated 6 months ago

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

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 6 months ago

stats-strided-dsmeanwd • Science 57%

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

Updated 6 months ago

ndarray-base-unary-reduce-subarray • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 6 months ago

@stdlib/ndarray-base-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 6 months ago

@stdlib/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 6 months ago

blas-ext-base-wasm-dapx • Science 44%

Add a scalar constant to each element in a double-precision floating-point strided array.

Updated 6 months ago

stats-strided-dnanmeanpw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.

Updated 6 months ago

stats-array-nanmeanwd • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.

Updated 6 months ago

array-base-broadcasted-quaternary2d • Science 44%

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

Updated 6 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.

Updated 6 months ago

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

Apply a binary callback to elements in two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.

Updated 6 months ago

stats-strided-snanmin • Science 44%

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

Updated 6 months ago

blas-ext-base-wasm-dnansumpw • Science 44%

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

Updated 6 months ago

napi-argv-dataview-cast • Science 44%

Convert a Node-API value corresponding to a DataView to a pointer having a specified data type.

Updated 6 months ago

stats-strided • Science 44%

Statistical operations for strided arrays.

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-nanmaxabs • Science 44%

Calculate the maximum absolute value of a strided array, ignoring NaN values.

Updated 6 months ago

stats-strided-sztest • Science 44%

Compute a one-sample Z-test for a single-precision floating-point strided array.

Updated 6 months ago

ndarray-base-promote-dtypes • Science 44%

Resolve the data type that results from applying promotion rules to a provided list of data types.