Description Usage Arguments Details Value Examples
Calculate the standard error of q sample quantile using exact variance formula of skewness
1 |
x |
the quantiles of skewness coefficient |
q |
quantiles |
n |
number of samples |
The variance of q sample quantile of skewness is Var(hat(x[q]))=frac(q(1-q),nf^2*(x)) where f is the density of the sampled distribution. Using the normal approximation for the density, the skewness is asymptotically normal with mean 0 and variance frac(6(n-2),(n+1)(n+3))
the standard error of q sample quantile of skewness coefficient
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.