NORMINV
The NORMINV
function in Google Sheets is a statistical tool used to calculate the inverse normal distribution for a specified value, mean, and standard deviation. By using this function, you can determine the input value required to achieve a desired probability. Learn how to utilize this function effectively with our comprehensive guide.
Function Syntax and Parameters
Syntax: NORMINV(x, mean, standard_deviation)
Parameters:
x
: The desired probability for which you want to find the inverse normal distribution.mean
: The arithmetic mean (average) of the normal distribution.standard_deviation
: The standard deviation of the normal distribution.
Step-by-Step Tutorial
- Using
NORMINV
to calculate the inverse normal distribution:- Example:
=NORMINV(0.5, 10, 2)
- Result:
10
- Example:
Use Cases and Scenarios
- Quality Control: Calculate the tolerance limit based on the desired probability.
- Risk Analysis: Determine the value at which the probability of an event exceeds a certain threshold.
- Financial Modeling: Estimate stock prices based on historical returns and volatility.
Related Functions
NORMDIST
: Calculate the probability density function for a given normal distribution.NORM.S.INV
: Similar toNORMINV
, but uses a standard normal distribution.