How can I perform a normality test in Google Sheets? 2

How can I perform a normality test in Google Sheets?

A normality test in Google Sheets is a statistical tool used to determine if a given data set follows a normal distribution. To perform this test, one can use the built-in function “NORM.S.DIST” or “NORM.DIST” in the spreadsheet program. These functions calculate the probability of a data point falling within a certain range based on the mean and standard deviation of the data set. By comparing the calculated probabilities to expected values, one can determine if the data set is normally distributed. This test is useful for analyzing the shape and pattern of data and can help in making informed decisions about statistical analysis.

Perform a Normality Test in Google Sheets


Many statistical tests make the assumption that the values in a dataset are .

One of the easiest ways to test this assumption is to perform a Jarque-Bera test, which is a goodness-of-fit test that determines whether or not sample data have skewness and kurtosis that matches a normal distribution.

This test uses the following hypotheses:

  • H0: The data is normally distributed.
  • HA: The data is not normally distributed.

The test statistic JB is defined as:

JB  =(n/6) * (S2 + (C2/4))

where:

  • n: the number of in the sample
  • S: the sample skewness
  • C: the sample kurtosis

Under the null hypothesis of normality, JB ~ X2(2).

If the that corresponds to the test statistic is less than some significance level (e.g. α = .05), then we can reject the null hypothesis and conclude that the data is not normally distributed.

This tutorial provides a step-by-step example of how to perform a Jarque-Bera test for a given dataset in Google Sheets.

Step 1: Enter the Data

First, let’s create a fake dataset with 15 values:

Step 2: Calculate the Test Statistic

Next, we will calculate the JB test statistic.

Column E shows the formulas used:

The test statistic turns out to be 1.0175.

Step 3: Calculate the P-Value

Under the null hypothesis of normality, the test statistic JB follows a Chi-Square distribution with 2 degrees of freedom.

So, to find the for the test we will use the following formula:

=CHISQ.DIST.RT(JB test statistic, 2)

The following screenshot shows how to use this formula in practice:

normality test in Google Sheets

The p-value of the test is 0.601244.

Recall that this Jarque-Bera normality test uses the following hypotheses:

  • H0: The data is normally distributed.
  • HA: The data is not normally distributed.

Since this p-value is not less than 0.05, we fail to reject the null hypothesis.

This means we don’t have sufficient evidence to say that the dataset is not normally distributed.

In other words, we can assume that the data is normally distributed.

Additional Resources

The following tutorials explain how to perform other common tasks in Google Sheets:

Cite this article

stats writer (2024). How can I perform a normality test in Google Sheets?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-can-i-perform-a-normality-test-in-google-sheets/

stats writer. "How can I perform a normality test in Google Sheets?." PSYCHOLOGICAL SCALES, 28 Jun. 2024, https://scales.arabpsychology.com/stats/how-can-i-perform-a-normality-test-in-google-sheets/.

stats writer. "How can I perform a normality test in Google Sheets?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-can-i-perform-a-normality-test-in-google-sheets/.

stats writer (2024) 'How can I perform a normality test in Google Sheets?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-can-i-perform-a-normality-test-in-google-sheets/.

[1] stats writer, "How can I perform a normality test in Google Sheets?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.

stats writer. How can I perform a normality test in Google Sheets?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Download Post (.PDF)
Slide Up
x
PDF
Scroll to Top