absolute

There are 161 repositories under absolute topic.

  • stats-incr-mae

    Compute the mean absolute error (MAE) incrementally.

    Language:JavaScript2
  • stats-incr-mapcorr

    Compute a moving sample absolute Pearson product-moment correlation coefficient incrementally.

    Language:JavaScript2
  • stats-iter-cumaxabs

    Create an iterator which iteratively computes a cumulative maximum absolute value.

    Language:JavaScript2
  • stats-iter-cumeanabs

    Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.

    Language:JavaScript2
  • stats-iter-meanabs

    Compute the arithmetic mean of absolute values for all iterated values.

    Language:JavaScript2
  • stats-iter-cuminabs

    Create an iterator which iteratively computes a cumulative minimum absolute value.

    Language:JavaScript2
  • stats-incr-minmaxabs

    Compute minimum and maximum absolute values incrementally.

    Language:JavaScript2
  • stats-incr-mmaape

    Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.

    Language:JavaScript2
  • stats-incr-mmae

    Compute a moving mean absolute error (MAE) incrementally.

    Language:JavaScript2
  • stats-iter-mmaxabs

    Create an iterator which iteratively computes a moving maximum absolute value.

    Language:JavaScript2
  • stats-incr-mmaxabs

    Compute a moving maximum absolute value incrementally.

    Language:JavaScript2
  • stats-iter-mminabs

    Create an iterator which iteratively computes a moving minimum absolute value.

    Language:JavaScript2
  • stats-incr-mminmaxabs

    Compute moving minimum and maximum absolute values incrementally.

    Language:JavaScript2
  • stats-iter-msumabs

    Create an iterator which iteratively computes a moving sum of absolute values.

    Language:JavaScript2
  • stats-incr-msumabs

    Compute a moving sum of absolute values incrementally.

    Language:JavaScript2
  • stats-incr-nansumabs

    Compute a sum of absolute values incrementally, ignoring NaN values.

    Language:JavaScript2
  • stats-iter-cusumabs

    Create an iterator which iteratively computes a cumulative sum of absolute values.

    Language:JavaScript2
  • stats-incr-sumabs

    Compute a sum of absolute values incrementally.

    Language:JavaScript2
  • math-iter-special-abs2

    Create an iterator which computes the squared absolute value of each iterated value.

    Language:JavaScript2
  • stats-iter-cumeanabs2

    Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.

    Language:JavaScript2
  • assert-is-absolute-path

    Test if a value is an absolute path.

    Language:JavaScript2
  • math-base-special-cabs

    Compute an absolute value of a complex number.

    Language:Python2
  • math-strided-special-dabs2

    Compute the squared absolute value for each element in a double-precision floating-point strided array.

    Language:JavaScript2
  • math-base-special-abs2

    Compute the squared absolute value of a double-precision floating-point number.

    Language:Python2
  • math-strided-special-sabs2

    Compute the squared absolute value for each element in a single-precision floating-point strided array.

    Language:JavaScript2
  • 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.

    Language:JavaScript2
  • stats-iter-sumabs2

    Compute the sum of squared absolute values for all iterated values.

    Language:JavaScript2
  • math-base-special-fast-abs

    Compute an absolute value.

    Language:Python2
  • stats-incr-meanabs2

    Compute an arithmetic mean of squared absolute values incrementally.

    Language:JavaScript2
  • hybrid-line-numbers

    relativenumber (more precisely 'hybrid' line numbers) for vim

    Language:Vim Script2
  • abrequire

    Better local require

    Language:JavaScript2
  • superagent-absolute

    Superagent with default absolute URLs.

    Language:JavaScript2
  • blas-base-scasum

    Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.

    Language:Python1
  • blas-base-dcabs1

    Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point number.

    Language:Python1
  • blas-base-scabs1

    Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point number.

    Language:Python1
  • blas-base-isamax

    Find the index of the first element having the maximum absolute value.

    Language:C1