Search
compute-hmean
Computes the harmonic mean over an array of values.
v1.0.0 URL:
https://unpkg.com/compute-hmean@1.0.0/lib/index.js
Open
Browse Files
compute.io
compute
computation
statistics
stats
harmonic
mean
average
harmonic mean
compute-nanhmean
Computes the harmonic mean of an array of values ignoring any values which are not numeric.
v1.0.0 URL:
https://unpkg.com/compute-nanhmean@1.0.0/lib/index.js
Open
Browse Files
compute.io
compute
computation
mathematics
math
statistics
stats
harmonic
mean
average
harmonic mean
nan
@stdlib/stats-incr-hmean
Compute a harmonic mean incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-hmean@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
harmonic
mean
harmonic mean
central tendency
incremental
accumulator
@stdlib/stats-incr-mhmean
Compute a moving harmonic mean incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-mhmean@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
harmonic
mean
harmonic mean
central tendency
incremental
accumulator
moving mean
moving average
sliding window
sliding
window
moving
@stdlib/stats-iter-cuhmean
Create an iterator which iteratively computes a cumulative harmonic mean.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-iter-cuhmean@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
harmonic
mean
harmonic mean
central tendency
accumulate
cumulative mean
cumulative avg
cumulative
chmean
cumhmean
iterator
iterable
iterate