Search
@stdlib/stats-base-mean
Calculate the arithmetic mean of a strided array.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-base-mean@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
mean
arithmetic mean
central tendency
strided
strided array
array
smath
Small math function library
v1.8.6 URL:
https://unpkg.com/smath@1.8.6/dist/index.js
Open
Browse Files
small
math
function
library
simple
number
avg
average
mean
calculus
statistics
numeric
numerical
analysis
random
distribution
population
normal
normalize
interpolate
interpolation
extrapolate
extrapolation
linspace
logspace
@stdlib/stats-base-meanpn
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-base-meanpn@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
mean
arithmetic mean
central tendency
strided
strided array
array
@stdlib/stats-incr-mean
Compute an arithmetic mean incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-mean@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
mean
arithmetic mean
central tendency
incremental
accumulator
@stdlib/stats-incr-mmean
Compute a moving arithmetic mean incrementally.
v0.2.2 URL:
https://unpkg.com/@stdlib/stats-incr-mmean@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
statistics
stats
mathematics
math
average
avg
mean
arithmetic mean
central tendency
incremental
accumulator
moving mean
moving average
sliding window
sliding
window
moving