NORMINV function - The function returns the inverse of the cumulative distribution in Excel

The following article details how to use the NORMINV function - The function returns the inverse of the cumulative distribution in excel.

The following article details how to use the NORMINV function - The function returns the inverse of the cumulative distribution in excel.

Description: The function returns the inverse of the cumulative distribution with the standard deviation and a defined mean. The NORMINV function uses the iterative search technique, if the search after 100 times has not converged => the function returns the value # N / A.

Syntax: NORMINV (probability, mean, standard_dev) .

Inside:

- probability: Probability corresponding to the normal distribution, is a required parameter.

- mean: The average value of the distribution, is a required parameter.

- standard_dev: The standard deviation of the distribution, is a required parameter.

Attention:

- The parameters in the NORMINV function must be numeric, otherwise the #VALUE!

- Probability value is in the range: 0 < probability <1, otherwise the function returns the #NUM! Error value.

- Required value standard_dev> 0, otherwise the error message #NUM!

- Where mean = 0 and standard_dev = 1 => the distribution becomes the normalized distribution and the NORMINV value of the distribution = NORMSINV value of the distribution.

For example:

Calculate the inverse value of the standard cumulative distribution with the following parameters:

NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 1NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 1

In the cell to calculate the value enter the following formula: = NORMINV (C14, C15, C16) .

NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 2NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 2

Press Enter to get the result:

NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 3NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 3

In case the NORMINV function has mean = 0 and standard_dev = 1 => the NORMINV function value is:

NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 4NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 4

This value is exactly equal to the value of the NORMSINV function with the same corresponding probability:

NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 5NORMINV function - The function returns the inverse of the cumulative distribution in Excel Picture 5

So when the NORMINV function has mean = 0 and standard_dev = 1 , the value is exactly the same as the NORMSINV function .

The above details in detail how to use the NORMINV function in statistical probability. Hope to help you.

Good luck!

5 ★ | 1 Vote