# Shapiro-Wilk Test

**Use:** The Shapiro-Wilk test is a statistical test used to assess whether a given sample of data follows a **normal distribution.** It is particularly effective for relatively small sample sizes.

**Example:** Checking if the scores of a standardized test in a population follow a normal distribution.

<figure><img src="https://2063668468-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9RcwqzNNsjo496JLJ2Ob%2Fuploads%2FvXFagS9Ay1CppG2WK0bv%2Fimage.png?alt=media&#x26;token=ec6e2c7f-1321-4b0d-b2a3-85be5236ac91" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Column Requirement:** Continuous data.
{% endhint %}

**Steps:**

1. Select a column with continuous data.
2. Perform the Shapiro-Wilk test to check for normality.
3. Evaluate the test statistic and associated p-value.
4. A low p-value (<0.05) indicates deviation from normality.
5. Normality assumption is violated if the p-value is less than the chosen significance level.
