@stdlib/stats-base-dists-erlang-logpdf
Natural logarithm of the probability density function (PDF) for an Erlang distribution.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
@stdlib/math-base-ops-add3
Compute the sum of three double-precision floating-point numbers.
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
@stdlib/random-array-pareto-type1
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
@stdlib/random-array-exponential
Create an array containing pseudorandom numbers drawn from an exponential distribution.
ndarray-vector-int32
Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
stats-strided-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
stats-base-dists-planck-logcdf
Evaluate the logarithm of cumulative distribution function (CDF) for a Planck (discrete exponential) distribution.
stats-strided-dmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask.
@stdlib/random-strided-poisson
Fill a strided array with pseudorandom numbers drawn from a Poisson distribution.
blas-ext-base-ndarray-gsum
Compute the sum of all elements in a one-dimensional ndarray.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
stats-strided-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
stats-array-nanvariance
Calculate the variance of an array ignoring `NaN` values.
stats-base-dists-planck-pmf
Planck (discrete exponential) distribution probability mass function (PMF).
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
blas-ext-base-ndarray-sindex-of
Return the first index of a specified search element in a one-dimensional single-precision floating-point ndarray.
blas-ext-base-ndarray-glast-index-of
Return the last index of a specified search element in a one-dimensional ndarray.
stats-array-variancetk
constants-float64-max-nth-double-factorial
Maximum nth double factorial when stored in double-precision floating-point format.
stats-base-ndarray-ztest
Compute a one-sample Z-test for a one-dimensional ndarray.
stats-strided-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
blas-ext-base-glast-index-of
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! 🚀💻
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
stats-strided-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
stats-strided-smeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation.
ndarray-base-unary-strided1d
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.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
stats-strided-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dmaxsorted
Calculate the maximum value of a sorted double-precision floating-point strided array.
stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
math-base-special-gamma-lanczos-sum-expg-scaledf
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. 🛠️📊
blas-base-wasm-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
number-float64-base-add
Compute the sum of two double-precision floating-point numbers.