stats-strided-dmeanli
Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
@hugoalh/range-iterator
An ECMAScript (JavaScript & TypeScript) module to iterate between range.
blas-base-matrix-orientation-str2enum
Return the enumeration constant associated with a matrix orientation.
@hugoalh/sdbm
An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm SDBM.
stats-array-nanvariance
Calculate the variance of an array ignoring `NaN` values.
stats-array-nanvariancewd
Calculate the variance of an array ignoring `NaN` values and using Welford's algorithm.
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. 🛠️📊
math-base-special-fibonaccif
Compute the nth Fibonacci number as a single-precision floating-point number.
math-base-special-sech
Compute the hyperbolic secant of a double-precision floating-point number.
@stdlib/complex-float32-base-assert-is-equal
Test whether two single-precision complex floating-point numbers are equal.
blas-base-strmv
Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.
@stdlib/blas-base-dznrm2
Compute the L2-norm of a complex double-precision floating-point vector.
random-tools-unary
Constructor for creating ndarrays filled with pseudorandom numbers drawn from a single-parameter probability distribution.
blas-ext-base-ndarray-zsum
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
stats-array-nanrange-by
Calculate the range of an array via a callback function, ignoring NaN values.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
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.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
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.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
@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.
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
stats-incr-nanmaxabs
Compute a maximum absolute value incrementally, ignoring NaN values.
stats-strided-smidrange
Calculate the mid-range of a single-precision floating-point strided array.
random-tools-binary
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
stats-strided-dnanstdevpn
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
stats-strided-dnanvariance
Calculate the variance of a double-precision floating-point strided array ignoring NaN values.
@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.
stats-strided-dmidrange
Calculate the mid-range of a double-precision floating-point strided array.
@hugoalh/is-string-singleline
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.
math-base-special-bernoullif
Compute the nth Bernoulli number as a single-precision floating-point number.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
@stdlib/slice-base-reduced-dimensions
Return a list of reduced dimensions in an un-normalized multi-slice.
object-every-own-by
Explore the `object-every-own-by` library for efficient property retrieval in JavaScript objects. Ideal for numerical computation in Node.js and browsers. 🚀🌐
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
number-float32-base-ulp-difference
Calculate the ULP difference for Float32 numbers with this efficient JavaScript library. Perfect for numerical computation in browsers and Node.js. 🚀🌐
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
array-base-cunone-by-right
Cumulatively test whether no array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
constants-float64-max-nth-double-factorial
Maximum nth double factorial when stored in double-precision floating-point format.