Updated 10 months ago

@stdlib/stats-base-dists-erlang-logpdf • Science 44%

Natural logarithm of the probability density function (PDF) for an Erlang distribution.

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

math-array • Science 44%

Math functions applied to arrays.

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-vector • Science 44%

Vector constructors and associated utilities.

Updated 10 months ago

array-base-without • Science 44%

Return a new array containing every element from an input array, except for the element at a specified index.

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

stats-strided-svarianceyc • Science 57%

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

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

constants-float64-max-nth-factorial • Science 44%

Maximum nth factorial when stored in double-precision floating-point format.

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

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

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.

Updated 10 months ago

stats-strided-dnanrange • Science 44%

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

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

assert-is-equal-array • Science 44%

Test if two arguments are both generic arrays and have equal values.

Updated 10 months ago

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

Create an array containing pseudorandom numbers drawn from an exponential distribution.

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

ndarray-vector-int32 • Science 44%

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

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

stats-strided-dminabs • Science 44%

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

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

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-fliplr3d • Science 44%

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

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

stats-strided-dmskmin • Science 44%

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

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

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

Constructor for performing a reduction on an input ndarray according to a callback function.

Updated 10 months ago

blas-ext-base-ndarray-gsum • Science 44%

Compute the sum of all elements in a one-dimensional ndarray.

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

ndarray-base-min-signed-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided signed integer value.

Updated 10 months ago

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

Planck (discrete exponential) distribution probability mass function (PMF).

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/napi-argv-complex128 • Science 44%

Convert a Node-API value to a double-precision complex floating-point number.

Updated 10 months ago

assert-is-equal-uint8clampedarray • Science 44%

Test if two arguments are both Uint8ClampedArrays and have equal values.

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

constants-float64-max-nth-double-factorial • Science 44%

Maximum nth double factorial when stored in double-precision floating-point format.

Updated 10 months ago

console-log-each-map • Science 44%

Insert array element values and the result of a callback function into a format string and print the result.

Updated 10 months ago

@stdlib/array-base-count-same-value-zero • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 10 months ago

stats-base-ndarray-ztest • Science 44%

Compute a one-sample Z-test for a one-dimensional ndarray.

Updated 10 months ago

stats-strided-dsempn • Science 57%

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

Updated 10 months ago

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

Explore the blas-ext-base-glast-index-of repository for efficient numerical computations in JavaScript and C. Join us in enhancing web-based scientific tools! 🚀💻

Updated 10 months ago

math-base-special-sqrtpif • Science 44%

Compute the principal square root of the product of π and a positive single-precision floating-point number.

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

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

ndarray-base-unary-strided1d • Science 44%

Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 10 months ago

stats-strided-dstdevpn • Science 57%

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

Updated 10 months ago

stats-strided-sstdevch • Science 57%

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

Updated 10 months ago

stats-strided-smediansorted • Science 44%

Calculate the median value of a sorted single-precision floating-point strided array.

Updated 10 months ago

stats-strided-smeanwd • Science 57%

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

Updated 10 months ago

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

Common symbols and type definitions shared across base BLAS APIs.

Updated 10 months ago

stats-strided-dsvariance • Science 44%

Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

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-dmaxsorted • Science 31%

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

Updated 10 months ago

stats-strided-dmeanpw • Science 57%

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

Updated 10 months ago

array-base-assert-any-has-property • Science 44%

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

Updated 10 months ago

math-base-special-gamma-lanczos-sum-expg-scaledf • Science 26%

This repository provides an efficient implementation of the scaled gamma function using the Lanczos sum. It aims to enhance numerical accuracy in computations, making it a valuable tool for developers working with mathematical applications. 🛠️📊

Updated 10 months ago

constants-float32-max-nth-factorial • Science 44%

Maximum nth factorial when stored in single-precision floating-point format.

Updated 10 months ago

blas-base-wasm-cscal • Science 44%

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

Updated 10 months ago

blas-base-wasm-idamax • Science 44%

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

Updated 10 months ago

number-float64-base-add • Science 44%

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