Updated 10 months ago

@stdlib/ndarray-base-flipud • Science 44%

Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.

Updated 10 months ago

math-base-special-maxf • Science 44%

Return the maximum single-precision floating-point number.

Updated 10 months ago

https://github.com/aveek-saha/mean-todo-app • Science 13%

A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application

Updated 10 months ago

ndarray-base-unary-reduce-strided1d-assign-struct • Science 44%

Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.

Updated 10 months ago

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

Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 10 months ago

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

Evaluate the natural logarithm of a single-precision floating-point number.

Updated 10 months ago

complex-float32-base-identity • Science 44%

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

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

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

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

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

stats-strided-scumin • Science 31%

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

Updated 10 months ago

@stdlib/slice-base-sargs2multislice • Science 44%

Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.

Updated 10 months ago

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

Convert a Node-API value to an unsigned 8-bit integer array.

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

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

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

Updated 10 months ago

math-base-special-minmaxf • Science 44%

Return the minimum and maximum of two single-precision floating-point numbers.

Updated 10 months ago

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

Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

math-array-special-abs • Science 44%

Compute the absolute value for each element in an input array.

Updated 10 months ago

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

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

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

stats-strided-dnanmskrange • Science 44%

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

Updated 10 months ago

blas-base-csscal • Science 44%

Scale a single-precision complex floating-point vector by a single-precision floating-point constant.

Updated 10 months ago

ndarray-vector-int16 • Science 44%

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

Updated 10 months ago

stats-strided-dmeanpn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.

Updated 10 months ago

stats-strided-dstdevch • Science 57%

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

Updated 10 months ago

random-tools-unary-factory • Science 44%

Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 10 months ago

constants-float32-max-safe-nth-tribonacci • Science 44%

Maximum safe nth Tribonacci number when stored in single-precision floating-point format.

Updated 10 months ago

cytobrowser • Science 26%

CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.

Updated 10 months ago

stats-array-nanmin • Science 44%

Calculate the minimum value of an array, ignoring NaN values.

Updated 10 months ago

stats-array-varianceyc • Science 57%

Calculate the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-array-nanmax • Science 44%

Calculate the maximum value of an array, ignoring NaN values.

Updated 10 months ago

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

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

Updated 10 months ago

ndarray-vector-ctor • Science 44%

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

Updated 10 months ago

stats-strided-wasm-dmeanwd • Science 44%

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

Updated 10 months ago

blas-ext-base-dindex-of • Science 44%

Return the first index of a specified search element in a double-precision floating-point strided array.

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

stats-strided-dvariancewd • Science 57%

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

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

stats-strided-smskrange • Science 44%

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

Updated 10 months ago

constants-float32-half-ln-two • Science 44%

One half times the natural logarithm of 2 as a single-precision floating-point number.

Updated 10 months ago

stats-strided-dcumaxabs • Science 44%

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

Updated 10 months ago

constants-float64-max-safe-nth-tribonacci • Science 44%

Maximum safe nth Tribonacci number when stored in double-precision floating-point format.

Updated 10 months ago

blas-ext-base-wasm-dapxsumpw • Science 44%

Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.

Updated 10 months ago

ndarray-vector-float64 • Science 44%

Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 10 months ago

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

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

Updated 10 months ago

math-base-special-fibonaccif • Science 44%

Compute the nth Fibonacci number as a single-precision floating-point number.

Updated 10 months ago

stats-strided-nanmin-by • Science 44%

Calculate the minimum value of a strided array via a callback function, ignoring NaN values.

Updated 10 months ago

stats-strided-nanmax-by • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 10 months ago

stats-strided-min-by • Science 44%

Calculate the minimum value of a strided array via a callback function.

Updated 10 months ago

stats-strided-max-by • Science 44%

Calculate the maximum value of a strided array via a callback function.

Updated 10 months ago

stats-strided-smaxabs • Science 44%

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

Updated 10 months ago

array-base-broadcasted-binary5d • Science 44%

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

Updated 10 months ago

@stdlib/array-base-broadcasted-binary4d • Science 44%

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

Updated 10 months ago

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

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