The central limit theorem in its most popular form states that (without being too formal) for a set of random variables $X_1,X_2,...,X_n$ independent and identically distributed with mean $\mu$ and standard deviation $\sigma$ we have that $\sqrt{n}(\bar{X}-\mu)$ converges in probability to a normal distribution with mean $0$ and standard deviation $\sigma$.
Then there are other kind of central limit theorem that apply under certain conditions to sequence of independent random variables with different means and standard deviations (Lindenberg).
What I can often read is that for statistical tests that relies on the fact that data are normally distributed, we do not have to care too much about the normality because thanks to the central limit theorem the results will remain valid. This is for example explained on Wikipedia for the one-sided Student's t-test if we utilize the law of large number additionally.
If I remember well, it is also the case for ANOVA.
Question Does it exist any documentations, website or papers about some statistical tests that suppose that data are normally distributed but works well when the sample size of observations is big ?
I know it works for t-test and now I also know it is possible for Wald test thanks to B.Liu. I hope to gather some resources with this topic about this subject.
– lulufofo Jul 26 '23 at 11:42