Updated 10 months ago

@stdlib/math-base-utils-float64-epsilon-difference • Rank 3.1 • Science 44%

Compute the relative difference of two real numbers in units of double-precision floating-point epsilon.

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

@stdlib/math-iter-special-expm1rel • Rank 3.1 • Science 44%

Create an iterator which evaluates the relative error exponential for each iterated value.

Updated 10 months ago

@stdlib/math-strided-special-smskramp • Rank 3.1 • Science 44%

Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 10 months ago

@stdlib/process-argv • Rank 3.1 • Science 44%

Array containing command-line arguments passed when launching the calling process.

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

@stdlib/random-iter-laplace • Rank 3.1 • Science 44%

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

Updated 10 months ago

@stdlib/iter-unique-by • Rank 3.1 • Science 44%

Create an iterator which returns unique values according to a predicate function.

Updated 10 months ago

@stdlib/random-streams-laplace • Rank 3.1 • Science 44%

Create a readable stream for generating pseudorandom numbers drawn from a Laplace (double exponential) distribution.

Updated 10 months ago

@stdlib/random-streams-negative-binomial • Rank 3.1 • Science 44%

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

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

@stdlib/utils-some-by • Rank 3.1 • Science 44%

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

Updated 10 months ago

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

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

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

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

Create an iterator which evaluates the hyperbolic tangent for each iterated value.

Updated 10 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 10 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 10 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 10 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 10 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 10 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 10 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.