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

@stdlib/random-array-pareto-type1 • Science 44%

Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.

Updated 10 months ago

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

Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

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/utils-none-in-by • Science 44%

Test whether every property in an object fails a test implemented by a predicate function.

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/ndarray-base-slice-dimension-from • Science 44%

Return a shifted view of an input ndarray along a specific dimension.

Updated 10 months ago

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

Return a read-only truncated view of an input ndarray along a specific dimension.

Updated 10 months ago

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

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

Updated 10 months ago

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

Create an uninitialized ndarray having the same shape and data type as a provided ndarray.

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

@stdlib/assert-is-same-date-object • Science 44%

Test if two values are both Date objects corresponding to the same date and time.

Updated 10 months ago

math-base-special-nanmaxf • Science 44%

Return the maximum value of two single-precision floating-point numbers, ignoring NaN.

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

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

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

Updated 10 months ago

array-base-unary4d-by • Science 44%

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

Updated 10 months ago

iter-cuevery • Science 44%

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

Updated 10 months ago

iter-cusome • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values are truthy.

Updated 10 months ago

math-base-special-dirac-deltaf • Science 44%

Evaluate the Dirac delta function in single-precision floating-point format.

Updated 10 months ago

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

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

Updated 10 months ago

math-base-special-atan2d • Science 44%

Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).

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

math-base-special-csignumf • Science 44%

Evaluate the signum function of a single-precision complex floating-point number.

Updated 10 months ago

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

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

Updated 10 months ago

@stdlib/utils-none-own-by • Science 44%

Tests whether every own property of an object fails 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-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 10 months ago

@stdlib/utils-some-own-by • Science 44%

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

Updated 10 months ago

ndarray-base-every-by • Science 44%

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

Updated 10 months ago

stats-strided-sdsmean • Science 44%

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

Updated 10 months ago

stats-strided-smeanpw • Science 57%

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

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dmax • Science 44%

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

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

stats-strided-smeanwd • Science 44%

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

Updated 10 months ago

array-base-assert-has-almost-equal-values • Science 44%

Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 10 months ago

@stdlib/napi-argv-strided-uint8array • Science 44%

Convert a Node-API value representing a strided array to an unsigned 8-bit integer array.

Updated 10 months ago

constants-float32-sqrt-pi • Science 44%

Square root of the mathematical constant π as a single-precision floating-point number.

Updated 10 months ago

@stdlib/iter-counter • Science 44%

Create an iterator which iteratively returns the number of iterated values.

Updated 10 months ago

@stdlib/math-base-special-truncsd • Science 44%

Round a numeric value to the nearest number toward zero with N significant figures.

Updated 10 months ago

stats-array-nanstdevch • Science 44%

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

Updated 10 months ago

fs-resolve-parent-paths • Science 44%

Resolve paths from a set of paths by walking parent directories.

Updated 10 months ago

stats-strided-snanminabs • Science 44%

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

Updated 10 months ago

stats-strided-nanminabs • Science 44%

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

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

stats-strided-dnanvariancewd • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Updated 10 months ago

ndarray-base-binary • Science 44%

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

Updated 10 months ago

ndarray-base-slice-assign • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

stats-strided-dminabs • Science 44%

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

Updated 10 months ago

@stdlib/math-base-tools-normhermitepolyf • Science 44%

Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.

Updated 10 months ago

ndarray-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 10 months ago

stats-strided-dnanmaxabs • Science 44%

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

Updated 10 months ago

stats-array-nanmaxabs • Science 44%

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

Updated 10 months ago

constants-float32-ln-ten • Science 44%

Natural logarithm of `10` as a single-precision floating-point number.

Updated 10 months ago

stats-strided-dnanvariancetk • Science 44%

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

Updated 10 months ago

stats-array-nanmax-by • Science 44%

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

Updated 10 months ago

lapack-base-spttrf • Science 44%

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

Updated 10 months ago

stats-base-sdsnanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.