In the name of God
- Mean =
$\frac{\sum x_i}{n}$ - Used for symmetric data without extreme outliers, as it utilizes all data points for a more precise, mathematical average - Median - Sort numbers in order and select middle.
- Standart deviation - measures data dispersion around the mean, calculated as the square root of variance.
When you have all data.
Where:
| Symbol | Meaning |
|---|---|
| (N) | population size |
| (x_i) | each value |
| ( |
population mean |
| ( |
population standard deviation |
When data is only a sample.
Where:
| Symbol | Meaning |
|---|---|
| (n) | sample size |
| ( |
each sample value |
| ( |
sample mean |
| (s) | sample standard deviation |