stats-strided-dstdevyc
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
stats-strided-dnanvariancetk
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
blas-ext-base-ndarray-slast-index-of
Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.
stats-strided-mskmin
Calculate the minimum value of a strided array according to a mask.
stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
blas-ext-base-ndarray-dlast-index-of
Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.
complex-float64-base-neg
Negate a double-precision complex floating-point number.
ndarray-base-unary-reduce-subarray-by
This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
stats-strided-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
deno-nodejs-transformer
A Deno module for transform Deno package to NodeJS package. This module is a modified edition of the JSR package `dnt`.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
stats-strided-dnanmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dnanmin
Calculate the minimum value of a double-precision floating-point strided array, ignoring NaN values.
stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
@stdlib/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
stats-strided-nanstdevyc
Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊
@stdlib/blas-base-caxpy
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.
@stdlib/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-base-ndarray-dcovarmtk
Compute the covariance of two one-dimensional double-precision floating-point ndarrays provided known means and using a one-pass textbook algorithm.
blas-base-wasm-scasum
Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.
stats-base-ztest-one-sample-results-float64
Create a one-sample Z-test double-precision floating-point results object.
stats-array-nanmeanpn
Calculate the arithmetic mean of an array, ignoring NaN values and using a two-pass error correction algorithm.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
stats-array-nanvariancepn
Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.
stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
math-base-special-logf
Compute the base `b` logarithm of a single-precision floating-point number.
veganify
Veganify is a modern webapp that allows you to easily scan EAN barcodes to check if a product is vegan-friendly. With a database of over 3 million products, you can quickly find out if your favorite foods and products are suitable for a vegan diet.
stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
https://github.com/metrics-js/metric
The metric class definition which metric objects is instansiated from.
stats-base-dists-planck-cdf
Planck (discrete exponential) distribution cumulative distribution function (CDF).