11.1 C
London
Sunday, July 7, 2024
HomeStatistics TutorialStatologyInverse Normal Distribution: Definition & Example

Inverse Normal Distribution: Definition & Example

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

The term inverse normal distribution refers to the method of using a known probability to find the corresponding z-critical value in a normal distribution.

This is not to be confused with the Inverse Gaussian distribution, which is a continuous probability distribution.

This tutorial provides several examples of how to use the inverse normal distribution in different statistical softwares.

Inverse Normal Distribution on a TI-83 or TI-84 Calculator

You’re most likely to encounter the term “inverse normal distribution” on a TI-83 or TI-84 calculator, which uses the following function to find the z-critical value that corresponds to a certain probability:

invNorm(probability, μ, σ)

where:

  • probability: the significance level
  • μ: population mean
  • σ: population standard deviation

You can access this function on a TI-84 calculator by pressing 2nd and then pressing vars. This will take you to a DISTR screen where you can then use invNorm():

invNorm function on a TI-84 calculator

For example, we can use this function to find the z-critical value that corresponds to a probability value of 0.05:

Z critical value for left-tailed test on a TI-84 calculator

The z-critical value that corresponds to a probability value of 0.05 is -1.64485.

Related: How to Use invNorm on a TI-84 Calculator (With Examples)

Inverse Normal Distribution in Excel

To find the z-critical value associated with a certain probability value in Excel, we can use the INVNORM() function, which uses the following syntax:

INVNORM(p, mean, sd)

where:

  • p: the significance level
  • mean: population mean
  • sd: population standard deviation

For example, we can use this function to find the z-critical value that corresponds to a probability value of 0.05:

The z-critical value that corresponds to a probability value of 0.05 is -1.64485.

Inverse Normal Distribution in R

To find the z-critical value associated with a certain probability value in R, we can use the qnorm() function, which uses the following syntax:

qnorm(p, mean, sd)

where:

  • p: the significance level
  • mean: population mean
  • sd: population standard deviation

For example, we can use this function to find the z-critical value that corresponds to a probability value of 0.05:

qnorm(p=.05, mean=0, sd=1)

[1] -1.644854

Once again, the z-critical value that corresponds to a probability value of 0.05 is -1.64485.

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories