Anderson-Darling Test:
From: | To: |
The Anderson-Darling test is a statistical test used to determine whether a given sample of data comes from a specific probability distribution (in this case, the normal distribution). It's more sensitive to deviations in the tails of the distribution than similar tests like the Kolmogorov-Smirnov test.
The calculator uses the Anderson-Darling formula:
Where:
Explanation: The test compares the empirical distribution function of your data with the expected normal distribution. A larger A² value indicates greater deviation from normality.
Key values:
Tips: Enter your numerical data points separated by commas. At least 5 data points are recommended for reliable results. The test works best with sample sizes between 5 and 2000.
Q1: What's the difference between Anderson-Darling and Shapiro-Wilk?
A: Both test for normality. Shapiro-Wilk is more powerful for small samples (<50), while Anderson-Darling is better at detecting non-normality in the tails.
Q2: What sample size is needed?
A: Minimum 5 points, but at least 20-30 is recommended for reliable results. Very large samples may show significant deviations even for trivial departures from normality.
Q3: What if my data isn't normal?
A: Consider data transformations (log, square root) or non-parametric statistical methods.
Q4: Can I use this for non-normal distributions?
A: The test specifically checks for normality. Other goodness-of-fit tests exist for different distributions.
Q5: Why does the p-value sometimes show 0.0000?
A: This indicates extremely strong evidence against normality (p < 0.0001).