# 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="/files/KsLeieeJIdKo9jyIKqSx" 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.predicteasy.com/statistical-test/shapiro-wilk-test.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
