This PR adds new general features for the Anderson-Darling and Shapiro-Wilk test statistics. The new code uses the anderson and shapiro functions from scipy.stats to compute these features, which have been found to be useful for machine learning algorithms in ZTF SCoPe.
This PR adds new general features for the Anderson-Darling and Shapiro-Wilk test statistics. The new code uses the
anderson
andshapiro
functions fromscipy.stats
to compute these features, which have been found to be useful for machine learning algorithms in ZTF SCoPe.