I've come across two different forms of a skewness-adjusted t-statistic, which was developed originally by Johnson (1978): $$ J = t + \frac{gt^2}{3n} + \frac{g}{6n} $$
and $$ J = t + \frac{gt^2}{3\sqrt{n}} + \frac{g}{6\sqrt{n}}, $$
where $t$ is the conventional t-statistic, $n$ is the number of observations, and $g$ is the skewness estimate. The null hypothesis is zero mean.
Could you advise me what's difference between the two forms?
Many thanks, Dave
$$g = \frac{\sum_{i=1}^n (x_i-\overline{x})^3}{n\sigma(x)^3}$$
As far as I can understand Johnson's statistic given in his equation (2.5) is equivalent to the second form I have written. So $g$ corresponds to $\mu_3$ in his equation, and $\mu=0$.
– Dave Oct 30 '12 at 18:36