Updated 10 months ago

array-struct-factory • Science 44%

Return a constructor for creating arrays having a fixed-width composite data type.

Updated 10 months ago

math-base-special-cpolarf • Science 44%

Compute the absolute value and the phase of a single-precision complex floating-point number.

Updated 10 months ago

stats-strided-sztest2 • Science 44%

Compute a two-sample Z-test for two single-precision floating-point strided arrays.

Updated 10 months ago

stats-array-nanstdevyc • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

iter-cunone • Science 44%

Create an iterator which cumulatively tests whether every iterated value is falsy.

Updated 10 months ago

stats-array-nanstdevtk • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 10 months ago

stats-strided-nanvariancech • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

stats-strided-sstdevpn • Science 57%

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

Updated 10 months ago

array-base-entries2objects • Science 26%

Transform array entries into objects with ease using array-base-entries2objects. Streamline your data manipulation in JavaScript! 🚀🌐

Updated 10 months ago

math-base-special-nanminf • Science 44%

Return the minimum value of two single-precision floating-point numbers, ignoring NaN.

Updated 10 months ago

math-base-special-cinvf • Science 67%

Compute the inverse of a single-precision complex floating-point number.

Updated 10 months ago

math-base-special-acosdf • Science 44%

Compute the arccosine (in degrees) of a single-precision floating-point number.

Updated 10 months ago

@stdlib/utils-map • Science 44%

Apply a function to each element in an array and assign the result to an element in an output array.

Updated 10 months ago

@stdlib/math-base-special-acscf • Science 44%

Compute the arccosecant of a single-precision floating-point number.

Updated 10 months ago

@stdlib/string-replace-before • Science 44%

Replace the substring before the first occurrence of a specified search string.

Updated 10 months ago

array-base-any-is-entry • Science 44%

Test whether at least one element in a provided array has a specified own property key-value pair.

Updated 10 months ago

array-base-any-is-entry-in • Science 44%

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

Updated 10 months ago

@stdlib/array-base-any-by • Science 44%

Test whether at least one element in an array passes a test implemented by a predicate function.

Updated 10 months ago

array-base-last-index-of-same-value • Science 44%

Return the index of the last element which equals a provided search element according to the same value algorithm.

Updated 10 months ago

assert-is-struct-constructor-like • Science 26%

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! 🐙🌐

Updated 10 months ago

math-base-special-maxabsf • Science 44%

Return the maximum absolute single-precision floating-point number.

Updated 10 months ago

math-base-special-cphasef • Science 26%

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! 🛠️🌐

Updated 10 months ago

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

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.

Updated 10 months ago

@stdlib/array-base-broadcasted-binary4d • Science 44%

Apply a binary callback to elements in broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

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

Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

Updated 10 months ago

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

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.

Updated 10 months ago

math-base-special-round-nearest-even • Science 44%

Round numbers to the nearest even integer with the math-base-special-round-nearest-even library. Ideal for precise numerical computations in JavaScript. 🛠️📊

Updated 10 months ago

stats-strided-smaxabs • Science 44%

Calculate the maximum absolute value of a single-precision floating-point strided array.

Updated 10 months ago

blas-base-wasm-isamax • Science 44%

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

Updated 10 months ago

@stdlib/napi-argv-uint32 • Science 44%

Convert a Node-API value to an unsigned 32-bit integer.

Updated 9 months ago

https://github.com/anselmoo/mcp-ai-agent-guidelines • Science 26%

A Model Context Protocol (MCP) server offering professional tools and templates for hierarchical prompting, code hygiene, visualization, memory optimization, and agile planning.

Updated 10 months ago

stats-strided-max-by • Science 44%

Calculate the maximum value of a strided array via a callback function.

Updated 10 months ago

stats-strided-min-by • Science 44%

Calculate the minimum value of a strided array via a callback function.

Updated 10 months ago

stats-strided-nanmax-by • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 10 months ago

napi-argv-dataview • Science 26%

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. 🛠️

Updated 10 months ago

@stdlib/blas-base-operation-side-enum2str • Science 44%

Return the BLAS operation side string associated with a BLAS operation side enumeration constant.

Updated 10 months ago

@stdlib/ndarray-base-output-policy-resolve-str • Science 44%

Return the policy string associated with a supported ndarray data type policy value.

Updated 10 months ago

array-fixed-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays having a specified byte order.

Updated 10 months ago

@stdlib/string-base-replace-after-last • Science 44%

Replace the substring after the last occurrence of a specified search string.

Updated 10 months ago

iter-cusome-by • Science 44%

Create an iterator which cumulatively tests whether at least `n` iterated values pass a test implemented by a predicate function.

Updated 10 months ago

math-base-special-bernoullif • Science 44%

Compute the nth Bernoulli number as a single-precision floating-point number.

Updated 10 months ago

array-base-fliplr4d • Science 44%

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

Updated 10 months ago

stats-strided-svariancech • Science 44%

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

Updated 10 months ago

@stdlib/ndarray-mostly-safe-casts • Science 44%

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.

Updated 10 months ago

math-base-special-csignumf • Science 31%

Evaluate the signum function of a single-precision complex floating-point number.

Updated 10 months ago

@stdlib/ndarray-iter-columns • Science 44%

Create an iterator which iterates over each column in a matrix (or stack of matrices).

Updated 10 months ago

ndarray-vector-float32 • Science 44%

Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

stats-strided-svariancepn • Science 57%

Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.

Updated 10 months ago

stats-strided-dnanvariancepn • Science 44%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.

Updated 10 months ago

random-tools-binary • Science 44%

Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.

Updated 10 months ago

math-base-special-cfloorf • Science 44%

Round a single-precision complex floating-point number toward negative infinity.

Updated 9 months ago

https://github.com/arturbomtempo-learning/upload.ai • Science 26%

Project developed during NLW AI to improve knowledge of JavaScript and Artificial Intelligence.

Updated 10 months ago

stats-base-ndarray-scumin • Science 26%

Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐

Updated 10 months ago

@stdlib/stats-base-dstdevtk • Science 57%

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

Updated 10 months ago

stats-strided-snanmax • Science 44%

Calculate the maximum value of a single-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

stats-array-meanwd • Science 44%

Calculate the arithmetic mean of an array using Welford's algorithm.

Updated 10 months ago

stats-base-ndarray-max • Science 44%

Compute the maximum value of a one-dimensional ndarray.

Updated 10 months ago

@stdlib/string-base-for-each-grapheme-cluster • Science 44%

Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.

Updated 10 months ago

math-base-special-fibonaccif • Science 44%

Compute the nth Fibonacci number as a single-precision floating-point number.

Updated 10 months ago

blas-base-dtrmv • Science 44%

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

Updated 10 months ago

stats-strided-dmaxabs • Science 44%

Calculate the maximum absolute value of a double-precision floating-point strided 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

@stdlib/ndarray-base-slice-dimension-to • Science 44%

Return a truncated view of an input ndarray along a specific dimension.