JSPM

Found 128 results for summation

add

A cross-browser, numerically stable algorithm to add floats accurately

  • v2.0.6
  • 85.16
  • Published

@stdlib/blas-ext-base-dsumpw

Calculate the sum of double-precision floating-point strided array elements using pairwise summation.

  • v0.2.2
  • 46.73
  • Published

compute-sum

Computes the sum.

  • v2.0.0
  • 36.05
  • Published

@stdlib/blas-ext-base-gsumkbn

Calculate the sum of strided array elements using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 31.81
  • Published

@stdlib/blas-ext-base-ssumpw

Calculate the sum of single-precision floating-point strided array elements using pairwise summation.

  • v0.2.2
  • 29.44
  • Published

@stdlib/blas-ext-base-dapxsumpw

Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.

  • v0.2.2
  • 28.87
  • Published

@stdlib/blas-ext-base-sapxsumpw

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.

  • v0.2.2
  • 28.59
  • Published

@stdlib/blas-ext-base-dnannsumpw

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

  • v0.2.2
  • 23.05
  • Published

@stdlib/blas-ext-base-gcusumkbn2

Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.

  • v0.2.2
  • 22.95
  • Published

@stdlib/blas-ext-base-ssumors

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.

  • v0.2.2
  • 22.82
  • Published

@stdlib/blas-ext-base-dsumors

Calculate the sum of double-precision floating-point strided array elements using ordinary recursive summation.

  • v0.2.2
  • 20.10
  • Published

@stdlib/blas-ext-base-gcusumkbn

Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 20.07
  • Published

@stdlib/blas-ext-base-dssumors

Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.

  • v0.2.2
  • 19.84
  • Published

@stdlib/blas-ext-base-dssumpw

Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation and returning an extended precision result.

  • v0.2.2
  • 19.68
  • Published

@stdlib/blas-ext-base-sapxsumkbn

Adds a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 19.46
  • Published

@stdlib/blas-ext-base-dssum

Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.

  • v0.2.2
  • 19.46
  • Published

@stdlib/blas-ext-base-ssumkbn

Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 19.09
  • Published

@stdlib/blas-ext-base-dsapxsumpw

Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.

  • v0.2.2
  • 18.14
  • Published

@stdlib/blas-ext-base-dnanasumors

Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

  • v0.2.2
  • 17.97
  • Published

@stdlib/blas-ext-base-dcusumkbn

Calculate the cumulative sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 17.63
  • Published

@stdlib/blas-ext-base-ssumkbn2

Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

  • v0.2.2
  • 17.49
  • Published

@stdlib/blas-ext-base-sapxsum

Adds a constant to each single-precision floating-point strided array element and computes the sum.

  • v0.2.3
  • 17.42
  • Published

@stdlib/blas-ext-base-dapxsumkbn

Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.

  • v0.2.2
  • 16.20
  • Published

@stdlib/blas-ext-base-dsapxsum

Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.

  • v0.2.2
  • 15.81
  • Published

fast-prime

Fastest Prime Number Calculation logic for nodejs and browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)

    • v0.1.0
    • 15.77
    • Published

    @stdlib/blas-ext-base-dcusum

    Calculate the cumulative sum of double-precision floating-point strided array elements.

    • v0.2.2
    • 14.93
    • Published

    @stdlib/blas-ext-base-scusumkbn

    Calculate the cumulative sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

    • v0.2.2
    • 14.93
    • Published

    fast-prime-client

    Fastest Prime Number Calculation logic for browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)

      • v0.1.0
      • 14.86
      • Published

      @stdlib/blas-ext-base-dsumkbn

      Calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 14.77
      • Published

      @stdlib/blas-ext-base-sdsapxsumpw

      Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.

      • v0.2.2
      • 14.67
      • Published

      @stdlib/blas-ext-base-gapxsumkbn

      Adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 14.17
      • Published

      @stdlib/blas-ext-base-dapxsum

      Adds a constant to each double-precision floating-point strided array element and computes the sum.

      • v0.2.2
      • 14.12
      • Published

      @stdlib/blas-ext-base-sasumpw

      Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.

      • v0.2.2
      • 13.97
      • Published

      @stdlib/blas-ext-base-dnannsumors

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

      • v0.2.2
      • 13.81
      • Published

      @stdlib/blas-ext-base-sdssumpw

      Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.

      • v0.2.2
      • 13.52
      • Published

      @stdlib/blas-ext-base-scusum

      Calculate the cumulative sum of single-precision floating-point strided array elements.

      • v0.2.2
      • 12.99
      • Published

      @stdlib/blas-ext-base-gapxsumkbn2

      Adds a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 12.85
      • Published

      @stdlib/blas-ext-base-gnannsumkbn

      Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 12.56
      • Published

      @stdlib/blas-ext-base-gsumkbn2

      Calculate the sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 12.51
      • Published

      @stdlib/array-base-count-if

      Count the number of elements in an array which pass a test implemented by a predicate function.

      • v0.1.1
      • 12.29
      • Published

      @stdlib/blas-ext-base-dnansumpw

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

      • v0.2.2
      • 12.08
      • Published

      @stdlib/math-iter-ops-add

      Create an iterator which performs element-wise addition of two or more iterators.

      • v0.2.2
      • 12.08
      • Published

      @stdlib/blas-ext-base-dapxsumors

      Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.

      • v0.2.2
      • 12.08
      • Published

      @stdlib/blas-ext-base-dasumpw

      Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.

      • v0.2.2
      • 11.91
      • Published

      @stdlib/blas-ext-base-dsumkbn2

      Calculate the sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 11.76
      • Published

      @stdlib/blas-ext-base-snansumpw

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.

      • v0.2.2
      • 11.62
      • Published

      @stdlib/blas-ext-base-gasumpw

      Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.

      • v0.2.2
      • 11.53
      • Published

      @stdlib/blas-ext-base-sdsnansumpw

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation with extended accumulation.

      • v0.2.2
      • 11.50
      • Published

      @stdlib/blas-ext-base-sdsapxsum

      Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.

      • v0.2.2
      • 11.50
      • Published

      @stdlib/blas-ext-base-dnannsumkbn

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 11.12
      • Published

      @stdlib/blas-ext-base-dcusumkbn2

      Calculate the cumulative sum of double-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 11.04
      • Published

      @stdlib/blas-ext-base-dnansum

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

      • v0.2.2
      • 11.04
      • Published

      @stdlib/blas-ext-base-dcusumpw

      Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.

      • v0.2.2
      • 11.04
      • Published

      @stdlib/blas-ext-base-scusumkbn2

      Calculate the cumulative sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 10.76
      • Published

      @stdlib/blas-ext-base-sapxsumkbn2

      Adds a constant to each single-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 10.76
      • Published

      @stdlib/blas-ext-base-scusumors

      Calculate the cumulative sum of single-precision floating-point strided array elements using ordinary recursive summation.

      • v0.2.2
      • 10.76
      • Published

      @stdlib/stats-base-dmeanpw

      Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.

      • v0.2.2
      • 10.76
      • Published

      @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.

      • v0.2.2
      • 10.71
      • Published

      @stdlib/blas-ext-base-dsnansumpw

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using pairwise summation with extended accumulation, and returning an extended precision result.

      • v0.2.2
      • 10.64
      • Published

      @stdlib/blas-ext-base-dnanasum

      Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.

      • v0.2.2
      • 10.59
      • Published

      @stdlib/blas-ext-base-dsnannsumors

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

      • v0.2.2
      • 10.50
      • Published

      @stdlib/blas-ext-base-dnannsumkbn2

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 10.50
      • Published

      @stdlib/blas-ext-base-gapxsumors

      Adds a constant to each strided array element and computes the sum using ordinary recursive summation.

      • v0.2.2
      • 10.39
      • Published

      @stdlib/blas-ext-base-gnansumors

      Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.

      • v0.2.2
      • 10.13
      • Published

      @stdlib/blas-ext-base-snansumkbn2

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 9.99
      • Published

      @stdlib/blas-ext-base-dnannsum

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.

      • v0.2.2
      • 9.71
      • Published

      @stdlib/blas-ext-base-snansumors

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

      • v0.2.2
      • 9.56
      • Published

      @stdlib/blas-ext-base-dnansumkbn

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 9.56
      • Published

      sigmafy

      Resolves mathematical sigma summations

      • v0.0.3
      • 9.32
      • Published

      @stdlib/blas-ext-base-dcusumors

      Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.

      • v0.2.2
      • 9.32
      • Published

      @stdlib/blas-ext-base-gnansumkbn

      Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 9.26
      • Published

      @stdlib/blas-ext-base-dapxsumkbn2

      Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 8.89
      • Published

      @stdlib/blas-ext-base-sdsnansum

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.

      • v0.2.2
      • 8.71
      • Published

      @stdlib/blas-ext-base-dsnansum

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.

      • v0.2.2
      • 8.60
      • Published

      @stdlib/blas-ext-base-scusumpw

      Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.

      • v0.2.2
      • 8.24
      • Published

      @stdlib/blas-ext-base-gnansumkbn2

      Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 7.87
      • Published

      @stdlib/blas-ext-base-dsnansumors

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

      • v0.2.2
      • 7.76
      • Published

      @stdlib/blas-ext-base-snansumkbn

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

      • v0.2.2
      • 7.72
      • Published

      @stdlib/stats-iter-cusumabs2

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

      • v0.2.2
      • 7.40
      • Published

      @stdlib/blas-ext-base-snansum

      Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.

      • v0.2.2
      • 7.40
      • Published

      @stdlib/blas-ext-base-sdssum

      Calculate the sum of single-precision floating-point strided array elements using extended accumulation.

      • v0.2.2
      • 6.80
      • Published

      @stdlib/blas-ext-base-dnansumkbn2

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.

      • v0.2.2
      • 6.53
      • Published

      @stdlib/stats-iter-cusumabs

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

      • v0.2.2
      • 6.53
      • Published

      @stdlib/blas-ext-base-dnansumors

      Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.

      • v0.2.2
      • 6.49
      • Published

      @santi100/summation-lib

      Santi's Small Summation Library: Easily use Σ in your JavaScript!

      • v0.0.2
      • 5.64
      • Published

      @stdlib/stats-iter-msumabs

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

      • v0.2.2
      • 4.12
      • Published

      @stdlib/stats-iter-msumabs2

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

      • v0.2.2
      • 2.52
      • Published