Updated 10 months ago

ndarray-base-fill-by • Science 44%

Fill an input ndarray according to a callback function.

Updated 10 months ago

ndarray-fill-by • Science 44%

Fill an input ndarray according to a callback function.

Updated 10 months ago

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

Test if a value is an ndarray-like object containing double-precision complex floating-point numbers.

Updated 10 months ago

blas-base-strmv • Science 44%

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

Updated 10 months ago

random-tools-unary • Science 44%

Constructor for creating ndarrays filled with pseudorandom numbers drawn from a single-parameter probability distribution.

Updated 10 months ago

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

Create an iterator which evaluates the common logarithm (logarithm with base 10) for each iterated value.

Updated 10 months ago

object-every-in-by • Science 44%

Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.

Updated 10 months ago

@stdlib/stats-base-dmeankbn • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.

Updated 10 months ago

@stdlib/utils-every-in-by • Science 44%

Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.

Updated 10 months ago

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

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

Updated 10 months ago

object-some-in-by • Science 44%

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

Updated 10 months ago

math-base-special-nanmaxf • Science 44%

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

Updated 10 months ago

number-float64-base-identity • Science 31%

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

Updated 10 months ago

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

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

Updated 10 months ago

stats-array-stdevyc • Science 57%

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

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

complex-float64-base-assert • Science 44%

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

Updated 10 months ago

math-base-special-minf • Science 44%

Return the minimum single-precision floating-point number.

Updated 10 months ago

@stdlib/random-iter-randn • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.

Updated 10 months ago

@stdlib/random-streams-randi • Science 44%

Create a readable stream for generating pseudorandom numbers having integer values.

Updated 10 months ago

ndarray-base-output-policy-resolve-enum • Science 44%

Return the enumeration constant associated with a supported ndarray data type policy value.

Updated 10 months ago

array-base-first • Science 44%

Return the first element of an array-like object.

Updated 10 months ago

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

Return a shallow copy of a portion of an array.

Updated 10 months ago

@stdlib/random-array-tools-ternary • Science 44%

Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.

Updated 10 months ago

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

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

Updated 10 months ago

blas-ext-base-dlast-index-of • Science 44%

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

Updated 10 months ago

lapack-base-dlaset • Science 44%

Set the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values.

Updated 10 months ago

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

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

Updated 10 months ago

@stdlib/blas-ext-base-gnansumpw • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.

Updated 10 months ago

@stdlib/random-base-shared • Science 44%

Common APIs shared across base pseudorandom number generators.

Updated 10 months ago

stats-strided-dvarianceyc • Science 57%

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

Updated 10 months ago

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

Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.

Updated 10 months ago

object-none-in-by • Science 44%

Test whether every property in an object fails a test implemented by a predicate function.

Updated 10 months ago

blas-ext-base-zfill • Science 44%

Fill a double-precision complex floating-point strided array with a specified scalar constant.

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

ndarray-for-each • Science 44%

Invoke a callback function once for each ndarray element.

Updated 10 months ago

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

Planck (discrete exponential) distribution probability mass function (PMF).

Updated 10 months ago

ndarray-base-map • Science 44%

Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.

Updated 10 months ago

math-base-special-sqrtpif • Science 44%

Compute the principal square root of the product of π and a positive single-precision floating-point number.

Updated 10 months ago

array-base-zip2object • Science 44%

Create an object from a provided list of properties and a provided list of corresponding values.

Updated 10 months ago

math-base-special-frexpf • Science 44%

Split a single-precision floating-point number into a normalized fraction and an integer power of two.

Updated 10 months ago

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

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

Updated 10 months ago

array-base-fill-by • Science 44%

Fill all elements within a portion of an array according to a callback function.

Updated 10 months ago

math-array-tools-unary • Science 44%

Constructor for applying a unary function to each element in an input array.

Updated 10 months ago

stats-strided-dmediansorted • Science 44%

Calculate the median value of a sorted double-precision floating-point strided array.

Updated 10 months ago

@stdlib/random-array-tools-unary • Science 44%

Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.

Updated 10 months ago

@stdlib/string-base-replace-before-last • Science 44%

Replace the substring before the last occurrence of a specified search string.

Updated 10 months ago

array-base-cusome • Science 44%

Cumulatively test whether at least `n` array elements in a provided array are truthy.

Updated 10 months ago

stats-strided-snanmaxabs • Science 44%

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

Updated 10 months ago

complex-float32-base-assert-is-almost-equal • Science 44%

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

Updated 10 months ago

stats-strided-dmin • Science 44%

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

Updated 10 months ago

stats-strided-sminabs • Science 31%

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

Updated 10 months ago

complex-float64-base-neg • Science 31%

Negate a double-precision complex floating-point number.

Updated 10 months ago

math-base-special-negafibonaccif • Science 44%

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