(ggplot(data = pois_sims, aes(x = Ybar))+geom_step(aes(y = FU, col ='Analytic Normal CDF'))+geom_step(aes(y = Fhat, col ='empirical CDF'))+facet_wrap(~n, labeller = label_both)+labs(col ='',x =expression(bar(Y)),y ='CDF')+theme_classic() )
Summary of Results
Overall, it appears that normality kicks in the “fastest” for the UNIF distribution, as obvious “normality” patterns begins to occur around n = 20. In general, Ybar appears “normal” around n=40 regardless of the distribution of the parent population.