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∑xiExample:
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−μ)2Example (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:
σ=σ2Example:
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.
フィードバックありがとうございます!
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください