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

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

Apply a nullary function and assign results to elements in an output ndarray.

Updated 7 months ago

math-base-special-secf • Science 44%

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

Updated 7 months ago

@stdlib/random-strided-tools-ternary-factory • Science 44%

Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.

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

blas-ext-sum • Science 44%

Compute the sum along one or more ndarray dimensions.

Updated 7 months ago

number-float64-base-assert-is-almost-equal • Science 44%

Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 7 months ago

ndarray-base-assert-is-integer-index-data-type • Science 26%

Test if an input value is a supported ndarray integer index data type.

Updated 7 months ago

stats-strided-dsempn • Science 57%

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

Updated 7 months ago

sbb • Science 31%

Semantic Body Browser - a tool for graphically exploring an organism's body.

Updated 7 months ago

stats-strided-dmeanpw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.

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

ndarray-vector-int32 • Science 44%

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

Updated 7 months ago

ndarray-base-every-by • Science 44%

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

Updated 7 months ago

stats-incr-nanskewness • Science 44%

Compute a corrected sample skewness incrementally, ignoring NaN values.

Updated 7 months ago

https://github.com/bigfootds/sourcepool • Science 13%

TTRPG content management system, ready for you to self-host. Documentation website for the various bits of the Sourcepool ecosystem.

Updated 7 months ago

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

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

Updated 7 months ago

ndarray-vector-int8 • Science 44%

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

Updated 7 months ago

math-array-special-abs • Science 44%

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

Updated 7 months ago

@stdlib/array-zero-to • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 7 months ago

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

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

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

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

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

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

array-base-broadcasted-quaternary3d • Science 44%

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

Updated 7 months ago

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

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

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

napi-argv-bool • Science 44%

Convert a Node-API value to a boolean.

Updated 7 months ago

array-base-broadcasted-ternary3d • Science 44%

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

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

@hugoalh/url-regexp • Science 44%

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

Updated 7 months ago

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

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

Updated 7 months ago

array-base-broadcasted-ternary4d • Science 44%

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

Updated 7 months ago

math-base-special-acotdf • Science 44%

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

Updated 7 months ago

stats-strided-dstdevwd • Science 57%

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

Updated 7 months ago

array-base-zip2views • Science 44%

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

Updated 7 months ago

stats-strided-nanmax • Science 44%

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

Updated 7 months ago

array-base-entries2views • Science 44%

Convert array entries to an array of composite views.

Updated 7 months ago

math-base-special-nanminf • Science 44%

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

Updated 7 months ago

stats-strided-scumin • Science 31%

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

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

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

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

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

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

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

Updated 7 months ago

stats-strided-nanvariancech • Science 57%

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

Updated 7 months ago

stats-array-nanstdevtk • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 7 months ago

stats-array-nanstdevyc • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 7 months ago

stats-strided-sztest2 • Science 44%

Compute a two-sample Z-test for two single-precision floating-point strided arrays.

Updated 7 months ago

math-base-special-cpolarf • Science 44%

Compute the absolute value and the phase of a single-precision complex floating-point number.

Updated 7 months ago

array-struct-factory • Science 44%

Return a constructor for creating arrays having a fixed-width composite data type.

Updated 7 months ago

stats-base-ndarray-dcumax • Science 44%

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

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

@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/string-next-code-point-index • Science 44%

Return the position of the next Unicode code point in a string after a specified position.

Updated 7 months ago

stats-strided-dmeanstdevpn • Science 57%

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

Updated 7 months ago

stats-strided-dsnanmeanwd • Science 57%

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

Updated 7 months ago

stats-strided-snanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 7 months ago

stats-base-dists-planck-logpmf • Science 44%

Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.