@stdlib/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
@stdlib/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
@stdlib/stats-incr-sumabs2
Compute a sum of squared absolute values incrementally.
@stdlib/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
@stdlib/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
@stdlib/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
@stdlib/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
@stdlib/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
@stdlib/math-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
@stdlib/math-strided-special-abs2-by
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
@stdlib/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
@stdlib/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
@stdlib/stats-iter-msumabs2
Create an iterator which iteratively computes a moving sum of squared absolute values.
stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
@stdlib/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.