stats-array-variancepn
Calculate the variance of an array using a two-pass algorithm.
stats-array-variancech
Calculate the variance of an array using a one-pass trial mean algorithm.
stats-strided-dvariancewd
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
stats-strided-dmax
Calculate the maximum value of a double-precision floating-point strided array.
stats-strided-dvariancech
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@hugoalh/djb2a
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm DJB2a.
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
stats-array-variancepn
Calculate the variance of an array using the stats-array-variancepn library. Ideal for numerical and scientific computation in JavaScript. 🚀📊
stats-strided-varianceyc
Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-variancewd
Calculate the variance of a strided array using Welford's algorithm.
stats-strided-sstdevch
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass trial mean algorithm.
daily_tseb_gee_et
A GEE TSEB Workflow for estimating Daily High Resolution (30m) fully Remote Sensing Evapotranspiration (ET)
stats-strided-dstdevpn
Calculate the standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stats-array-mskmax
Calculate the maximum value of an array according to a mask.
stats-incr-nanmean
Compute an arithmetic mean incrementally, ignoring NaN values.
blas-ext-base-wasm-dapxsumpw
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
ndarray-vector-float64
Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).
@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.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
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! 🖥️✨
@hugoalh/string-dissect
An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.
stats-array-max-by
Calculate the maximum value of an array via a callback function.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
stats-strided-smin
Calculate the minimum value of a single-precision floating-point strided array.
stats-strided-dmediansorted
Calculate the median value of a sorted double-precision floating-point strided array.
math-array-tools-unary
Constructor for applying a unary function to each element in an input array.
maskinggenerator
Simple website for creating mask pictures for psychology experiments
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`.
stats-strided-sstdevtk
Calculate the standard deviation of a single-precision floating-point strided array using a one-pass textbook algorithm.
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.
https://github.com/cipher-fox/nestjs-cryptography
Secure NestJS cryptography module 🔐
stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
math-base-special-wrapf
The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊
@stdlib/math-base-special-acotd
Compute the arccotangent (in degrees) of a double-precision floating-point number.
ndarray-base-unary-strided1d
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
stats-base-ndarray-ztest
Compute a one-sample Z-test for a one-dimensional 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.
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.
stats-base-ndarray-dmax
Compute the maximum value of a one-dimensional double-precision floating-point ndarray.
blas-ext-base-zfill
Fill a double-precision complex floating-point strided array with a specified scalar constant.
@stdlib/random-strided-uniform
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
avoke
A toolbox for web-based experiments, including audiovisual trials and webcam capture. View demo here:
array-base-without
Return a new array containing every element from an input array, except for the element at a specified index.
ndarray-base-unary-strided1d-dispatch
Constructor for applying a strided function to an input ndarray.
@hugoalh/setation
An ECMAScript (JavaScript & TypeScript) module to list permutations or combinations from the collection or set.
@hugoalh/temperature
An ECMAScript (JavaScript & TypeScript) module to convert between units of the temperature.
https://github.com/adamouization/movon
:soccer: :basketball: :tennis: :football: Sports facilities booking-system for Universities (Launchpad 2017 Hackathon)
https://github.com/adamouization/introduction-to-web-standards-website
:information_source: A website introducing users to the role/influence of web standards and the W3C in the World Wide Web.
https://github.com/adamouization/adamouizationmusic
:musical_note: Website showcasing my Soundcloud music & Apple Music playlists using pure JS/HTML/CSS (2018)
https://github.com/adamouization/portfolio-website
:paperclip: My personal website powered by Jekyll containing my programming skills, education, work experiences and online projects.
@stdlib/math-base-special-asindf
Compute the arcsine (in degrees) of a single-precision floating-point number.
stats-strided-dnanstdevtk
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
@stdlib/stats-base-dstdevtk
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.
stats-base-ndarray-scumin
Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.
@stdlib/blas-ext-base-gnansumpw
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.