NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel
The following article introduces you to the NORM.S.DIST function - one of the functions in the statistical function group is very popular in Excel.
Description: The normalized distribution function has a mean of 0 and a standard deviation of 1. Use the function instead of a table containing normalized curve areas. Support functions from Excel 2010 onwards.
Syntax: NORM.S.DIST (z, cumulative)
Inside:
- z: The value you want to calculate the distribution, is a required parameter .
- cumulative: A logical value that determines the form of the function, which is a required parameter, including:
+ cumulative = True -> returns the cumulative distribution function.
+ cumulative = False -> returns the probability density function.
Attention:
- If z is not a number -> the function returns the #VALUE! Error value
- The equation for the standardized density function is:
[fleft (z right) = frac {1} {{sqrt {2pi}}} {e ^ {- frac {{{z ^ 2}}} {2}}}]
For example:
Find the normalized distribution of values in the following data table:
- Calculate the value of standardized cumulative distribution function (corresponding to True value ) In a cell to calculate, enter the formula : = NORM.S.DIST (D6, D7)
- Press Enter -> standard cumulative distribution function value is:
- Calculate the value of the standard probability distribution function (corresponding to the value of False). In a cell to calculate, enter the formula : = NORM.S.DIST (D6, D8)
- Press Enter -> the standard probability distribution function value is:
Above are instructions and some specific examples when using the NORM.S.DIST function in Excel.
Good luck!
You should read it
- NORM.DIST function - The function returns the normal distribution with the standard deviation and the mean value specified in Excel
- NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excel
- NORM.INV function - The function returns the inverse of the standard cumulative distribution in Excel
- CONFIDENCE.NORM function - The function returns the confidence interval of the population by using a normalized distribution in Excel
- LOGNORM.DIST - Function returns the logarithmic distribution of x in Excel
- POISSON.DIST function - The function returns the Poisson distribution in Excel
- GAMMA.DIST function - The function returns the gamma distribution in Excel
- BETA.DIST function - The function returns the Beta distribution in Excel
- HYPGEOM.DIST - The function returns the hyperbolic distribution in Excel
- F.DIST - The function returns the probability distribution F in Excel
- GUSSE function - The function returns the probability that an element of the population is normalized in Excel
- T.DIST.RT - The function returns the Student's t-distribution on the right in Excel
Maybe you are interested
Difference between function and formula in Excel
8 little-known Excel functions that can save you a lot of work
How to use the NORMDIST function in Excel - Function that returns the distribution in Excel
Date functions in Excel, DAY, WEEKDAY, MONTH
How to use the SUMIF function in Excel to calculate the sum based on conditions
How to use the Round function in Excel to round numbers and process data