Updated 10 months ago

@stdlib/array-base-count-if • Science 44%

Count the number of elements in an array that satisfy the provided testing function.

Updated 10 months ago

stats-strided-smskmin • Science 44%

Calculate the minimum value of a single-precision floating-point strided array according to a mask.

Updated 10 months ago

stats-array-nanmean • Science 26%

This repository provides a function to compute the mean of an array while ignoring NaN values. 📊 Explore efficient numerical computations in JavaScript with our standard library! 🚀

Updated 10 months ago

stats-array-stdevyc • Science 57%

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

Updated 10 months ago

stats-base-ztest-two-sample-results-float32 • Science 44%

Create a two-sample Z-test single-precision floating-point results object.

Updated 10 months ago

math-base-special-fibonacci-indexf • Science 44%

Compute the Fibonacci number index of a single-precision floating-point number.

Updated 10 months ago

napi-argv-bool • Science 44%

Convert a Node-API value to a boolean.

Updated 9 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

number-float64-base-identity • Science 31%

Evaluate the identity function for a double-precision floating-point number.

Updated 10 months ago

math-base-special-frexpf • Science 44%

Split a single-precision floating-point number into a normalized fraction and an integer power of two.

Updated 10 months ago

@stdlib/ndarray-empty • Science 44%

Create an uninitialized ndarray having a specified shape and data type.

Updated 10 months ago

stats-array-nanmeanwd • Science 44%

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

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

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

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

Updated 10 months ago

ndarray-base-from-scalar-like • Science 44%

Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.

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

array-base-entries2views • Science 44%

Convert array entries to an array of composite views.

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

assert-is-struct-constructor-like • Science 26%

Effortlessly check if a value is a constructor-like structure with assert-is-struct-constructor-like. Perfect for ensuring type safety in your JavaScript projects! 🐙🌐

Updated 10 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 9 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 9 months ago

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

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

Updated 10 months ago

complex-float64-base-assert • Science 44%

Base (i.e., lower-level) double-precision complex number assertion functions.

Updated 10 months ago

math-base-special-minf • Science 44%

Return the minimum single-precision floating-point number.

Updated 10 months ago

array-base-zip2objects • Science 26%

Zip one or more arrays to an array of objects.

Updated 10 months ago

stats-strided-dnanminabs • Science 44%

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

Updated 10 months ago

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

Reverse the order of elements along the first dimension of a two-dimensional nested input array.

Updated 10 months ago

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

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.

Updated 10 months ago

@stdlib/array-base-fillednd-by • Science 44%

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

Updated 10 months ago

@stdlib/string-base-distances-hamming • Science 44%

Calculate the Hamming distance between two equal-length strings.

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

@stdlib/array-base-take-map • Science 44%

Take elements from an array and return a new array after applying a mapping function.

Updated 10 months ago

array-base-broadcasted-binary5d • Science 44%

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

Updated 10 months ago

blas-base-assert-is-matrix-orientation • Science 26%

Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊

Updated 10 months ago

math-base-special-cosf • Science 26%

This repository contains the `math-base-special-cosf` function, which computes the cosine of a float number efficiently. Explore the code and contribute to enhance numerical computation in JavaScript! 🖥️✨

Updated 10 months ago

stats-strided-nanmax-by • Science 26%

This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊

Updated 10 months ago

assert-napi-is-dataview • Science 26%

This repository provides a simple way to check if a value is a DataView in JavaScript. It streamlines your code and enhances type safety in numerical computations. 🛠️📦

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-nanvariancepn • Science 57%

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

Updated 10 months ago

number-float64-base-identity • Science 44%

Evaluate the identity function for a double-precision floating-point number.

Updated 10 months ago

stats-strided-dztest • Science 44%

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

Updated 10 months ago

math-base-special-fibonaccif • Science 44%

Compute the nth Fibonacci number as a single-precision floating-point number.

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

array-fixed-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays having a specified byte order.

Updated 10 months ago

stats-strided-dnanmean • Science 44%

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

Updated 10 months ago

iter-cusome-by • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.

Updated 10 months ago

math-base-special-acosdf • Science 44%

Compute the arccosine (in degrees) of a single-precision floating-point number.

Updated 10 months ago

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

Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.

Updated 10 months ago

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

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

Updated 10 months ago

array-base-fliplr4d • Science 44%

Reverse the order of elements along the last dimension of a four-dimensional nested input array.

Updated 10 months ago

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

Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.

Updated 9 months ago

https://github.com/0xibra/million-downloads • Science 13%

Attempting to download at least 1 million files under 60 seconds

Updated 10 months ago

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

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

Updated 10 months ago

@stdlib/complex-base-assert-is-same-value-zerof • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 10 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

Return a view of an input ndarray when sliced along a specified dimension.

Updated 10 months ago

@stdlib/complex-float64-imag • Science 44%

Return the imaginary component of a double-precision complex floating-point number.