stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
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.
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.
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.
ndarray-vector-float32
Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
stats-strided-svariance
Calculate the variance of a single-precision floating-point strided array.
math-base-special-sech
Compute the hyperbolic secant of a double-precision floating-point number.
ndarray-base-unary-reduce-strided1d-dispatch-by
This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨
@stdlib/math-base-special-acotd
Compute the arccotangent (in degrees) of a double-precision floating-point number.
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-smin
Calculate the minimum value of a single-precision floating-point strided array.
math-base-special-cinvf
The "math-base-special-cinvf" repository provides a precise implementation of the inverse cumulative distribution function for the normal distribution. This library aims to enhance numerical computation in JavaScript, making it easier for developers to integrate statistical functions into their applications. 🛠️📊
stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
blas-base-dtrsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
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.
math-base-special-sqrtpif
Compute the principal square root of the product of π and a positive single-precision floating-point number.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.
stats-array-variancewd
Calculate the variance of an array using Welford's algorithm.
stats-array-nanmax
Calculate the maximum value of an array, ignoring NaN values.
stats-array-varianceyc
Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
stats-base-dists-planck-pmf
Planck (discrete exponential) distribution probability mass function (PMF).
stats-array-nanmin
Calculate the minimum value of an array, ignoring NaN values.
@stdlib/random-array-exponential
Create an array containing pseudorandom numbers drawn from an exponential distribution.
@stdlib/random-array-pareto-type1
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.
cytobrowser
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
@stdlib/array-base-unarynd
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.
array-base-unary4d-by
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.
@stdlib/random-array-logistic
Create an array containing pseudorandom numbers drawn from a logistic distribution.
ndarray-iter-stacks
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
@stdlib/constants-complex128-nan
Canonical double-precision complex floating-point NaN.
@stdlib/random-array-tools-ternary
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
lapack-base-spttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
constants-float32-sqrt-phi
Square root of the golden ratio as a single-precision floating-point number.
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.
https://github.com/benhid/ghostie
Notifies you when long-running commands complete
@stdlib/random-iter-randn
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
@stdlib/random-array-arcsine
Create an array containing arcsine distributed pseudorandom numbers.
array-base-broadcasted-quaternary3d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a three-dimensional nested output array.
@stdlib/array-base-from-strided
Convert a strided array to a non-strided generic array.
https://github.com/asanchezyali/social-media-posts
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.
math-base-special-xlogyf
Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.
array-little-endian-factory
Return a typed array constructor for creating typed arrays stored in little-endian byte order.
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
math-base-special-nanmaxf
Return the maximum value of two single-precision floating-point numbers, ignoring NaN.