49 packages found
Compute the absolute value of a double-precision floating-point number.
Return the minimum absolute value.
Return the maximum absolute value.
Return the minimum and maximum absolute values.
- stdlib
- stdmath
- mathematics
- math
- math.min
- math.max
- minimum
- maximum
- extremum
- min
- max
- smallest
- largest
- extrema
- View more
Calculate the cumulative minimum absolute value of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- minimum
- min
- math.abs
- abs
- absolute
- absolute value
- range
- extremes
- View more
Calculate the cumulative maximum absolute value of a strided array.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- maximum
- max
- math.abs
- abs
- absolute
- absolute value
- range
- extremes
- View more
Compute a sum of squared absolute values incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- summation
- sum
- total
- incremental
- accumulator
- absolute
- value
- abs
- View more
Compute an arithmetic mean of squared absolute values incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- incremental
- accumulator
- absolute
- value
- abs
- View more
Compute an absolute value.
Return the maximum absolute value.
Return the minimum absolute value.
Compute the squared absolute value of a double-precision floating-point number.
- stdlib
- stdmath
- mathematics
- math
- math.abs
- abs
- abs2
- squared
- square
- absolute
- magnitude
- number
- double-precision
- double
Compute an absolute value of a signed 32-bit integer.
Compute the squared absolute value of a single-precision floating-point number.
- stdlib
- stdmath
- mathematics
- math
- math.abs
- abs
- abs2f
- squared
- square
- absolute
- magnitude
- number
- single-precision
- float
Compute the absolute value of a double-precision complex floating-point number.
Compute the absolute value of a single-precision floating-point number.
Compute a sum of absolute values incrementally.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- summation
- sum
- total
- incremental
- accumulator
- absolute
- value
- abs
- View more
Compute a sum of squared absolute values incrementally, ignoring NaN values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- summation
- sum
- total
- incremental
- accumulator
- absolute
- value
- abs
- View more
Compute the arithmetic mean of squared absolute values for all iterated values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- average
- avg
- mean
- arithmetic mean
- central tendency
- absolute
- value
- math.abs
- View more
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
- stdlib
- stdmath
- statistics
- stats
- mathematics
- math
- sum
- summation
- total
- accumulate
- absolute
- value
- math.abs
- abs
- View more