Interested in knowing how to Interpret the result of the Anderson darling test in python.
It seems as though the AD stat has to be lower then the critical value at its associated significance level though I am not sure how to properly determine this from the return on the function.
this is the result of the function
AndersonResult(statistic=1.383562257554786,
critical_values=array([0.574, 0.654, 0.785, 0.916, 1.089]),
significance_level=array([15. , 10. , 5. , 2.5, 1. ]))