compute-io
@compute-io
13
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
13 Skillsacross 2 categoriescompute-cosine-distance
planeshifter
Calculate the cosine distance between arrays
compute-cosine-similarity
planeshifter
Computes the cosine similarity between two arrays.
compute-dot
kgryte
Computes the dot product between two numeric arrays.
compute-dtype
kgryte
Determines the underlying data type of an input value.
compute-gcd
planeshifter
Computes the greatest common divisor (gcd).
compute-incrmmean
kgryte
Provides a method to compute a moving arithmetic mean incrementally.
compute-incrmstdev
kgryte
Provides a method to compute a moving sample standard deviation incrementally.
compute-incrmvariance
kgryte
Provides a method to compute a moving sample variance incrementally.
compute-l2norm
kgryte
Computes the L2 norm (Euclidean norm) of an array of values.
compute-lcm
planeshifter
Computes the least common multiple (lcm).
compute-mmean
rebekahj
Computes a moving arithmetic mean over an array.
compute-mmin
kgryte
Computes a moving minimum over a numeric array.
compute-mstdev
kgryte
Computes a moving sample standard deviation over a numeric array.