Updated 10 months ago

stats-strided-dmeanlipw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Updated 10 months ago

stats-base-ztest-alternative-enum2str • Science 26%

This repository provides an alternative implementation of the `enum2str` function for statistical analysis in JavaScript. It enhances your ability to convert enumeration values to strings, streamlining your data processing tasks. 🛠️📊

Updated 10 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 26%

This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨

Updated 10 months ago

stats-array-nanvariancech • Science 57%

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

Updated 10 months ago

stats-array-nanvarianceyc • Science 57%

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

Updated 10 months ago

blas-base-wasm-cscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 10 months ago

blas-base-wasm-idamax • Science 44%

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

Updated 10 months ago

blas-base-wasm-zcopy • Science 44%

Copy values from one complex double-precision floating-point vector to another complex double-precision floating-point vector.

Updated 10 months ago

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

Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.

Updated 10 months ago

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

Convert a Node-API value to a signed 8-bit integer array.

Updated 10 months ago

@stdlib/random-strided-invgamma • Science 44%

Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.

Updated 10 months ago

stats-strided-snanminabs • Science 44%

Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

constants-float32-max-safe-fibonacci • Science 44%

Maximum safe Fibonacci number when stored in single-precision floating-point format.

Updated 10 months ago

constants-float64-num-high-word-significand-bits • Science 44%

Number of significand bits in the high word of a double-precision floating-point number.

Updated 10 months ago

ndarray-vector-int8 • Science 44%

Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

@stdlib/utils-none-in-by • Science 44%

Test whether every property in an object fails a test implemented by a predicate function.

Updated 10 months ago

ndarray-base-slice-assign • Science 44%

Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.

Updated 10 months ago

@stdlib/napi-create-int32 • Science 44%

Convert a signed 32-bit integer to a Node-API value.

Updated 10 months ago

array-base-assert-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

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

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

Updated 10 months ago

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

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

Updated 10 months ago

array-base-unary3d-by • Science 44%

Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.

Updated 10 months ago

@stdlib/blas-base-transpose-operation-resolve-enum • Science 26%

Return the enumeration constant associated with a supported BLAS transpose operation value.

Updated 10 months ago

number-float64-base-add • Science 44%

Compute the sum of two double-precision floating-point numbers.

Updated 10 months ago

stats-strided-dminabs • Science 44%

Calculate the minimum absolute value of a double-precision floating-point strided array.

Updated 10 months ago

@stdlib/math-base-tools-normhermitepolyf • Science 44%

Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.

Updated 10 months ago

array-base-cuany-by-right • Science 44%

Cumulatively test whether at least one array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 10 months ago

stats-strided-dnanvariancetk • Science 44%

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

Updated 10 months ago

array-little-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays stored in little-endian byte order.

Updated 10 months ago

@stdlib/array-mskput • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 10 months ago

@stdlib/array-base-resolve-setter • Science 44%

Return an accessor function for setting an element in an array-like object.

Updated 10 months ago

stats-array-nanmax-by • Science 44%

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

Updated 10 months ago

@stdlib/blas-base-diagonal-type-resolve-str • Science 44%

Return the diagonal type string associated with a supported BLAS diagonal type value.

Updated 10 months ago

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

Create an array containing pseudorandom numbers drawn from a binomial distribution.

Updated 10 months ago

@stdlib/array-base-flipud2d • Science 44%

Reverse the order of elements along the first dimension of a two-dimensional nested input array.

Updated 10 months ago

ndarray-base-unary-reduce-subarray-by • Science 44%

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

Updated 10 months ago

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

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.

Updated 9 months ago

https://github.com/asanchezyali/social-media-posts • Science 26%

Collection of technical notes and articles that I share on social media, primarily on LinkedIn. These notes cover various topics in software development, with a particular focus on Python programming, artificial intelligence, and modern software engineering practices.

Updated 10 months ago

stats-strided-dsmeanwd • Science 57%

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.

Updated 10 months ago

iter-cuany-by • Science 44%

Create an iterator which cumulatively tests whether at least one iterated value passes a test implemented by a predicate function.

Updated 10 months ago

@stdlib/random-iter-randn • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.

Updated 10 months ago

stats-strided-dnanstdev • Science 44%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.

Updated 10 months ago

stats-strided-dnanstdevwd • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.

Updated 10 months ago

stats-strided-dnanstdevyc • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-dnanstdevch • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

stats-strided-stdevyc • Science 57%

Calculate the standard deviation of a strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

helperUtils • Science 44%

Reusable javascript helper utility methods. <https://www.npmjs.com/package/@darcher/js-helpers>

Updated 10 months ago

stats-base-ndarray-max-by • Science 44%

Compute the maximum value of a one-dimensional ndarray via a callback function.

Updated 9 months ago

https://github.com/benhid/ghostie • Science 26%

Notifies you when long-running commands complete

Updated 9 months ago

https://github.com/anamarijapapic/erasmus-portal • Science 13%

Final project for university subject Agile Management. A platform where students and staff can apply for Erasmus+ programs, and institutions can manage these applications. 👥🌐

Updated 10 months ago

@stdlib/complex-base-assert-is-same-value • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 10 months ago

lapack-base-spttrf • Science 44%

Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.

Updated 10 months ago

fs-resolve-parent-paths • Science 44%

Resolve paths from a set of paths by walking parent directories.

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-filter • Science 44%

Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.

Updated 10 months ago

stats-strided-nanstdevyc • Science 26%

Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊

Updated 10 months ago

context-savvy-mcp • Science 44%

A high-performance Model Context Protocol server that transforms Claude Desktop into a memory-enabled AI assistant with persistent context, secure command execution, and intelligent workflow automation.

Updated 10 months ago

lapack-base-crot • Science 44%

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Updated 10 months ago

@stdlib/blas-base-diagonal-type-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS diagonal type value.

Updated 10 months ago

@stdlib/array-base-bifurcate-values-by • Science 44%

Split element values into two groups according to an predicate function.

Updated 10 months ago

@stdlib/blas-base-matrix-triangle-resolve-str • Science 44%

Return the matrix triangle string associated with a supported BLAS matrix triangle value.

Updated 10 months ago

ndarray-iter-stacks • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

Updated 10 months ago

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

Create an array containing pseudorandom numbers drawn from a logistic distribution.

Updated 10 months ago

array-base-unary4d-by • Science 44%

Apply a unary function to each element retrieved from a four-dimensional nested input array according to a callback function and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

@stdlib/array-base-unarynd • Science 44%

Apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.

Updated 10 months ago

@stdlib/ndarray-base-assign • Science 44%

Assign elements in a input ndarray to elements in an output ndarray.

Updated 10 months ago

stats-strided-dnanstdevyc • Science 26%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.