Updated 6 months ago

@stdlib/random-array-t • Science 44%

Create an array containing pseudorandom numbers drawn from a Student's t-distribution.

Updated 6 months ago

@stdlib/random-array-laplace • Science 44%

Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.

Updated 6 months ago

math-base-special-cphasef • Science 44%

Compute the argument of a single-precision complex floating-point number in radians.

Updated 6 months ago

stats-strided-svariancetk • Science 57%

Calculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.

Updated 6 months ago

@stdlib/napi • Science 44%

C APIs for creating Node-API native add-ons.

Updated 6 months ago

@stdlib/array-place • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 6 months ago

stats-base-ztest-one-sample-results-struct-factory • Science 44%

Create a new struct constructor tailored to a specified floating-point data type.

Updated 6 months ago

@hugoalh/eol • Science 44%

An ECMAScript (JavaScript & TypeScript) module to handle end of line (EOL).

Updated 6 months ago

number-float64-base-assert • Science 44%

Base double-precision floating-point number assert functions.

Updated 5 months ago

https://github.com/capjamesg/pwa.js • Science 13%

A utility script for turning a web page into a PWA. Not ready for use.

Updated 6 months ago

@hugoalh/base16 • Science 44%

An ECMAScript (JavaScript & TypeScript) module for Base16 encode and decode.

Updated 6 months ago

stats-array-nanmskmax • Science 44%

Calculate the maximum value of an array according to a mask, ignoring NaN values.

Updated 6 months ago

ndarray-vector • Science 44%

Vector constructors and associated utilities.

Updated 6 months ago

@stdlib/random-array-uniform • Science 44%

Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.

Updated 6 months ago

blas-base-wasm-dsdot • Science 44%

Compute the dot product of `x` and `y` with extended accumulation and result.

Updated 6 months ago

iter-cuevery-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.

Updated 6 months ago

blas-base-wasm-ccopy • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 6 months ago

stats-strided-svariancewd • Science 57%

Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

tips-tools • Science 44%

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.

Updated 6 months ago

ndarray-vector-uint16 • Science 44%

Create an unsigned 16-bit integer vector (i.e., a one-dimensional ndarray).

Updated 6 months ago

stats-strided-dnanvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 6 months ago

math-base-special-aversinf • Science 44%

Compute the inverse versed sine of a single-precision floating-point number (in radians).

Updated 6 months ago

@hugoalh/url-regexp • Science 44%

An ECMAScript (JavaScript & TypeScript) module for URL regular expression.

Updated 6 months ago

stats-strided-dsemwd • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

math-base-special-acotdf • Science 44%

Compute the arccotangent (in degrees) of a single-precision floating-point number.

Updated 6 months ago

@stdlib/complex-float32-conj • Science 44%

Return the complex conjugate of a single-precision complex floating-point number.

Updated 6 months ago

stats-base-ndarray-sztest • Science 44%

Compute a one-sample Z-test for a one-dimensional single-precision floating-point ndarray.

Updated 6 months ago

stats-strided-dstdevwd • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using Welford's algorithm.

Updated 6 months ago

math-base-special-modff • Science 44%

Decompose a single-precision floating-point number into integral and fractional parts.

Updated 6 months ago

@stdlib/assert-is-complex64vector-like • Science 44%

Test if a value is a 1-dimensional ndarray-like object containing single-precision complex floating-point numbers.

Updated 6 months ago

stats-strided-nanstdevyc • Science 26%

Compute nan-standard deviations for strided arrays with ease using stats-strided-nanstdevyc. Ideal for numerical and scientific tasks in JavaScript. 🚀📊

Updated 6 months ago

@hugoalh/nacl • Science 44%

An ECMAScript (JavaScript & TypeScript) module for NaCl / TweetNaCl high-security cryptographic library.

Updated 6 months ago

array-base-zip2views • Science 44%

Zip one or more arrays to an array of composite views.

Updated 6 months ago

math-base-special-sinf • Science 44%

Compute the sine of a single-precision floating-point number (in radians).

Updated 6 months ago

math-base-special-cinvf • Science 67%

Compute the inverse of a single-precision complex floating-point number.

Updated 6 months ago

@stdlib/napi-argv-strided-int8array • Science 44%

Convert a Node-API value representing a strided array to a signed 8-bit integer array.

Updated 6 months ago

random-array-beta • Science 44%

Create an array containing pseudorandom numbers drawn from a beta distribution.

Updated 6 months ago

math-base-special-nanminf • Science 44%

Return the minimum value of two single-precision floating-point numbers, ignoring NaN.

Updated 6 months ago

array-base-index-of-same-value • Science 31%

Return the index of the first element which equals a provided search element according to the same value algorithm.

Updated 6 months ago

stats-strided-scumaxabs • Science 44%

Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.

Updated 6 months ago

staticsearch • Science 49%

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection

Updated 6 months ago

stats-strided-dsmeanors • Science 44%

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.

Updated 6 months ago

stats-strided-dmskrange • Science 44%

Calculate the range of a double-precision floating-point strided array according to a mask.

Updated 6 months ago

@stdlib/array-base-where • Science 44%

Take elements from either one of two arrays depending on a condition.

Updated 6 months ago

stats-strided-snanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

assert-is-equal-date-object • Science 44%

Test if two values are both Date objects corresponding to the same date and time.

Updated 6 months ago

stats-strided-dsnanmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.

Updated 6 months ago

ndarray-base-min-unsigned-integer-dtype • Science 44%

Determine the minimum ndarray data type for storing a provided unsigned integer value.

Updated 6 months ago

array-base-cuevery-by • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.

Updated 6 months ago

array-base-cunone-by • Science 44%

Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.

Updated 6 months ago

array-base-broadcasted-quaternary4d • Science 44%

Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 6 months ago

@stdlib/array-base-fliplr5d • Science 44%

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 6 months ago

constants-float32-max-safe-nth-double-factorial • Science 44%

Maximum safe nth double factorial when stored in single-precision floating-point format.

Updated 6 months ago

assert-is-equal-uint8array • Science 44%

Test if two arguments are both Uint8Arrays and have equal values.

Updated 6 months ago

stats-strided-sdsmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.

Updated 6 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 6 months ago

math-base-special-vercosf • Science 44%

Compute the versed cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

bytes-matcher-es • Science 44%

An ECMAScript (JavaScript & TypeScript) module to determine whether the bytes is match the specify signature.

Updated 6 months ago

@stdlib/string-base-first-grapheme-cluster • Science 44%

Return the first grapheme cluster (i.e., user-perceived character) of a string.

Updated 6 months ago

stats-strided-dsmeanpn • Science 57%

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.

Updated 6 months ago

sixarm_sencha_demo_model • Science 44%

SixArm.com » Sencha » Demo » Model

Updated 6 months ago

lapack-base-dge-trans • Science 44%

Convert input general matrix from row-major to column-major layout or vice versa.

Updated 6 months ago

@stdlib/string-base-truncate-middle • Science 44%

Truncate the middle UTF-16 code units of a string to return a string having a specified length.