@stdlib/strided-napi-smap2
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.
@stdlib/math-iter-special-acovercos
Create an iterator which computes the inverse coversed cosine of each iterated value.
@stdlib/strided-napi-dmskmap2
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.
@stdlib/stats-base-snanmin
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
hydroshare
HydroShare is a collaborative website for better access to data and models in the hydrologic sciences.
@stdlib/utils-inherited-enumerable-properties
Return an array of an object's inherited enumerable property names and symbols.
@stdlib/math-strided-special-binet-by
Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.
@stdlib/stats-base-dvariance
Calculate the variance of a double-precision floating-point strided array.
@stdlib/math-iter-special-aversin
Create an iterator which computes the inverse versed sine of each iterated value.
@stdlib/math-iter-special-exp10
Create an iterator which evaluates the base 10 exponential function for each iterated value.
@stdlib/stats-base-nanmskmin
Calculate the minimum value of a strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/math-iter-special-avercos
Create an iterator which computes the inverse versed cosine of each iterated value.
@stdlib/stats-base-smax
Calculate the maximum value of a single-precision floating-point strided array.
@stdlib/stats-base-dmeanors
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
@stdlib/blas-ext-base-scusumors
Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/utils-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
@stdlib/random-iter-t
Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
@stdlib/random-streams-erlang
Create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.
@stdlib/math-strided-special-dmskabs
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-dnanmskmin
Calculate the minimum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/math-base-ops-imuldw
Compute the double word product of two signed 32-bit integers.
@stdlib/math-iter-special-tanh
Create an iterator which evaluates the hyperbolic tangent for each iterated value.
@stdlib/blas-ext-base-dnanasum
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
math-iter-special-cosm1
Create an iterator which computes `cos(x) - 1` for each iterated value.
@stdlib/array-ones-like
Create an array filled with ones and having the same length and data type as a provided array.
@stdlib/random-iter-randi
Create an iterator for generating pseudorandom numbers having integer values.
@stdlib/random-streams-rayleigh
Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
@stdlib/utils-enumerable-property-symbols
Return an array of an object's own enumerable symbol properties.
@stdlib/stats-base-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
@stdlib/stats-base-dstdev
Calculate the standard deviation of a double-precision floating-point strided array.
@stdlib/stats-base-dmaxsorted
Calculate the maximum value of a sorted double-precision floating-point strided array.
@stdlib/math-iter-special-deg2rad
Create an iterator which converts an angle from degrees to radians for each iterated value.
@stdlib/stats-base-dminabs
Calculate the minimum absolute value of a double-precision floating-point strided array.
@stdlib/blas-ext-base-sapxsumors
Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.
@stdlib/ndarray-base-unary-by
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.
@stdlib/random-iter-pareto-type1
Create an iterator for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
@stdlib/random-strided-betaprime
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
@stdlib/math-iter-special-exp
Create an iterator which evaluates the natural exponential function for each iterated value.
stats-iter-mmax
Create an iterator which iteratively computes a moving maximum value.
random-array-lognormal
Create an array containing pseudorandom numbers drawn from a lognormal distribution.
@stdlib/stats-base-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
@stdlib/math-base-special-xlog1py
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.
@stdlib/stats-base-nanstdev
Calculate the standard deviation of a strided array ignoring NaN values.
@stdlib/stats-base-smidrange
Calculate the mid-range of a single-precision floating-point strided array.
@stdlib/math-base-special-signumf
Evaluate the signum function for a single-precision floating-point number.
@stdlib/stats-base-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
@stdlib/stats-base-smediansorted
Calculate the median value of a sorted single-precision floating-point strided array.
@stdlib/strided-base-smap2
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.
@stdlib/math-strided-special-smskabs
Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-snanstdev
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values.