Mean
Mean[ list ]
Mean[ list ] returns the mean of given values in the list.
| Example | in | out | reduced |
|---|---|---|---|
| The mean of the values 1, 2 and 3. | Mean[{1,2,3}] |
(1+2+3)/3 |
2 |
Mean[ list ] returns the mean of given values in the list.
| Example | in | out | reduced |
|---|---|---|---|
| The mean of the values 1, 2 and 3. | Mean[{1,2,3}] |
(1+2+3)/3 |
2 |