Difference between revisions of "Manuals/calci/NORMSDIST"
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
==References== | ==References== | ||
[http://en.wikipedia.org/wiki/Normal_distribution Normal distribution ] | [http://en.wikipedia.org/wiki/Normal_distribution Normal distribution ] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 01:33, 13 March 2017
NORMSDIST(x)
- is the value of the function
Description
- This function gives the Standard Normal Cumulative Distribution function.
- In Normal Distribution formula, if the Mean is zero and the Standard Deviation is 1, then it is called Standard Normal Distribution.
- The equation for the Standard Normal Density function is:
- This function will return the result as error when the value is non-numeric.
Examples
- =NORMSDIST(4.74) = 0.9999975333
- =NORMSDIST(5.0021) = 0.9999999738
- =NORMSDIST(1.00006) = 0.8413586589
- =NORMSDIST(12) = 1.0000002451499
Related Videos
See Also
References