@stdlib/random-array-t
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.
@stdlib/random-array-laplace
Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
stats-base-dists-planck-cdf
Planck (discrete exponential) distribution cumulative distribution function (CDF).
stats-strided-svariancetk
Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.
stats-strided-sstdev
Calculate the standard deviation of a single-precision floating-point strided array.
@hugoalh/eol
An ECMAScript (JavaScript & TypeScript) module to handle end of line (EOL).
https://github.com/capjamesg/pwa.js
A utility script for turning a web page into a PWA. Not ready for use.
@hugoalh/base16
An ECMAScript (JavaScript & TypeScript) module for Base16 encode and decode.
stats-array-nanmskmax
Calculate the maximum value of an array according to a mask, ignoring NaN values.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
@stdlib/random-array-uniform
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
blas-base-wasm-ccopy
Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.
blas-ext-base-ndarray-gcusum
Compute the cumulative sum of a one-dimensional ndarray.
stats-strided-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
tips-tools
Compile references of publications, devices, SoC and tools for technical watch. Provides CLI tool, web page, Ruby server and kind of PWA to search and get results from corpora.
ndarray-vector-uint16
Create an unsigned 16-bit integer vector (i.e., a one-dimensional ndarray).
stats-strided-dnanvariancech
Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
math-base-special-aversinf
Compute the inverse versed sine of a single-precision floating-point number (in radians).
blas-base-ndarray-gdot
Compute the dot product of two one-dimensional ndarrays.
@hugoalh/url-regexp
An ECMAScript (JavaScript & TypeScript) module for URL regular expression.
stats-strided-dsemwd
Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
@stdlib/complex-float32-conj
Return the complex conjugate of a single-precision complex floating-point number.
stats-base-ndarray-sztest
Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.
stats-strided-dstdevwd
Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
@stdlib/assert-is-complex64vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.
stats-strided-nanstdevyc
Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊
@hugoalh/nacl
An ECMAScript (JavaScript & TypeScript) module for NaCl / TweetNaCl high-security cryptographic library.
stats-base-ztest-one-sample-results-factory
Return a constructor for creating a one-sample Z-test results object.
math-base-special-sinf
Compute the sine of a single-precision floating-point number (in radians).
math-base-special-cinvf
Compute the inverse of a single-precision complex floating-point number.
random-array-beta
Create an array containing pseudorandom numbers drawn from a beta distribution.
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
@stdlib/random-strided-normal
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
staticsearch
A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
https://github.com/bluebrain/nexus-web
Nexus Web is the interface of Blue Brain Nexus
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
assert-is-equal-date-object
Test if two values are both Date objects corresponding to the same date and time.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
array-base-cuevery-by
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.
array-base-cunone-by
Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.
array-base-broadcasted-quaternary4d
Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
stats-strided-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
math-base-special-vercosf
Compute the versed cosine of a single-precision floating-point number (in radians).
bytes-matcher-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the bytes is match the specify signature.
stats-strided-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
@stdlib/utils-define-nonenumerable-write-only-accessor
Define a non-enumerable write-only accessor.
@stdlib/random-strided-lognormal
Fill a strided array with pseudorandom numbers drawn from a lognormal distribution.
lapack-base-dge-trans
Convert input general matrix from row-major to column-major layout or vice versa.
stats-strided-dvariance
Calculate the variance of a double-precision floating-point strided array.