Skip to content

Xbar xbar

The xbar is a statistical symbol that represents the mean of a sample. It is calculated by adding up all the values in the sample and dividing by the number of values in the sample.

> (xbar [1 2 3 4 5])
3
> (xbar [1 2 3 4 5 6 7 8 9 10])
5.5