- #1
Vital
- 108
- 4
Hello.
Here is the formula that computes the sample skewness:
Sk = [ (n / [(n-1)(n-2)] ] x [ ∑ (Xi - X)3 / s3 ] ,
where n is the number of elements in the sample,
Xi is the specific i-th value of the sample, where i starts from 0 and ends at i=n,
X is the arithmetic mean, s - standard deviation
I have two questions about this formula:
1) It is said in the book that the term n/[(n − 1)(n − 2)] in the above equation corrects for a downward bias in small samples. What does it mean and how that correction happens? For example, if n = 5, then n/[(n − 1)(n − 2)] = 0.4167.
I see it as if by using this part of equation we are taking around only 42 percent of the second part of the formula [ ∑ (Xi - X)3 / s3 ]. How does that help to correct for downward bias?
2) Also in the book it is said that as n becomes large, the expression reduces to the mean cubed deviation: Sk ≈ [ (1 / n ] x [ SUM (Xi - X)3 / s3 ]
How does this happen mathematically? I don't see it. For example, n = 1000, then
1000 / ( 999 x 998) how does this turn into 1/n?
Thank you very much.
Here is the formula that computes the sample skewness:
Sk = [ (n / [(n-1)(n-2)] ] x [ ∑ (Xi - X)3 / s3 ] ,
where n is the number of elements in the sample,
Xi is the specific i-th value of the sample, where i starts from 0 and ends at i=n,
X is the arithmetic mean, s - standard deviation
I have two questions about this formula:
1) It is said in the book that the term n/[(n − 1)(n − 2)] in the above equation corrects for a downward bias in small samples. What does it mean and how that correction happens? For example, if n = 5, then n/[(n − 1)(n − 2)] = 0.4167.
I see it as if by using this part of equation we are taking around only 42 percent of the second part of the formula [ ∑ (Xi - X)3 / s3 ]. How does that help to correct for downward bias?
2) Also in the book it is said that as n becomes large, the expression reduces to the mean cubed deviation: Sk ≈ [ (1 / n ] x [ SUM (Xi - X)3 / s3 ]
How does this happen mathematically? I don't see it. For example, n = 1000, then
1000 / ( 999 x 998) how does this turn into 1/n?
Thank you very much.