I am considering this test for univariate normality which I believe, but not sure, may be just like the Q-Q test.
The procedure is like this:
- We compute sample mean, standard error (S.E)
- Then compute percent of sample values within $ \pm 1,2,3 $ S.E's from the sample mean.
- We then compute a chi-squared goodness of fit between expected ( using 68-95-99 % rule ) and actual.
Is this a known test? If not, how could I find out how this statistic is distributed? This is not too deep, so I don't expect it to be something new, but I am curious as to how to figure out the distribution of this statistic.
Maybe his is something really simple, in which case maybe I can delete the question. My apologies if this is so.