Updated 10 months ago

iter-cunone • Science 44%

Create an iterator which cumulatively tests whether every iterated value is falsy.

Updated 10 months ago

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

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

Updated 10 months ago

@stdlib/napi-create-uint32 • Science 44%

Convert an unsigned 32-bit integer to a Node-API value.

Updated 10 months ago

constants-float32-half-ln-two • Science 44%

One half times the natural logarithm of 2 as a single-precision floating-point number.

Updated 10 months ago

array-base-banded-to-compact • Science 31%

Convert a two-dimensional banded nested array to compact banded storage.

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

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

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

Updated 10 months ago

ndarray-vector-float32 • Science 44%

Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-vector-ctor • Science 44%

Create a vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

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

Cumulatively test whether every element in a provided array is falsy.

Updated 10 months ago

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

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

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

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/ndarray-empty • Science 44%

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

Updated 10 months ago

constants-float32-max-safe-nth-tribonacci • Science 44%

Maximum safe nth Tribonacci number when stored in single-precision floating-point format.

Updated 10 months ago

math-base-special-cscf • Science 44%

Compute the cosecant of a single-precision floating-point number (in radians).

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

random-strided-gamma • Science 44%

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

Updated 10 months ago

@stdlib/math-base-napi-quaternary • Science 44%

C APIs for registering a Node-API module exporting an interface for invoking a quaternary numerical function.

Updated 10 months ago

stats-strided-scuminabs • Science 44%

Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.

Updated 10 months ago

stats-strided-snanmin • Science 44%

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

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

math-base-special-sincosd • Science 44%

Simultaneously compute the sine and cosine of an angle measured in degrees.

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

stats-strided • Science 44%

Statistical operations for strided arrays.

Updated 10 months ago

random-tools-unary-factory • Science 44%

Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 10 months ago

stats-strided-dstdevch • Science 57%

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

Updated 10 months ago

wasm-base • Science 44%

Base (i.e., lower-level) WebAssembly utilities.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-nanmaxabs • Science 44%

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

Updated 10 months ago

stats-strided-dmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.

Updated 10 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.

Updated 10 months ago

ndarray-vector-int16 • Science 44%

Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

stats-strided-snanmskrange • Science 44%

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

Updated 10 months ago

blas-base-csscal • Science 44%

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

Updated 10 months ago

stats-strided-dnanmskrange • Science 44%

Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 10 months ago

random-tools-binary • Science 44%

Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.

Updated 10 months ago

carbon • Science 57%

The ultimate high-level library for C/C++ (с реализацией на этих языках). 🎩

Updated 10 months ago

math-base-special-cfloorf • Science 44%

Round a single-precision complex floating-point number toward negative infinity.

Updated 10 months ago

stats-base-ndarray-scumin • Science 26%

Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐

Updated 10 months ago

@stdlib/stats-base-dstdevtk • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 10 months ago

stats-strided-dnanstdevtk • Science 44%

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

Updated 10 months ago

stats-array-nanrange-by • Science 44%

Calculate the range of an array via a callback function, ignoring NaN values.

Updated 10 months ago

math-base-special-sech • Science 44%

Compute the hyperbolic secant of a double-precision floating-point number.

Updated 10 months ago

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

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

Updated 10 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.

Updated 10 months ago

stats-base-ndarray-max • Science 44%

Compute the maximum value of a one-dimensional ndarray.

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

math-base-special-gammasgnf • Science 44%

Computes the sign of the gamma function for a single-precision floating-point number.

Updated 10 months ago

math-base-special-minmaxf • Science 44%

Return the minimum and maximum of two single-precision floating-point numbers.

Updated 10 months ago

math-base-special-wrapf • Science 26%

The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊

Updated 10 months ago

stats-strided-smskmax • Science 44%

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

Updated 10 months ago

math-base-special-cinvf • Science 26%

The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊

Updated 10 months ago

stats-array-nanvariancewd • Science 57%

Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dmeanli • Science 44%

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

Updated 10 months ago

stats-strided-dnanmax • Science 44%

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

Updated 10 months ago

array-base-zip2object • Science 44%

Create an object from a provided list of properties and a provided list of corresponding values.

Updated 10 months ago

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

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

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

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

Return the real and imaginary components of a double-precision complex floating-point number.