Pinned Repositories
datasets-cmudict
The Carnegie Mellon Pronouncing Dictionary (CMUdict).
esm
ES module distribution for stdlib, a standard library for JavaScript and Node.js.
google-summer-of-code
Google Summer of Code resources.
jupyter-stdlib-browser-kernel
Run an in-browser JavaScript Jupyter kernel.
ndarray
Multidimensional arrays.
nlp-lda
Latent Dirichlet Allocation via collapsed Gibbs sampling.
random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.
stats-chi2test
Perform a chi-square independence test.
stats-lowess
Locally-weighted polynomial regression via the LOWESS algorithm.
stdlib
✨ Standard library for JavaScript and Node.js. ✨
stdlib's Repositories
stdlib-js/stdlib
✨ Standard library for JavaScript and Node.js. ✨
stdlib-js/stats
Standard library statistical functions.
stdlib-js/www
Website for stdlib, a standard library for JavaScript and Node.js.
stdlib-js/blas
Standard library basic linear algebra subprograms (BLAS).
stdlib-js/math
Standard library math.
stdlib-js/www-status
Uptime and status monitor for the stdlib website.
stdlib-js/constants
Standard library constants.
stdlib-js/utils-noop
Function which does nothing.
stdlib-js/blas-ext-base-dnannsumkbn2
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
stdlib-js/blas-ext-base-dnansum
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
stdlib-js/blas-ext-base-drev
Reverse a double-precision floating-point strided array in-place.
stdlib-js/blas-ext-base-dsnannsumors
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
stdlib-js/stats-base-dists-kumaraswamy
Kumaraswamy's double bounded distribution.
stdlib-js/www-test-code-coverage
Project code coverage.
stdlib-js/blas-ext-base-dnannsumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stdlib-js/blas-ext-base-dnansumors
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stdlib-js/math-base-special-bernoulli
Compute the nth Bernoulli number.
stdlib-js/math-base-special-ldexpf
Multiply a single-precision floating-point number by an integer power of two.
stdlib-js/stats-base-dists-laplace
Laplace distribution.
stdlib-js/constants-float32-e
Euler's number.
stdlib-js/constants-float32-ln-two
Natural logarithm of 2 as a single-precision floating-point number.
stdlib-js/constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
stdlib-js/constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
stdlib-js/constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
stdlib-js/constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
stdlib-js/math-base-special-ahaversinf
Compute the inverse half-value versed sine of a single-precision floating-point number.
stdlib-js/math-base-special-cfloorf
Round a single-precision complex floating-point number toward negative infinity.
stdlib-js/math-base-special-croundf
Round each component of a single-precision complex floating-point number to the nearest integer.
stdlib-js/math-base-special-fmodf
Evaluate the modulus function for single-precision floating-point numbers.
stdlib-js/math-base-special-gcdf
Compute the greatest common divisor (gcd).