@stdlib/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
@stdlib/datasets-harrison-boston-house-prices
A dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).
@stdlib/datasets-harrison-boston-house-prices-corrected
A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).
@stdlib/datasets-pace-boston-house-prices
A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).
@stdlib/math-base-special-abs
Compute the absolute value of a double-precision floating-point number.
@stdlib/stats-base-dists-frechet-cdf
Fréchet distribution cumulative distribution function (CDF).
@stdlib/math-base-special-atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
@stdlib/stats-incr-minmaxabs
Compute minimum and maximum absolute values incrementally.
@stdlib/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
@stdlib/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
@stdlib/stats-incr-mminmaxabs
Compute moving minimum and maximum absolute values incrementally.
@stdlib/stats-incr-nansumabs
Compute a sum of absolute values incrementally, ignoring NaN values.
@stdlib/stats-incr-msumabs
Compute a moving sum of absolute values incrementally.
@stdlib/stats-base-dists-frechet-entropy
Fréchet distribution differential entropy.
@stdlib/stats-incr-sumabs2
Compute a sum of squared absolute values incrementally.
@stdlib/math-strided-special-abs
Compute the absolute value for each element in a strided array.
@stdlib/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
@stdlib/stats-incr-meanabs
Compute an arithmetic mean of absolute values incrementally.
@stdlib/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
@stdlib/stats-base-dists-frechet-logpdf
Fréchet distribution logarithm of probability density function (PDF).
@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-abs-by
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
@stdlib/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
@stdlib/stats-base-dists-frechet-stdev
Fréchet distribution standard deviation.
@stdlib/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/math-strided-special-dmsktrunc
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/stats-iter-mmaxabs
Create an iterator which iteratively computes a moving maximum absolute value.
@stdlib/stats-iter-msumabs
Create an iterator which iteratively computes a moving sum of absolute values.
@stdlib/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
@stdlib/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@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.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-strided-special-dabs
Compute the absolute value for each element in a double-precision floating-point strided array.
@stdlib/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
@stdlib/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
@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/math-base-special-signumf
Evaluate the signum function for a single-precision floating-point number.
@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/math-strided-special-abs2-by
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
@stdlib/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
@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.