stats-strided-smskmin
Calculate the minimum value of a single-precision floating-point strided array according to a mask.
stats-array-nanmean
This repository provides a function to compute the mean of an array while ignoring NaN values. 📊 Explore efficient numerical computations in JavaScript with our standard library! 🚀
stats-array-stdevyc
Calculate the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-base-ztest-two-sample-results-float32
Create a two-sample Z-test single-precision floating-point results object.
math-base-special-fibonacci-indexf
Compute the Fibonacci number index of a single-precision floating-point number.
stats-strided-dmean
Calculate the arithmetic mean of a double-precision floating-point strided array.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
array-base-broadcasted-ternary3d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
stats-array-nanmeanwd
Calculate the arithmetic mean of an array, ignoring NaN values and using Welford's algorithm.
@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/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
@stdlib/math-base-ops-add4
Compute the sum of four double-precision floating-point numbers.
math-base-special-minabsf
Return the minimum absolute single-precision floating-point number.
stats-strided-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/ndarray-base-maybe-broadcast-arrays
Broadcast ndarrays to a common shape.
assert-is-struct-constructor-like
Effortlessly check if a value is a constructor-like structure with assert-is-struct-constructor-like. Perfect for ensuring type safety in your JavaScript projects! 🐙🌐
stats-strided-meanpn
Stats-strided-meanpn provides efficient computation of strided means for numerical data. 📊 This library enhances your data analysis capabilities in JavaScript and Node.js. 🚀
stats-strided-smeanli
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/random-array-triangular
Create an array containing pseudorandom numbers drawn from a triangular distribution.
math-base-special-minf
Return the minimum single-precision floating-point number.
stats-strided-dnanminabs
Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
array-base-broadcasted-binary5d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a five-dimensional nested output array.
blas-base-assert-is-matrix-orientation
Check if a matrix is oriented correctly with the blas-base-assert-is-matrix-orientation library. Simplify your numerical computations in JavaScript. 🐙📊
math-base-special-cosf
This repository contains the `math-base-special-cosf` function, which computes the cosine of a float number efficiently. Explore the code and contribute to enhance numerical computation in JavaScript! 🖥️✨
stats-strided-nanmax-by
This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊
assert-napi-is-dataview
This repository provides a simple way to check if a value is a DataView in JavaScript. It streamlines your code and enhances type safety in numerical computations. 🛠️📦
stats-strided-nanvariancepn
Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
number-float64-base-identity
Evaluate the identity function for a double-precision floating-point number.
stats-strided-dztest
Compute a one-sample Z-test for a double-precision floating-point strided array.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
stats-strided-nanvarianceyc
Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-nanvariancetk
Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.
stats-strided-nanvariance
Calculate the variance of a strided array ignoring NaN values.
array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
stats-strided-dnanmean
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.
iter-cusome-by
Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
ndarray-base-unary-reduce-strided1d-by
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.
ndarray-base-unary-reduce-subarray-by
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
@stdlib/stats-base-dists-bernoulli-stdev
Bernoulli distribution standard deviation.
@stdlib/math-base-special-cotd
Compute the cotangent of an angle measured in degrees
https://github.com/0xibra/million-downloads
Attempting to download at least 1 million files under 60 seconds
https://github.com/jeffotoni/compilation.hell
Algumas Langs utilizadas em backends
@stdlib/array-base-unary3d
Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.