Updated 7 months ago

math-base-special-minf • Science 44%

Return the minimum single-precision floating-point number.

Updated 7 months ago

complex-float64-base-assert • Science 44%

Base (i.e., lower-level) double-precision complex number assertion functions.

Updated 7 months ago

ndarray-base-from-scalar-like • Science 44%

Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.

Updated 7 months ago

@stdlib/math-base-ops-add4 • Science 44%

Compute the sum of four double-precision floating-point numbers.

Updated 7 months ago

math-base-special-nanmaxf • Science 44%

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

Updated 7 months ago

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

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

Updated 7 months ago

@stdlib/array-base-fancy-slice-assign • Science 44%

Assign element values from a broadcasted input array to corresponding elements in an output array.

Updated 7 months ago

@stdlib/ndarray-slice-dimension-to • Science 44%

Return a read-only truncated view of an input ndarray along a specific dimension.

Updated 7 months ago

@stdlib/ndarray-base-slice-dimension-from • Science 44%

Return a shifted view of an input ndarray along a specific dimension.

Updated 7 months ago

@stdlib/math-base-special-rcbrtf • Science 44%

Compute the reciprocal cube root of a single-precision floating-point number.

Updated 7 months ago

@stdlib/math-base-special-acscd • Science 44%

Compute the arccosecant (in degrees) of a double-precision floating-point number.

Updated 7 months ago

@stdlib/math-iter-special-erfcinv • Science 44%

Create an iterator which evaluates the inverse complementary error function for each iterated value.

Updated 7 months ago

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

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

Updated 7 months ago

blas-ext-base-wasm • Science 44%

Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.

Updated 7 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.

Updated 7 months ago

@stdlib/ndarray-stride • Science 44%

Return the stride along a specified dimension for a provided ndarray.

Updated 7 months ago

array-base-cuevery-by-right • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 7 months ago

open-sri • Science 44%

Ultralight, non-dependent and minimalist open-source package to recursively generate subresource integrity (SRI) hashes.

Updated 7 months ago

complex-float32-base-identity • Science 44%

Evaluate the identity function for a single-precision complex floating-point number.

Updated 7 months ago

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

Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.

Updated 7 months ago

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

Test whether all elements in an array fail a test implemented by a predicate function.

Updated 7 months ago

stats-strided-dnanmax • Science 44%

Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 7 months ago

stats-base-ztest-one-sample-results-to-string • Science 44%

Serialize a one-sample Z-test results object as a formatted string.

Updated 7 months ago

@stdlib/string-for-each • Science 44%

Invoke a callback for each (visual) character of a string.

Updated 7 months ago

@stdlib/ndarray-maybe-broadcast-array • Science 44%

Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.

Updated 7 months ago

complex-float64-base-identity • Science 44%

Evaluate the identity function for a double-precision complex floating-point number.

Updated 7 months ago

@stdlib/array-base-any-by-right • Science 44%

Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.

Updated 7 months ago

@stdlib/math-base-special-asecf • Science 44%

Compute the inverse (arc) secant of a single-precision floating-point number.

Updated 7 months ago

@stdlib/math-base-special-atand • Science 44%

Compute the arctangent(in degrees) of a double-precision floating-point number.

Updated 7 months ago

@stdlib/napi-argv-int16array • Science 44%

Convert a Node-API value to a signed 16-bit integer array.

Updated 7 months ago

@stdlib/utils-any-own-by • Science 44%

Test whether whether any 'own' property of a provided object satisfies a predicate function.

Updated 7 months ago

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

Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.

Updated 7 months ago

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

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

Updated 7 months ago

@stdlib/array-base-take-map • Science 44%

Take elements from an array and return a new array after applying a mapping function.

Updated 7 months ago

@hugoalh/sort • Science 44%

An ECMAScript (JavaScript & TypeScript) module for enhanced sort operation.

Updated 7 months ago

@stdlib/ndarray-base-slice-dimension-to • Science 44%

Return a truncated view of an input ndarray along a specific dimension.

Updated 7 months ago

stats-strided-dmaxabs • Science 44%

Calculate the maximum absolute value of a double-precision floating-point strided array.

Updated 7 months ago

blas-base-dtrmv • Science 44%

Perform one of the matrix-vector operations `x = A*x` or `x = A^T*x`.

Updated 7 months ago

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

Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.

Updated 7 months ago

stats-array-meanwd • Science 44%

Calculate the arithmetic mean of an array using Welford's algorithm.

Updated 7 months ago

stats-strided-dnanstdevch • Science 44%

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

Updated 7 months ago

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

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

Updated 7 months ago

ndarray-vector-ctor • Science 44%

Create a vector (i.e., a one-dimensional ndarray).

Updated 7 months ago

https://github.com/a-herzog/queuecalc • Science 26%

Queue calculator is a web service for calculating the characteristics of different queueing models.

Updated 7 months ago

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

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

Updated 7 months ago

ndarray-base-unary-reduce-strided1d-dispatch-by • Science 26%

This repository provides efficient methods for unary reduction operations on strided 1D arrays. Explore the code and contribute to the future of numerical computation! 🐱💻✨

Updated 7 months ago

stats-base-ztest-alternative-enum2str • Science 26%

This repository provides an alternative implementation of the `enum2str` function for statistical analysis in JavaScript. It enhances your ability to convert enumeration values to strings, streamlining your data processing tasks. 🛠️📊

Updated 7 months ago

stats-strided-dmeanlipw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.

Updated 7 months ago

https://github.com/a-herzog/qc • Science 26%

Statistical quality control is a web service for calculating sampling plans for statistical quality control.