Updated 9 months ago

@hugoalh/sort • Science 44%

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

Updated 9 months ago

math-base-special-atan2d • Science 44%

Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 9 months ago

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

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

Updated 9 months ago

ndarray-count-if • Science 44%

Count the number of elements along one or more ndarray dimensions which pass a test implemented by a predicate function.

Updated 9 months ago

complex-float64-base-scale • Science 44%

Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.

Updated 9 months ago

stats-strided-dnanstdevtk • Science 57%

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

Updated 9 months ago

stats-base-ndarray-smax • Science 44%

Compute the maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 9 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 9 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 9 months ago

stats-strided-sstdevyc • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 9 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 9 months ago

stats-array-nanvariancepn • Science 57%

Calculate the variance of an array ignoring `NaN` values and using a two-pass algorithm.

Updated 9 months ago

blas-base-wasm-scasum • Science 44%

Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

Updated 9 months ago

stats-strided-dnanstdevpn • Science 44%

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

Updated 9 months ago

math-base-special-acotdf • Science 44%

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

Updated 9 months ago

@stdlib/blas-base-caxpy • Science 44%

Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.

Updated 9 months ago

math-base-special-minabsf • Science 44%

Return the minimum absolute single-precision floating-point number.

Updated 9 months ago

stats-strided-snanrange • Science 44%

Calculate the range of a single-precision floating-point strided array, ignoring NaN values.

Updated 9 months ago

complex-float64-base-identity • Science 44%

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

Updated 9 months ago

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

Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.

Updated 9 months ago

stats-strided-scumin • Science 31%

Calculate the cumulative minimum of single-precision floating-point strided array elements.

Updated 9 months ago

math-base-special-sinf • Science 44%

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

Updated 9 months ago

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

Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-dnanmax • Science 44%

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

Updated 9 months ago

stats-strided-smeanli • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 9 months ago

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

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

Updated 9 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 9 months ago

blas-ext-base-ndarray-dcusum • Science 44%

Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

constants-float32-min-base2-exponent • Science 44%

The minimum biased base 2 exponent for a normal single-precision floating-point number.

Updated 9 months ago

daily_tseb_gee_et • Science 57%

A GEE TSEB Workflow for estimating Daily High Resolution (30m) fully Remote Sensing Evapotranspiration (ET)

Updated 9 months ago

math-base-special-csignumf • Science 31%

Evaluate the signum function of a single-precision complex floating-point number.

Updated 9 months ago

constants-float64-max-nth-factorial • Science 44%

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

Updated 9 months ago

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

A HTML component that enables stories on your personal website.

Updated 9 months ago

assert-is-equal-array • Science 44%

Test if two arguments are both generic arrays and have equal values.

Updated 9 months ago

ndarray-count-truthy • Science 44%

Count the number of truthy elements along one or more ndarray dimensions.

Updated 9 months ago

@stdlib/random-strided-minstd-shuffle • Science 44%

Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 9 months ago

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

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

Updated 9 months ago

number-float32-base-add • Science 44%

Compute the sum of two single-precision floating-point numbers.

Updated 9 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

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

Create an array containing pseudorandom numbers drawn from an F distribution.

Updated 9 months ago

complex-float32-base-neg • Science 44%

Negate a single-precision complex floating-point number.

Updated 9 months ago

math-array-tools-unary-factory • Science 44%

Create a function for applying a unary function to each element in a provided array.

Updated 9 months ago

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

Apply a unary callback to each element retrieved from a two-dimensional nested input array according to a callback function and assign results to elements in a two-dimensional nested output array.

Updated 9 months ago

math-base-special-fmodf • Science 44%

Evaluate the modulus function for single-precision floating-point numbers.

Updated 9 months ago

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

Create an iterator which evaluates the trigamma function for each iterated value.

Updated 9 months ago

blas-ext-base-ndarray-scusum • Science 44%

Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray.

Updated 9 months ago

stats-strided-dvariancech • Science 57%

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

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-dvariancewd • Science 57%

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

Updated 9 months ago

@stdlib/complex-base-assert-is-equal • Science 44%

Test whether two double-precision complex floating-point numbers are equal.

Updated 9 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 9 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 9 months ago

@stdlib/blas-base-operation-side-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS operation side value.

Updated 9 months ago

math-base-special-xlogyf • Science 44%

Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.

Updated 9 months ago

math-base-special-roundf • Science 44%

Round a single-precision floating-point number to the nearest integer.