Updated 6 months ago

ndarray-base-spread-dimensions • Science 44%

Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.

Updated 6 months ago

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

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

Updated 6 months ago

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

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

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

array-base-unary3d-by • Science 44%

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

Updated 6 months ago

@stdlib/array-from-scalar • Science 44%

Create a single-element array containing a provided scalar value.

Updated 6 months ago

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

Return the operation side string associated with a supported BLAS operation side value.

Updated 6 months ago

@stdlib/blas-base-transpose-operation-resolve-enum • Science 26%

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

Updated 6 months ago

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

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

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

math-base-special-logf • Science 44%

Compute the base `b` logarithm of a single-precision floating-point number.

Updated 6 months ago

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

Create an array containing pseudorandom numbers drawn from a Student's t-distribution.

Updated 6 months ago

stats-strided-dminsorted • Science 44%

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

Updated 6 months ago

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

Return the enumeration constant associated with a supported BLAS memory layout value.

Updated 6 months ago

@stdlib/ndarray-base-broadcast-scalar • Science 44%

Broadcast a scalar value to an ndarray to a specified shape.

Updated 6 months ago

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

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

Updated 6 months ago

array-little-endian-factory • Science 44%

Return a typed array constructor for creating typed arrays stored in little-endian byte order.

Updated 6 months ago

@stdlib/array-mskput • Science 44%

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

Updated 6 months ago

math-base-special-cphasef • Science 44%

Compute the argument of a single-precision complex floating-point number in radians.

Updated 6 months ago

@stdlib/array-base-resolve-setter • Science 44%

Return an accessor function for setting an element in an array-like object.

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

@stdlib/blas-base-diagonal-type-resolve-str • Science 44%

Return the diagonal type string associated with a supported BLAS diagonal type value.

Updated 6 months ago

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

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

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

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

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

Updated 6 months ago

stats-strided-dmeanpw • Science 57%

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

Updated 6 months ago

@stdlib/blas-base-transpose-operation-resolve-str • Science 44%

Return the transpose operation string associated with a supported BLAS transpose operation value.

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-dsvariance • Science 44%

Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

Updated 6 months ago

array-base-first • Science 44%

Return the first element of an array-like object.

Updated 6 months ago

ndarray-base-output-policy-enum2str • Science 44%

Return the data type string associated with an ndarray data type enumeration constant.

Updated 6 months ago

array-base-any-has-own-property • Science 44%

Test whether at least one element in a provided array has a specified own property.

Updated 6 months ago

stats-strided-dvarm • Science 44%

Calculate the variance of a double-precision floating-point strided array provided a known mean.

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

stats-strided-dnanvariancech • Science 57%

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

Updated 6 months ago

stats-base-ndarray-smax • Science 44%

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

Updated 6 months ago

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

Return a shallow copy of a portion of an array.

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

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

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.

Updated 6 months ago

stats-strided-smax • Science 44%

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

Updated 6 months ago

stats-strided-dnanvarianceyc • Science 44%

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

Updated 6 months ago

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

Compute the arcsine of a single-precision floating-point number.

Updated 6 months ago

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

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

Updated 6 months ago

math-base-special-avercosf • Science 44%

Compute the inverse versed cosine of a single-precision floating-point number (in radians).

Updated 6 months ago

stats-strided-dstdevwd • Science 57%

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

Updated 6 months ago

math-base-special-modff • Science 44%

Decompose a single-precision floating-point number into integral and fractional parts.

Updated 6 months ago

lapack-base-crot • Science 44%

LAPACK auxiliary routine to apply a plane rotation with real cosine and complex sine.

Updated 6 months ago

@stdlib/blas-base-diagonal-type-resolve-enum • Science 44%

Return the enumeration constant associated with a supported BLAS diagonal type value.

Updated 6 months ago

math-base-special-minabsf • Science 44%

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

Updated 6 months ago

stats-strided-snanrange • Science 44%

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

Updated 6 months ago

@stdlib/blas-base-matrix-triangle-resolve-str • Science 44%

Return the matrix triangle string associated with a supported BLAS matrix triangle value.

Updated 6 months ago

math-base-special-sinf • Science 44%

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

Updated 6 months ago

ndarray-iter-stacks • Science 44%

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

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

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

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

Updated 6 months ago

@stdlib/array-empty-like • Science 44%

Create an uninitialized array having the same length and data type as a provided array.

Updated 6 months ago

stats-array-nanmeanors • Science 44%

Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

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

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

Updated 6 months ago

array-base-unary4d-by • Science 44%

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

Updated 6 months ago

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

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

Updated 6 months ago

stats-strided-snanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.

Updated 6 months ago

@stdlib/assert-is-same-date-object • Science 44%

Test if two values are both Date objects corresponding to the same date and time.