# Normality Test

Runs Normality Test, which checks if distribution of columns can be normal distribution.

## Input Data

Input data should contain following columns.

* Variables - Numeric column(s) to check if its distribution can be normal distribution.

## Analytics Properties

* Sample Data Size - Number of rows to sample before testing normality.
* Random Seed - Seed used to generate random numbers. Specify this value to always reproduce the same result.
* P Value Threshold - If P value is larger than this value, the variable (column) is considered to be distributed normally.

## How to Use This Feature

1. Click Analytics View tab.
2. If necessary, click "+" button on the left of existing Analytics tabs, to create a new Analytics.
3. Select "Normality Test" for Type.
4. Select Variables column.
5. Click Run button to run the analytics.
6. Select view type by clicking view type link to see each type of generated visualization.


---

# 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.exploratory.io/analytics/normality.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.
