Mean (Average)

Definition: The mean is the average of a set of numbers. It's calculated by summing all the values and dividing by the number of values.

Formula:

Mean=i=1nxin\text{Mean} = \frac{\sum_{i=1}^{n} x_i}{n}

where xix_i represents each value in the dataset, and n is the number of values.

Example: Given the data: x=[2,4,6,8,10]x = [2, 4, 6, 8, 10]

Mean=2+4+6+8+105=305=6\text{Mean} = \frac{2 + 4 + 6 + 8 + 10}{5} = \frac{30}{5} = 6

Popular posts from this blog

Standard Deviation

Median

Range