calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Statistics
mean
mean
mean(a, b, c, ...)
mean(A)
mean(A, dimension)
Try it yourself:
$1
mean(2, 3, 4, 1)
$2
mean([2, 3, 4, 1])
$3
mean([2, 5; 4, 3])
$4
mean([2, 5; 4, 3], 1)
$5
mean([2, 5; 4, 3], 2)
$6
mean([1.0, 2.7, 3.2, 4.0])
See also:
max
median
min
prod
std
sum
variance
All functions