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.
NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel Picture 1
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:
NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel Picture 2
- 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:
NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel Picture 3
- 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)
NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel Picture 4
- Press Enter -> the standard probability distribution function value is:
NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel Picture 5
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
May be interested
PEARSON function - The function returns the Pearson product moment correlation coefficient in Excel
PERCENTILE.EXC function - The function returns the kth percentile of values in the range, with k in the range from 0 to 1 in Excel
PERCENTILE.INC function - Function returns the kth percentile of values in the range with k in the range from 0 to 1 in Excel
PERMUT function - The function returns the number of permutations of a given number of objects in Excel
PERMUTATIONA function - The function returns the number of permutations (can be repeated) of a given object in Excel
PHI function - The function returns the value of the density function for a normal distribution in Excel