JSPM

Found 309 results for compute.io

compute-lcm

Computes the least common multiple (lcm).

  • v1.1.2
  • 83.37
  • Published

compute-gcd

Computes the greatest common divisor (gcd).

  • v1.2.1
  • 82.31
  • Published

compute-dot

Computes the dot product between two numeric arrays.

  • v1.1.0
  • 73.15
  • Published

compute-l2norm

Computes the L2 norm (Euclidean norm) of an array of values.

  • v1.1.0
  • 73.04
  • Published

compute-dims

Computes array dimensions.

  • v1.1.0
  • 59.69
  • Published

math-float64-exponent

Returns an integer corresponding to the unbiased exponent of a double-precision floating-point number.

  • v1.0.0
  • 55.07
  • Published

math-float64-get-high-word

Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 53.16
  • Published

dstructs-array-dtype

Returns an array data type corresponding to an array constructor name.

  • v1.0.2
  • 48.32
  • Published

compute-indexspace

Generates a linearly spaced index array from a subsequence string.

  • v1.0.1
  • 48.04
  • Published

compute-dtype

Determines the underlying data type of an input value.

  • v1.0.0
  • 47.94
  • Published

compute-array-dtype

Returns an array data type corresponding to an array constructor name.

  • v1.0.1
  • 47.42
  • Published

compute-quantile

Computes a quantile for a numeric array.

  • v1.0.1
  • 47.10
  • Published

compute-median

Computes the median of an array.

  • v2.0.0
  • 46.82
  • Published

dstructs-cast-arrays

Casts an array to an array of a different data type.

  • v1.0.3
  • 46.61
  • Published

math-abs

Computes an absolute value.

  • v1.0.2
  • 46.18
  • Published

math-exp

Natural exponential function.

  • v1.0.0
  • 43.57
  • Published

math-float64-from-words

Creates a double-precision floating-point number from a higher order word and a lower order word.

  • v1.0.0
  • 43.07
  • Published

math-float64-ldexp

Multiplies a double-precision floating-point number by an integer power of two.

  • v1.0.1
  • 43.03
  • Published

math-float64-to-words

Splits a floating-point number into a higher order word and a lower order word.

  • v1.0.0
  • 43.02
  • Published

math-float64-normalize

Returns a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.

  • v1.0.0
  • 42.66
  • Published

compute-qmean

Computes the quadratic mean (root mean square).

  • v2.0.0
  • 42.42
  • Published

math-sqrt

Computes the principal square root.

  • v1.0.1
  • 42.29
  • Published

compute-incrmmean

Provides a method to compute a moving arithmetic mean incrementally.

  • v1.0.2
  • 41.99
  • Published

math-float64-set-low-word

Sets the less significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 41.55
  • Published

math-float64-copysign

Returns a double-precision floating-point number with the magnitude of x and the sign of y.

  • v1.0.0
  • 41.54
  • Published

math-evalpoly

Evaluates a polynomial.

  • v1.1.0
  • 40.55
  • Published

math-erf

Error function.

  • v1.0.0
  • 39.53
  • Published

compute-argmax

Computes the maximum value of a numeric array and returns the corresponding array indices.

  • v1.0.0
  • 39.46
  • Published

compute-erf

Error function.

  • v3.0.3
  • 39.34
  • Published

compute-iqr

Computes the interquartile range for an array of values.

  • v1.1.0
  • 39.02
  • Published

math-power

Exponential function.

  • v1.0.0
  • 38.74
  • Published

math-ceil

Rounds a numeric value toward positive infinity.

  • v1.0.0
  • 38.64
  • Published

const-pi

Pi.

  • v1.0.3
  • 38.55
  • Published

compute-stdev

Computes the sample standard deviation over an array of values.

  • v1.0.0
  • 38.39
  • Published

compute-covariance

Computes the covariance between one or more numeric arrays.

  • v1.0.1
  • 37.18
  • Published

math-float64-frexp

Splits a double-precision floating-point number into a normalized fraction and an integer power of two.

  • v1.0.0
  • 36.76
  • Published

compute-gmean

Computes the geometric mean of an array.

  • v1.1.0
  • 36.41
  • Published

compute-erfcinv

Inverse complementary error function.

  • v3.0.1
  • 35.20
  • Published

math-floor

Rounds a numeric value toward negative infinity.

  • v1.0.1
  • 35.13
  • Published

math-ln

Natural logarithm.

  • v1.0.0
  • 34.98
  • Published

math-hypot

Computes the square root of a sum of squares.

  • v1.0.0
  • 34.50
  • Published

math-erfc

Complementary error function.

  • v1.0.0
  • 34.24
  • Published

math-float32-to-binary-string

Returns a string giving the literal bit representation of a single-precision floating-point number.

  • v1.0.0
  • 32.56
  • Published

compute-pcorr

Computes Pearson product-moment correlation coefficients between one or more numeric arrays.

  • v1.0.0
  • 32.30
  • Published

compute-kurtosis

Computes the sample excess kurtosis of an array of values.

  • v1.0.0
  • 30.63
  • Published

compute-erfc

Complementary error function.

  • v3.0.1
  • 29.40
  • Published

math-erfinv

Inverse error function.

  • v1.0.0
  • 29.00
  • Published

math-erfcinv

Inverse complementary error function.

  • v1.0.0
  • 28.95
  • Published

math-truncate

Rounds a numeric value toward zero.

  • v1.0.0
  • 28.33
  • Published

compute-hmean

Computes the harmonic mean over an array of values.

  • v1.0.0
  • 26.68
  • Published

compute-mean

Computes the arithmetic mean.

  • v3.0.0
  • 26.59
  • Published

compute-midmean

Computes the interquartile mean (midmean) of a numeric array.

  • v1.0.3
  • 26.17
  • Published

compute.io

Computation library.

  • v0.106.0
  • 26.13
  • Published

compute-skewness

Computes the sample skewness of an array of values.

  • v1.0.1
  • 25.98
  • Published

compute-mode

Computes the mode of an array.

  • v1.0.0
  • 25.96
  • Published

compute-hamming

Computes the Hamming distance between two sequences.

  • v1.1.0
  • 25.90
  • Published

compute-lmidmean

Computes the lower interquartile mean (lower midmean) of a numeric array.

  • v1.0.1
  • 25.64
  • Published

compute-truncmean

Computes the truncated mean of an array.

  • v1.0.1
  • 25.54
  • Published

compute-sum

Computes the sum.

  • v2.0.0
  • 25.42
  • Published

compute-subtract

Computes an element-wise subtraction.

  • v2.0.0
  • 25.39
  • Published

compute-mmean

Computes a moving arithmetic mean over an array.

  • v1.1.0
  • 25.36
  • Published

compute-divide

Computes an element-wise division.

  • v2.0.0
  • 25.33
  • Published

compute-trimean

Computes the trimean of a numeric array.

  • v1.0.0
  • 25.33
  • Published

compute-linspace

Generates a linearly spaced numeric array.

  • v1.0.0
  • 25.27
  • Published

compute-sqrt

Computes an element-wise principal square root.

  • v3.0.1
  • 25.23
  • Published

compute-logspace

Generates a logarithmically spaced numeric array.

  • v1.0.0
  • 25.10
  • Published

compute-incrdatespace

Generates an array of linearly spaced dates using a provided increment.

  • v1.0.0
  • 25.10
  • Published

compute-incrspace

Generates a linearly spaced numeric array using a provided increment.

  • v1.0.2
  • 25.10
  • Published

compute-lpnorm

Computes the Lp norm of an array of values.

  • v1.0.0
  • 25.09
  • Published

compute-leq

Computes an element-wise comparison (less than or equal to) of an array.

  • v1.1.0
  • 25.00
  • Published

compute-umidmean

Computes the upper interquartile mean (upper midmean) of a numeric array.

  • v1.0.1
  • 24.99
  • Published

compute-mprod

Computes a moving product over an array.

  • v1.0.0
  • 24.96
  • Published

compute-max

Computes the maximum value of a numeric array.

  • v1.0.1
  • 24.95
  • Published

compute-incrmean

Provides a method to compute an arithmetic mean incrementally.

  • v1.0.2
  • 24.95
  • Published

compute-add

Computes an element-wise addition.

  • v2.0.0
  • 24.90
  • Published

compute-diff

Computes the differences between adjacent elements in an array of values.

  • v1.0.0
  • 24.90
  • Published

compute-l1norm

Computes the L1 norm (Manhattan norm) of an array of values.

  • v1.0.0
  • 24.90
  • Published

compute-gt

Computes an element-wise comparison (greater than) of an array.

  • v1.1.0
  • 24.89
  • Published

compute-unique

Removes duplicate values from a numeric array.

  • v1.0.1
  • 24.86
  • Published

compute-geq

Computes an element-wise comparison (greater than or equal to) of an array.

  • v1.1.0
  • 24.80
  • Published

compute-midsummary

Computes a trimmed midrange of a numeric array

  • v1.0.3
  • 24.77
  • Published

compute-min

Computes the minimum value of an array.

  • v1.0.1
  • 24.77
  • Published

compute-shuffle

Shuffles array elements in place.

  • v1.0.0
  • 24.76
  • Published

compute-nangmean

Computes the geometric mean of an array of values ignoring any values which are not numeric.

  • v1.0.0
  • 24.74
  • Published

compute-incrmstdev

Provides a method to compute a moving sample standard deviation incrementally.

  • v1.0.1
  • 24.72
  • Published

compute-prod

Computes the product.

  • v2.0.3
  • 24.71
  • Published

compute-mmin

Computes a moving minimum over a numeric array.

  • v1.0.0
  • 24.67
  • Published

compute-isnan

Computes for each array element whether an element is NaN.

  • v1.0.0
  • 24.62
  • Published

compute-nanrange

Computes the arithmetic range of an array ignoring non-numeric values.

  • v1.0.0
  • 24.59
  • Published

compute-eq

Computes an element-wise comparison (equality) of an array.

  • v1.0.0
  • 24.59
  • Published

compute-multiply

Computes an element-wise multiplication of a numeric array.

  • v1.0.0
  • 24.56
  • Published

compute-msum

Computes a moving sum over an array.

  • v1.1.0
  • 24.54
  • Published

compute-nanquantiles

Computes quantiles for an array ignoring non-numeric values.

  • v1.0.0
  • 24.53
  • Published

compute-incrmsum

Provides a method to compute a moving sum incrementally.

  • v1.0.2
  • 24.46
  • Published

compute-isinf

Computes for each array element whether an element is infinite.

  • v1.0.0
  • 24.45
  • Published

compute-unzip

Unzips a zipped array (i.e., a nested array of tuples).

  • v1.0.1
  • 24.44
  • Published

compute-incrmin

Provides a method to compute a minimum value incrementally.

  • v1.0.1
  • 24.43
  • Published

compute-mvariance

Computes a moving sample variance over a numeric array.

  • v1.0.0
  • 24.43
  • Published

compute-range

Computes the arithmetic range of an array.

  • v1.1.0
  • 24.42
  • Published

compute-idr

Computes the interdecile range of an array of values.

  • v1.0.1
  • 24.42
  • Published

compute-wmean

Computes a weighted mean over an array of values.

  • v1.0.0
  • 24.41
  • Published

compute-incrmax

Provides a method to compute a maximum value incrementally.

  • v1.0.1
  • 24.40
  • Published

compute-argnanmax

Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.

  • v1.0.0
  • 24.38
  • Published

compute-nanstdev

Computes the sample standard deviation over an array of values ignoring any values which are not numeric.

  • v1.0.0
  • 24.36
  • Published

compute-midhinge

Computes the midhinge of a numeric array.

  • v1.0.1
  • 24.34
  • Published

compute-lt

Computes an element-wise comparison (less than) of an array.

  • v1.1.0
  • 24.34
  • Published

compute-linfnorm

Computes the infinity norm (Chebyshev/supremum norm) of an array of values.

  • v1.0.0
  • 24.32
  • Published

compute-mstdev

Computes a moving sample standard deviation over a numeric array.

  • v1.0.0
  • 24.29
  • Published

compute-mmax

Computes a moving maximum over a numeric array.

  • v1.0.0
  • 24.28
  • Published

compute-incrmvariance

Provides a method to compute a moving sample variance incrementally.

  • v1.0.2
  • 24.28
  • Published

compute-nanmean

Computes the arithmetic mean over an array of values ignoring any values which are not numeric.

  • v1.0.2
  • 24.28
  • Published

compute-argmin

Computes the minimum value of a numeric array and returns the corresponding array indices.

  • v1.0.1
  • 24.24
  • Published

compute-cprod

Computes the cumulative product of an array.

  • v2.0.0
  • 24.24
  • Published

compute-nanhmean

Computes the harmonic mean of an array of values ignoring any values which are not numeric.

  • v1.0.0
  • 24.24
  • Published

compute-nanmin

Computes the minimum value of an array ignoring non-numeric values.

  • v1.0.0
  • 24.22
  • Published

compute-nanvariance

Computes the sample variance over an array of values ignoring any values which are not numeric.

  • v1.0.0
  • 24.22
  • Published

compute-roundn

Round values to the nearest multiple of 10^n.

  • v1.0.3
  • 24.21
  • Published

compute-nanqmean

Computes the quadratic mean (root mean square) of an array of values ignoring any values which are not numeric.

  • v1.0.0
  • 24.19
  • Published

compute-neq

Computes an element-wise comparison (not equal) of an array.

  • v1.0.0
  • 24.19
  • Published

compute-cmax

Computes the cumulative maximum of a numeric array.

  • v1.0.0
  • 24.10
  • Published

compute-isnumeric

Computes for each array element whether an element is numeric.

  • v1.0.0
  • 24.10
  • Published

compute-isinteger

Computes for each array element whether an element is an integer.

  • v1.0.1
  • 24.08
  • Published

compute-hypot

Computes the hypotenuse of a right triangle.

  • v1.0.0
  • 24.08
  • Published

compute-argnanmin

Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.

  • v1.0.0
  • 24.07
  • Published

compute-abs

Computes an element-wise absolute value.

  • v3.0.0
  • 24.00
  • Published

compute-issorted

Returns a boolean indicating if an input array is sorted.

  • v1.0.0
  • 24.00
  • Published

compute-csum

Computes the cumulative sum of a numeric array.

  • v1.0.1
  • 24.00
  • Published

compute-midrange

Computes the mid-range of a numeric array.

  • v1.0.0
  • 24.00
  • Published

compute-zip

Generates array tuples from input arrays.

  • v1.1.2
  • 23.98
  • Published

compute-cmin

Computes the cumulative minimum of a numeric array.

  • v1.0.0
  • 23.97
  • Published

compute-incrsum

Provides a method to compute a sum incrementally.

  • v1.0.1
  • 23.91
  • Published

compute-nansum

Computes the sum of an array ignoring non-numeric values.

  • v1.1.0
  • 23.90
  • Published

compute-cross

Computes the cross product between two numeric arrays.

  • v1.0.0
  • 23.84
  • Published

compute-isfinite

Computes for each array element whether an element is a finite number.

  • v1.0.0
  • 23.83
  • Published

compute-datespace

Generates an array of linearly spaced dates.

  • v1.0.1
  • 23.83
  • Published

compute-find

Finds array elements which satisfy a test condition.

  • v1.0.0
  • 23.76
  • Published

compute-nanmax

Computes the maximum value of an array ignoring non-numeric values.

  • v1.0.0
  • 23.76
  • Published

compute-incrstdev

Provides a method to compute a sample standard deviation incrementally.

  • v1.0.0
  • 23.76
  • Published

compute-nanmedian

Computes the median of an array ignoring non-numeric values.

  • v1.0.1
  • 23.73
  • Published

compute-lcg

A linear congruential pseudorandom number generator (lcg).

  • v1.0.0
  • 23.72
  • Published

compute-incrvariance

Provides a method to compute a sample variance incrementally.

  • v1.0.0
  • 23.72
  • Published

math-cos

Computes the cosine of a number.

  • v1.0.0
  • 23.59
  • Published

compute-nanprod

Computes the product of an array ignoring any non-numeric values.

  • v1.0.0
  • 23.54
  • Published

compute-circshift

Shifts array elements (or string characters) circularly.

  • v1.0.0
  • 23.46
  • Published

math-sin

Computes the sine of a number.

  • v1.0.0
  • 23.21
  • Published

math-sinpi

Computes sin(Ď€x).

  • v1.0.1
  • 22.91
  • Published

math-gammaln

Natural logarithm of the gamma function.

  • v1.0.0
  • 22.41
  • Published

math-float64-nextafter

Returns the next representable double-precision floating-point number after x toward y.

  • v1.0.0
  • 21.78
  • Published

math-tan

Computes the tangent of a number.

  • v1.0.0
  • 21.55
  • Published

blas-idamax

Finds the first element equal to the maximum absolute value of x and returns the element index.

  • v1.0.0
  • 18.27
  • Published

math-round

Rounds a numeric value to the nearest integer.

  • v1.0.0
  • 18.04
  • Published

blas-dnrm2

Computes the L2 norm (Euclidean norm).

  • v1.0.0
  • 17.84
  • Published

math-gamma

Gamma function.

  • v1.0.2
  • 16.61
  • Published

const-log2e

Base 2 logarithm of Euler's number.

  • v1.0.0
  • 16.17
  • Published

math-float64-set-high-word

Sets the more significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 15.65
  • Published

blas-dcopy

Copies values from x into y.

  • v1.0.1
  • 15.65
  • Published

float64-to-float32

Converts a double-precision floating-point number to the nearest single-precision floating-point number.

  • v1.0.0
  • 15.50
  • Published

math-float64-get-low-word

Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.

  • v1.0.0
  • 15.43
  • Published

blas-dswap

Interchanges the elements of x and y.

  • v1.0.0
  • 15.33
  • Published

blas-ddot

Computes the dot product of x and y.

  • v1.0.0
  • 15.11
  • Published

blas-dscal

Scales elements of `x` by a constant `alpha`.

  • v1.0.0
  • 15.09
  • Published

blas-dasum

Computes the sum of absolute values (L1 norm).

  • v1.0.2
  • 14.93
  • Published

compute-to-matrix

Construct a matrix from an array of arrays.

  • v1.0.0
  • 14.91
  • Published

blas-daxpy

Multiplies x and a constant and adds the result to y.

  • v1.0.3
  • 14.67
  • Published

math-float64-bits

Returns a string giving the literal bit representation of a double-precision floating-point number.

  • v1.0.1
  • 14.07
  • Published

const-e

Euler's number.

  • v1.0.1
  • 14.07
  • Published

math-powm1

Computes bËŁ - 1.

  • v1.0.0
  • 13.80
  • Published

math-roundn

Rounds a numeric value to the nearest multiple of 10^n.

  • v1.0.0
  • 13.15
  • Published

const-ln2

Natural logarithm of 2.

  • v1.0.0
  • 13.15
  • Published

math-float32-nextafter

Returns the next representable single-precision floating-point number after x toward y.

  • v1.0.0
  • 13.09
  • Published

const-max-uint8

Maximum unsigned 8-bit integer.

  • v1.0.2
  • 12.75
  • Published

math-float32-from-bits

Creates a single-precision floating-point number from a literal bit representation.

  • v1.0.1
  • 12.72
  • Published

compute-intmax

Returns the maximum value of a specified integer type.

  • v1.0.0
  • 12.67
  • Published

const-log10e

Base 10 logarithm of Euler's number.

  • v1.0.0
  • 12.63
  • Published

math-uint32-to-binary-string

Returns a string giving the literal bit representation of an unsigned 32-bit integer.

  • v1.0.0
  • 12.59
  • Published

math-float64-signbit

Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).

  • v1.0.0
  • 12.26
  • Published

compute-intmin

Returns the minimum value of a specified integer type.

  • v1.0.0
  • 12.07
  • Published

const-apery

Apéry's constant.

  • v1.0.0
  • 11.82
  • Published

const-eps-float64

Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.

  • v1.0.0
  • 11.73
  • Published

const-max-float64

Maximum double-precision floating-point number.

  • v1.0.1
  • 11.61
  • Published

compute-cast-arrays

Casts an array to an array of a different data type.

  • v1.0.1
  • 11.25
  • Published

math-float32-to-word

Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.

  • v1.0.0
  • 11.09
  • Published

math-float32-significand

Returns an integer corresponding to the significand of a single-precision floating-point number.

  • v1.0.0
  • 11.02
  • Published

const-sqrt-phi

Square root of the golden ratio.

  • v1.0.2
  • 10.67
  • Published

math-binomcoef

Computes the binomial coefficient.

  • v0.0.0
  • 10.64
  • Published

math-float64-flipsign

Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.

  • v1.0.0
  • 10.64
  • Published