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.
meetings
Agendas and minutes for official public meetings involving stdlib.
ndarray
Multidimensional arrays.
nlp-lda
Latent Dirichlet Allocation via collapsed Gibbs sampling.
stats
Standard library statistical functions.
stats-anova1
Perform a one-way analysis of variance.
stdlib
✨ The fundamental numerical library for JavaScript and TypeScript. ✨
www
Website for stdlib, a standard library for JavaScript and Node.js.
stdlib's Repositories
stdlib-js/random
Standard library generic random functions.
stdlib-js/assert-has-bigint64array-support
Detect native BigInt64Array support.
stdlib-js/assert-is-array
Test if a value is an array.
stdlib-js/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
stdlib-js/ndarray-base-dtype-resolve-enum
Return the enumeration constant associated with a supported ndarray data type value.
stdlib-js/random-iter-beta
Create an iterator for generating pseudorandom numbers drawn from a beta distribution.
stdlib-js/random-sample
Sample elements from an array-like object.
stdlib-js/random-streams-laplace
Create a readable stream for generating pseudorandom numbers drawn from a Laplace (double exponential) distribution.
stdlib-js/stats-base-dists-f-kurtosis
F distribution excess kurtosis.
stdlib-js/stats-base-dists-invgamma-cdf
Inverse gamma distribution cumulative distribution function (CDF).
stdlib-js/stats-base-dsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
stdlib-js/stats-base-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
stdlib-js/assert-is-leap-year
Test if a value corresponds to a leap year in the Gregorian calendar.
stdlib-js/assert-is-positive-integer-array
Test if a value is an array-like object containing only positive integers.
stdlib-js/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
stdlib-js/napi
C APIs for creating Node-API native add-ons.
stdlib-js/napi-argv-complex128
Convert a Node-API value to a double-precision complex floating-point number.
stdlib-js/ndarray-iter-matrices
Create an iterator which iterates over each matrix in a stack of matrices.
stdlib-js/number-float32-base-signbit
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
stdlib-js/random-strided-t
Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.
stdlib-js/slice-base-str2multislice
Parse a string-serialized MultiSlice object.
stdlib-js/stats-base-dists-arcsine-cdf
Arcsine distribution cumulative distribution function (CDF).
stdlib-js/stats-base-dists-geometric-kurtosis
Geometric distribution excess kurtosis.
stdlib-js/stats-base-dists-rayleigh-logcdf
Rayleigh distribution logarithm of cumulative distribution function (CDF).
stdlib-js/stats-base-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
stdlib-js/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
stdlib-js/string-replace-before
Replace the substring before the first occurrence of a specified search string.
stdlib-js/utils-every-own-by
Test whether all own properties of an object pass a test implemented by a predicate function.
stdlib-js/console-log-each-map
Insert array element values and the result of a callback function into a format string and print the result.
stdlib-js/constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.