Understanding Central Tendency & Spread
Mean (Average)
The mean is the sum of all values divided by the number of values. It represents the "central" or "typical" value in your dataset.
Formula:
Mean=nβxiββExample:
If your website had 100, 120, and 110 visitors over three days:
Interpretation:
On average, the site received 110 visitors per day.
Variance
Variance measures how far each number in the set is from the mean. It gives a sense of how "spread out" the data is.
Formula:
Ο2=nβ(xiββΞΌ)2βExample (using the previous data):
- Mean = 110;
- (100β110)2=100;
- (120β110)2=100;
- (110β110)2=0.
Sum = 200
Variance=3200ββ66.67Interpretation:
The average squared distance from the mean is about 66.67.
Standard Deviation
Standard deviation is the square root of the variance. It brings the spread back to the original units of the data.
Formula:
Ο=Ο2βExample:
If variance is 66.67:
Interpretation:
On average, each day's visitor count is about 8.16 away from the mean.
Real-World Problem: Website Traffic Analysis
Problem:
A data scientist records the number of website visitors over 5 days:
Step 1 β Mean:
5120+150+130+170+140β=142Step 2 β Variance:
- (120β142)2=484;
- (150β142)2=64;
- (130β142)2=144;
- (170β142)2=784;
- (140β142)2=4.
Step 3 β Standard Deviation:
Ο=296ββ17.2Conclusion:
- Mean = 142 visitors per day;
- Variance = 296;
- Standard Deviation = 17.2.
The website traffic varies by about 17.2 visitors from the average day.
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Can you explain why variance is important in data analysis?
How do I interpret standard deviation in real-world scenarios?
Can you provide more examples of calculating mean, variance, and standard deviation?
Awesome!
Completion rate improved to 1.96
Understanding Central Tendency & Spread
Swipe to show menu
Mean (Average)
The mean is the sum of all values divided by the number of values. It represents the "central" or "typical" value in your dataset.
Formula:
Mean=nβxiββExample:
If your website had 100, 120, and 110 visitors over three days:
Interpretation:
On average, the site received 110 visitors per day.
Variance
Variance measures how far each number in the set is from the mean. It gives a sense of how "spread out" the data is.
Formula:
Ο2=nβ(xiββΞΌ)2βExample (using the previous data):
- Mean = 110;
- (100β110)2=100;
- (120β110)2=100;
- (110β110)2=0.
Sum = 200
Variance=3200ββ66.67Interpretation:
The average squared distance from the mean is about 66.67.
Standard Deviation
Standard deviation is the square root of the variance. It brings the spread back to the original units of the data.
Formula:
Ο=Ο2βExample:
If variance is 66.67:
Interpretation:
On average, each day's visitor count is about 8.16 away from the mean.
Real-World Problem: Website Traffic Analysis
Problem:
A data scientist records the number of website visitors over 5 days:
Step 1 β Mean:
5120+150+130+170+140β=142Step 2 β Variance:
- (120β142)2=484;
- (150β142)2=64;
- (130β142)2=144;
- (170β142)2=784;
- (140β142)2=4.
Step 3 β Standard Deviation:
Ο=296ββ17.2Conclusion:
- Mean = 142 visitors per day;
- Variance = 296;
- Standard Deviation = 17.2.
The website traffic varies by about 17.2 visitors from the average day.
Thanks for your feedback!