|
|
|
|
|
|
|
|
|
|
Solution
|
Solution provided by AtoZmath.com
|
|
|
|
Population Skewness, Kurtosis for ungrouped data calculator
|
1. 85,96,76,108,85,80,100,85,70,95
2. 3,13,11,11,5,4,2
3. 3,23,13,11,15,3,5,4,2
4. 69,66,67,69,64,63,65,68,72
5. 4,14,12,16,6,3,1,2,3
6. 73,70,71,73,68,67,69,72,76,71
7. 10,50,30,20,10,20,70,30
|
Example1. Calculate Population Skewness, Population Kurtosis from the following data `85,96,76,108,85,80,100,85,70,95`Solution:Skewness,Kurtosis :Mean `bar x=(sum x)/n` `=(85+96+76+108+85+80+100+85+70+95)/10` `=880/10` `=88` | `x` | `(x - bar x)` `=(x-88)` | `(x - bar x)^2` `=(x-88)^2` | `(x - bar x)^3` `=(x-88)^3` | `(x - bar x)^4` `=(x-88)^4` | | 85 | -3 | 9 | -27 | 81 | | 96 | 8 | 64 | 512 | 4096 | | 76 | -12 | 144 | -1728 | 20736 | | 108 | 20 | 400 | 8000 | 160000 | | 85 | -3 | 9 | -27 | 81 | | 80 | -8 | 64 | -512 | 4096 | | 100 | 12 | 144 | 1728 | 20736 | | 85 | -3 | 9 | -27 | 81 | | 70 | -18 | 324 | -5832 | 104976 | | 95 | 7 | 49 | 343 | 2401 | | --- | --- | --- | --- | --- | | `880` | `0` | `1216` | `2430` | `317284` |
Population Standard deviation `sigma = sqrt((sum (x - bar x)^2)/n)` `=sqrt(1216/10)` `=sqrt(121.6)` `=11.0272`
Population Skewness `= (sum (x - bar x)^3)/(n*S^3)` `=2430/(10*(11.0272)^3)` `=2430/(10*1340.9123)` `=0.1812`
Population Kurtosis `= (sum (x - bar x)^4)/(n*S^4)` `=317284/(10*(11.0272)^4)` `=317284/(10*14786.56)` `=2.1458`
|
|
|
|
|
|
|
|