JSPM

Found 309 results for compute.io

compute-trimean

Computes the trimean of a numeric array.

  • v1.0.0
  • 31.83
  • Published

compute-mmean

Computes a moving arithmetic mean over an array.

  • v1.1.0
  • 31.82
  • Published

compute-shuffle

Shuffles array elements in place.

  • v1.0.0
  • 31.81
  • Published

compute-divide

Computes an element-wise division.

  • v2.0.0
  • 31.81
  • Published

compute-leq

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

  • v1.1.0
  • 31.81
  • Published

compute-gt

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

  • v1.1.0
  • 31.81
  • Published

compute-diff

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

  • v1.0.0
  • 31.79
  • Published

compute-l1norm

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

  • v1.0.0
  • 31.79
  • Published

compute-mmin

Computes a moving minimum over a numeric array.

  • v1.0.0
  • 31.79
  • Published

compute-subtract

Computes an element-wise subtraction.

  • v2.0.0
  • 31.77
  • Published

compute-lpnorm

Computes the Lp norm of an array of values.

  • v1.0.0
  • 31.77
  • Published

compute-incrmin

Provides a method to compute a minimum value incrementally.

  • v1.0.1
  • 31.76
  • Published

compute-prod

Computes the product.

  • v2.0.3
  • 31.76
  • Published

compute-incrdatespace

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

  • v1.0.0
  • 31.75
  • Published

compute-isnan

Computes for each array element whether an element is NaN.

  • v1.0.0
  • 31.75
  • Published

compute-sqrt

Computes an element-wise principal square root.

  • v3.0.1
  • 31.74
  • Published

compute-min

Computes the minimum value of an array.

  • v1.0.1
  • 31.74
  • Published

compute-incrmean

Provides a method to compute an arithmetic mean incrementally.

  • v1.0.2
  • 31.74
  • Published

compute-nanquantiles

Computes quantiles for an array ignoring non-numeric values.

  • v1.0.0
  • 31.73
  • Published

compute-sum

Computes the sum.

  • v2.0.0
  • 31.73
  • Published

compute-wmean

Computes a weighted mean over an array of values.

  • v1.0.0
  • 31.72
  • Published

compute-argnanmax

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

  • v1.0.0
  • 31.71
  • Published

compute-nanrange

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

  • v1.0.0
  • 31.70
  • Published

compute-unzip

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

  • v1.0.1
  • 31.70
  • Published

compute-max

Computes the maximum value of a numeric array.

  • v1.0.1
  • 31.66
  • Published

compute-incrmstdev

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

  • v1.0.1
  • 31.65
  • Published

compute-incrmax

Provides a method to compute a maximum value incrementally.

  • v1.0.1
  • 31.65
  • Published

compute-eq

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

  • v1.0.0
  • 31.65
  • Published

compute-nanstdev

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

  • v1.0.0
  • 31.64
  • Published

compute-nangmean

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

  • v1.0.0
  • 31.64
  • Published

compute-umidmean

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

  • v1.0.1
  • 31.54
  • Published

compute-linspace

Generates a linearly spaced numeric array.

  • v1.0.0
  • 31.51
  • Published

compute-incrmsum

Provides a method to compute a moving sum incrementally.

  • v1.0.2
  • 31.49
  • Published

compute-geq

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

  • v1.1.0
  • 31.49
  • Published

compute-nanmean

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

  • v1.0.2
  • 31.41
  • Published

compute-mmax

Computes a moving maximum over a numeric array.

  • v1.0.0
  • 31.41
  • Published

compute-multiply

Computes an element-wise multiplication of a numeric array.

  • v1.0.0
  • 31.40
  • Published

compute-argmin

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

  • v1.0.1
  • 31.40
  • Published

compute-incrmvariance

Provides a method to compute a moving sample variance incrementally.

  • v1.0.2
  • 31.37
  • Published

compute-range

Computes the arithmetic range of an array.

  • v1.1.0
  • 31.36
  • Published

compute-isnumeric

Computes for each array element whether an element is numeric.

  • v1.0.0
  • 31.36
  • Published

const-pi

Pi.

  • v1.0.3
  • 31.20
  • Published

compute-midmean

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

  • v1.0.3
  • 31.02
  • Published

compute-mvariance

Computes a moving sample variance over a numeric array.

  • v1.0.0
  • 31.02
  • Published

compute-mstdev

Computes a moving sample standard deviation over a numeric array.

  • v1.0.0
  • 31.01
  • Published

compute-linfnorm

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

  • v1.0.0
  • 31.00
  • Published

compute-msum

Computes a moving sum over an array.

  • v1.1.0
  • 30.99
  • Published

compute-incrspace

Generates a linearly spaced numeric array using a provided increment.

  • v1.0.2
  • 30.97
  • Published

compute-nanmin

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

  • v1.0.0
  • 30.95
  • Published

compute-cmax

Computes the cumulative maximum of a numeric array.

  • v1.0.0
  • 30.95
  • Published

compute-idr

Computes the interdecile range of an array of values.

  • v1.0.1
  • 30.94
  • Published

compute-isinf

Computes for each array element whether an element is infinite.

  • v1.0.0
  • 30.93
  • Published

compute-nanmax

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

  • v1.0.0
  • 30.92
  • Published

compute-neq

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

  • v1.0.0
  • 30.92
  • Published

compute-argnanmin

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

  • v1.0.0
  • 30.92
  • Published

compute-zip

Generates array tuples from input arrays.

  • v1.1.2
  • 30.91
  • Published

compute-nanvariance

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

  • v1.0.0
  • 30.91
  • Published

compute-hypot

Computes the hypotenuse of a right triangle.

  • v1.0.0
  • 30.90
  • 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
  • 30.89
  • Published

compute-incrsum

Provides a method to compute a sum incrementally.

  • v1.0.1
  • 30.88
  • Published

compute-unique

Removes duplicate values from a numeric array.

  • v1.0.1
  • 30.88
  • Published

compute-find

Finds array elements which satisfy a test condition.

  • v1.0.0
  • 30.88
  • Published

compute-isinteger

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

  • v1.0.1
  • 30.88
  • Published

compute-nanmedian

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

  • v1.0.1
  • 30.87
  • Published

compute-cross

Computes the cross product between two numeric arrays.

  • v1.0.0
  • 30.87
  • Published

compute-circshift

Shifts array elements (or string characters) circularly.

  • v1.0.0
  • 30.87
  • Published

compute-nanhmean

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

  • v1.0.0
  • 30.75
  • Published

compute-midhinge

Computes the midhinge of a numeric array.

  • v1.0.1
  • 30.74
  • Published

compute-abs

Computes an element-wise absolute value.

  • v3.0.0
  • 30.72
  • Published

compute-midsummary

Computes a trimmed midrange of a numeric array

  • v1.0.3
  • 30.71
  • Published

compute-lt

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

  • v1.1.0
  • 30.71
  • Published

compute-cprod

Computes the cumulative product of an array.

  • v2.0.0
  • 30.66
  • Published

compute-csum

Computes the cumulative sum of a numeric array.

  • v1.0.1
  • 30.65
  • Published

compute-roundn

Round values to the nearest multiple of 10^n.

  • v1.0.3
  • 30.65
  • Published

compute-midrange

Computes the mid-range of a numeric array.

  • v1.0.0
  • 30.64
  • Published

compute-nanprod

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

  • v1.0.0
  • 30.64
  • Published

compute-cmin

Computes the cumulative minimum of a numeric array.

  • v1.0.0
  • 30.62
  • Published

compute-isfinite

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

  • v1.0.0
  • 30.62
  • Published

compute-nansum

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

  • v1.1.0
  • 30.62
  • Published

compute-issorted

Returns a boolean indicating if an input array is sorted.

  • v1.0.0
  • 30.61
  • Published

compute-incrstdev

Provides a method to compute a sample standard deviation incrementally.

  • v1.0.0
  • 30.59
  • Published

compute-incrvariance

Provides a method to compute a sample variance incrementally.

  • v1.0.0
  • 30.59
  • Published

compute-datespace

Generates an array of linearly spaced dates.

  • v1.0.1
  • 30.59
  • Published

math-erfcinv

Inverse complementary error function.

  • v1.0.0
  • 27.24
  • Published

math-sinpi

Computes sin(Ï€x).

  • v1.0.1
  • 26.38
  • Published

math-sin

Computes the sine of a number.

  • v1.0.0
  • 25.55
  • Published

math-cos

Computes the cosine of a number.

  • v1.0.0
  • 25.50
  • Published

math-erfinv

Inverse error function.

  • v1.0.0
  • 25.26
  • Published

math-gammaln

Natural logarithm of the gamma function.

  • v1.0.0
  • 25.23
  • Published

compute-lcg

A linear congruential pseudorandom number generator (lcg).

  • v1.0.0
  • 24.10
  • Published

math-tan

Computes the tangent of a number.

  • v1.0.0
  • 21.73
  • Published

math-float64-nextafter

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

  • v1.0.0
  • 21.12
  • Published

math-round

Rounds a numeric value to the nearest integer.

  • v1.0.0
  • 15.18
  • Published

float64-to-float32

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

  • v1.0.0
  • 13.55
  • Published

math-float32-from-bits

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

  • v1.0.1
  • 13.11
  • Published

blas-dnrm2

Computes the L2 norm (Euclidean norm).

  • v1.0.0
  • 12.82
  • Published

math-float64-bits

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

  • v1.0.1
  • 12.17
  • Published

compute-betaln

Evaluates the natural logarithm of the beta function.

  • v0.0.0
  • 12.17
  • Published

math-float64-to-binary-string

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

  • v1.0.1
  • 12.17
  • Published

compute-fliplr

Flips a matrix horizontally.

  • v1.0.0
  • 12.16
  • Published

math-powm1

Computes bˣ - 1.

  • v1.0.0
  • 11.47
  • Published

math-float32-significand

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

  • v1.0.0
  • 11.46
  • Published

math-float64-from-bits

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

  • v1.0.0
  • 11.08
  • Published

const-e

Euler's number.

  • v1.0.1
  • 11.05
  • Published

math-signum

Signum function.

  • v1.0.0
  • 11.05
  • Published

math-float32-nextafter

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

  • v1.0.0
  • 11.05
  • Published

const-phi

Golden ratio.

  • v1.0.2
  • 10.95
  • Published

compute-nans

Creates a NaN-filled matrix or array.

  • v1.0.0
  • 10.65
  • Published

const-apery

Apéry's constant.

  • v1.0.0
  • 10.63
  • Published

math-roundn

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

  • v1.0.0
  • 9.83
  • Published

const-log2e

Base 2 logarithm of Euler's number.

  • v1.0.0
  • 9.71
  • Published

compute-rot90

Rotates a matrix by 90 degrees.

  • v1.0.0
  • 9.68
  • Published

blas-dcopy

Copies values from x into y.

  • v1.0.1
  • 9.59
  • Published

const-ln2

Natural logarithm of 2.

  • v1.0.0
  • 9.46
  • Published

blas-dscal

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

  • v1.0.0
  • 9.14
  • Published

compute-cast-arrays

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

  • v1.0.1
  • 8.46
  • Published

compute-ones

Creates a ones-filled matrix or array.

  • v1.0.1
  • 8.35
  • Published

compute-to-array

Construct an array of arrays from a matrix.

  • v1.0.1
  • 8.35
  • Published

math-float32-bits

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

  • v1.0.0
  • 8.35
  • Published

compute-intmax

Returns the maximum value of a specified integer type.

  • v1.0.0
  • 8.33
  • 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
  • 8.33
  • Published

const-sqrt-phi

Square root of the golden ratio.

  • v1.0.2
  • 8.25
  • Published

blas-daxpy

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

  • v1.0.3
  • 8.25
  • Published

blas-idamax

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

  • v1.0.0
  • 7.88
  • Published

const-ln10

Natural logarithm of 10.

  • v1.0.0
  • 7.88
  • Published

blas-dasum

Computes the sum of absolute values (L1 norm).

  • v1.0.2
  • 7.80
  • Published

const-max-float64

Maximum double-precision floating-point number.

  • v1.0.1
  • 7.80
  • Published

compute-filled

Creates a filled matrix or array.

  • v1.0.1
  • 7.13
  • Published

math-uint8-bits

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

  • v1.0.0
  • 7.13
  • Published

compute-intmin

Returns the minimum value of a specified integer type.

  • v1.0.0
  • 7.12
  • Published

blas-ddot

Computes the dot product of x and y.

  • v1.0.0
  • 7.05
  • Published

const-max-int8

Maximum signed 8-bit integer.

  • v1.0.2
  • 7.05
  • Published

stdmath

Standard Math library.

  • v0.0.4
  • 6.94
  • Published

compute-to-matrix

Construct a matrix from an array of arrays.

  • v1.0.0
  • 6.94
  • Published

const-precision-float64

Effective number of bits in the significand of a double-precision floating-point number.

  • v1.0.1
  • 6.87
  • Published

dstructs

Data structures.

  • v0.0.1
  • 6.87
  • Published

const-max-float32

Maximum single-precision floating-point number.

  • v1.0.2
  • 6.87
  • Published

compute-zeros

Creates a zero-filled matrix or array.

  • v1.0.0
  • 6.24
  • Published

math-uint16-to-binary-string

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

  • v1.0.1
  • 6.24
  • 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
  • 6.24
  • Published

dstructs-to-array

Construct an array of arrays from a matrix.

  • v1.0.2
  • 6.24
  • 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
  • 6.08
  • Published

const-eps-float16

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

  • v1.0.0
  • 5.22
  • Published

math-betaln

Natural logarithm of the beta function.

  • v0.0.0
  • 5.22
  • 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
  • 5.21
  • Published

math-float32-frexp

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

  • v1.0.0
  • 5.20
  • Published

math-cospi

Computes cos(Ï€x).

  • v1.0.0
  • 5.20
  • Published

math-float64-set-high-word

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

  • v1.0.0
  • 5.16
  • 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
  • 5.16
  • Published

math-uint16-bits

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

  • v1.0.0
  • 5.16
  • Published

blas-dswap

Interchanges the elements of x and y.

  • v1.0.0
  • 5.08
  • Published

const-precision-float16

Effective number of bits in the significand of a half-precision floating-point number.

  • v1.0.0
  • 5.08
  • Published

math-uint32-to-binary-string

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

  • v1.0.0
  • 5.08
  • Published

const-min-int8

Minimum signed 8-bit integer.

  • v1.0.2
  • 5.07
  • Published

const-precision-float32

Effective number of bits in the significand of a single-precision floating-point number.

  • v1.0.0
  • 3.95
  • Published

compute-inf

Creates an infinity-filled matrix or array.

  • v1.0.0
  • 3.95
  • Published

math-float32-exponent

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

  • v1.0.0
  • 3.94
  • Published

math-float32-from-word

Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

  • v1.0.0
  • 3.94
  • Published

math-float32-signbit

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

  • v1.0.1
  • 3.90
  • Published

const-eps-float32

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

  • v1.0.0
  • 3.84
  • Published

const-log10e

Base 10 logarithm of Euler's number.

  • v1.0.0
  • 3.80
  • Published

math-gamma

Gamma function.

  • v1.0.2
  • 2.30
  • Published

math-binomcoef

Computes the binomial coefficient.

  • v0.0.0
  • 2.30
  • Published

math-float32-normalize

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

  • v1.0.1
  • 2.25
  • Published

math-beta

Beta function.

  • v0.0.0
  • 2.25
  • Published

math-float64-epsilon-difference

Computes the relative difference of two real numbers in units of double-precision floating-point epsilon.

  • v1.0.0
  • 2.25
  • Published