diff --git a/0020 Shapiro-Wilk test for Normality.ipynb b/0020 Shapiro-Wilk test for Normality.ipynb index 4118364..24e3784 100644 --- a/0020 Shapiro-Wilk test for Normality.ipynb +++ b/0020 Shapiro-Wilk test for Normality.ipynb @@ -143,7 +143,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Since this p value is much larger than the significance level, we reject the null hypothesis that this sample comes from a normal distribution." + "Since this p value is much smaller than the significance level, we reject the null hypothesis that this sample comes from a normal distribution." ] }, { @@ -252,7 +252,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Since this p value is much larger than the significance level, we retain the null hypothesis that this sample comes from a normal distribution." + "Since this p value is much larger than the significance level, we fail to reject the null hypothesis that this sample comes from a normal distribution." ] } ]