I'm trying to calculate the upper percentage points for the 0.99 percentile for samples drawn from a normal distribution, with a sample size of 500. How can I calculate the expected values for skewness, kurtosis, studentized range, which would be expected for a drawing of 500 values?
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
You can always simulate this kind of thing first, e.g. in R
and find the quantiles
and while it is clear that you can probably only treat the first couple of decimal places as useful, it also shows that skewness of 0.60 would be extremely high. It also suggests that the "skewness 0.129" you quote is rather low for the 99th percentile; I make it nearer 0.35 or 0.36 for a sample of 250 and about 0.26 for a sample of 500. |
|||
|
|