array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
stats-strided-sztest2
Compute a two-sample Z-test for two single-precision floating-point strided arrays.
stats-array-nanstdevyc
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.
stats-array-nanstdevtk
Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.
stats-strided-nanvariancech
Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.
stats-strided-sstdevpn
Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
@stdlib/ndarray-base-maybe-broadcast-arrays
Broadcast ndarrays to a common shape.
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
@stdlib/math-base-special-acscf
Compute the arccosecant of a single-precision floating-point number.
array-base-any-is-entry-in
Test whether at least one element in a provided array has a specified property key-value pair, either own or inherited.
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! 🐙🌐
math-base-special-cphasef
This repository, "math-base-special-cphasef," provides specialized mathematical functions for complex phase calculations. Explore the code and contribute to enhance numerical computation in JavaScript! 🛠️🌐
@stdlib/array-base-broadcasted-binary4d
Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/random-array-mt19937
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
ndarray-base-unary-reduce-strided1d
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
@stdlib/math-base-special-cosd
Compute the cosine of an angle measured in degrees.
math-base-special-round-nearest-even
Round numbers to the nearest even integer with the math-base-special-round-nearest-even library. Ideal for precise numerical computations in JavaScript. 🛠️📊
stats-strided-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
https://github.com/anselmoo/mcp-ai-agent-guidelines
A Model Context Protocol (MCP) server offering professional tools and templates for hierarchical prompting, code hygiene, visualization, memory optimization, and agile planning.
stats-strided-max-by
Calculate the maximum value of a strided array via a callback function.
stats-strided-min-by
Calculate the minimum value of a strided array via a callback function.
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
napi-argv-dataview
This repository provides a way to work with DataView in Node.js, allowing seamless manipulation of binary data. 🌐 Explore efficient numerical computations with ease and flexibility. 🛠️
array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
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-bernoullif
Compute the nth Bernoulli number as a single-precision floating-point number.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
@stdlib/ndarray-mostly-safe-casts
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
ndarray-vector-float32
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
stats-strided-svariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
stats-strided-dnanvariancepn
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
stats-base-dists-planck-kurtosis
Planck (discrete exponential) distribution excess kurtosis.
https://github.com/arturbomtempo-learning/upload.ai
Project developed during NLW AI to improve knowledge of JavaScript and Artificial Intelligence.
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
stats-base-ndarray-scumin
Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐
@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/math-base-ops-divf
Divide two single-precision floating-point numbers.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
stats-array-meanwd
Calculate the arithmetic mean of an array using Welford's algorithm.
stats-base-ndarray-max
Compute the maximum value of a one-dimensional ndarray.
https://github.com/bartosz-ziolkowski/polenix_server
Platform for ordering food
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
math-base-special-ahavercosf
Compute the inverse half-value versed cosine for a single-precision floating point number.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
blas-base-dtrmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
stats-base-ndarray-min
Compute the minimum value of a one-dimensional ndarray.
stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
stats-base-ndarray-ztest
Compute a one-sample Z-test for a one-dimensional ndarray.
stats-strided-mediansorted
Calculate the median value of a sorted strided array.
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.