Updated 6 months ago

@stdlib/strided-base-max-view-buffer-index • Rank 3.1 • Science 44%

Return the maximum accessible index based on a set of provided strided array parameters.

Updated 6 months ago

@stdlib/strided-napi-smap2 • Rank 3.1 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assigning results to elements in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/strided-napi-dmskmap2 • Rank 3.1 • Science 44%

C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays according to a strided mask array and assigning results to elements in a double-precision floating-point strided output array.

Updated 6 months ago

@stdlib/stats-base-snanmin • Rank 3.1 • Science 44%

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

Updated 6 months ago

@stdlib/time-seconds-in-year • Rank 3.0 • Science 44%

Determine the number of seconds in a year according to the Gregorian calendar.

Updated 6 months ago

@stdlib/utils-safe-int-max • Rank 3.0 • Science 44%

Return the maximum safe integer capable of being represented by a numeric real type.

Updated 6 months ago

@stdlib/math-strided-special-binet-by • Rank 3.0 • Science 44%

Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-iter-special-exp10 • Rank 3.0 • Science 44%

Create an iterator which evaluates the base 10 exponential function for each iterated value.

Updated 6 months ago

@stdlib/stats-base-dnanmax • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-dmeanors • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-scusumors • Rank 3.0 • Science 44%

Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.

Updated 6 months ago

@stdlib/utils-inmap-right • Rank 3.0 • Science 44%

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Updated 6 months ago

@stdlib/random-iter-t • Rank 3.0 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.

Updated 6 months ago

@stdlib/random-streams-erlang • Rank 3.0 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.

Updated 6 months ago

@stdlib/math-strided-special-dmskabs • Rank 3.0 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/iter-filter • Rank 3.0 • Science 44%

Create an iterator which filters the values of another iterator according to a predicate function.

Updated 6 months ago

@stdlib/stats-base-dnanmskmin • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/blas-ext-base-dnanasum • Rank 3.0 • Science 44%

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.

Updated 6 months ago

math-iter-special-cosm1 • Rank 3.0 • Science 44%

Create an iterator which computes `cos(x) - 1` for each iterated value.

Updated 6 months ago

@stdlib/array-ones-like • Rank 3.0 • Science 44%

Create an array filled with ones and having the same length and data type as a provided array.

Updated 6 months ago

@stdlib/random-streams-rayleigh • Rank 3.0 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.

Updated 6 months ago

@stdlib/stats-base-scumaxabs • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/ndarray-numel-dimension • Rank 3.0 • Science 44%

Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.

Updated 6 months ago

@stdlib/math-iter-special-deg2rad • Rank 3.0 • Science 44%

Create an iterator which converts an angle from degrees to radians for each iterated value.

Updated 6 months ago

@stdlib/stats-base-dminabs • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-abs2 • Rank 3.0 • Science 44%

Create an iterator which computes the squared absolute value of each iterated value.

Updated 6 months ago

@stdlib/blas-ext-base-sapxsumors • Rank 3.0 • Science 44%

Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.

Updated 6 months ago

@stdlib/ndarray-base-unary-by • Rank 3.0 • Science 44%

Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.

Updated 6 months ago

@stdlib/random-iter-pareto-type1 • Rank 3.0 • Science 44%

Create an iterator for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.

Updated 6 months ago

@stdlib/math-iter-special-exp • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-snanmax • Rank 3.0 • Science 44%

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

Updated 6 months ago

@stdlib/stats-base-dnanmskrange • Rank 2.9 • Science 44%

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

Updated 6 months ago

@stdlib/math-iter-special-floor • Rank 2.9 • Science 44%

Create an iterator which rounds each iterated value toward negative infinity.

Updated 6 months ago

@stdlib/strided-base-smap2 • Rank 2.9 • Science 44%

Apply a binary function accepting and returning single-precision floating-point numbers to corresponding elements in two single-precision floating-point strided input arrays and assign each result to an element in a single-precision floating-point strided output array.

Updated 6 months ago

@stdlib/math-strided-special-smskabs • Rank 2.9 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.