I typically do a JB (Jarque Bera) test and DW (Durbin Watson) tests for check for normality given skewness, kurtosis and autocorrelation of the data. However this requires a CHI distribution table lookup and some calculation. I was wondering if there is a simple less accurate test that I can do on the data to check if it is normal or not?
Secondly How do I numerically test for I.I.D ?

