Difference between revisions of "Manuals/calci/NORMSDIST"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''NORMSDIST'''('''x''') '''Where x'''   is the value for which the distribution. </div> ---- <div id="1Spa...")
 
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''NORMSDIST (Number,Accuracy)'''</div><br/>
 +
*<math>Number</math>  is the value of the function .
 +
*<math>Accuracy</math> is correct decimal places for the result.
 +
**NORMSDIST(),returns the standard normal cumulative distribution.
  
'''NORMSDIST'''('''x''')
+
==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:<math> f(x)=\frac{1}{\sqrt 2 \pi}. e^{-{\tfrac{x^2}{2}}}</math>
 +
*This function will return the result as error when the <math>x</math> value is non-numeric.
  
'''Where x'''   is the value for which the distribution.
+
==Examples==
 +
#=NORMSDIST(4.74) = 0.9999975333
 +
#=NORMSDIST(5.0021) = 0.9999999738
 +
#=NORMSDIST(1.00006) = 0.8413586589
 +
#=NORMSDIST(12) = 1.0000002451499
  
</div>
+
==Related Videos==
----
 
<div id="1SpaceContent" class="zcontent" align="left">It calculates  the standard normal cumulative distribution function. </div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left"><font size="2" color="#7f7f7f" face="Arial">
 
  
·          For nonnumeric NORMSDIST displays zero..
+
{{#ev:youtube|F2rKy2cI8Ss|280|center|NORMSDIST}}
  
·          The equation for the standard normal density function is:
+
==See Also==
 +
*[[Manuals/calci/NORMDIST  | NORMDIST ]]
 +
*[[Manuals/calci/NORMINV  | NORMINV ]]
 +
*[[Manuals/calci/NORMSINV  | NORMSINV ]]
  
</font><br /></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Normal_distribution Normal distribution ]
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
NORMSDIST
 
  
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
<font size="3"><font face="Times New Roman">Let’s see an example in (Column1 Row 1)</font></font>
 
  
<font size="3">i.e.=NORMSDIST(C1R1)</font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
<font size="3">i.e.=NORMSDIST(1.433335) is 0.9221</font>
+
*[[ Z3 Z3 home ]]
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left"><div>
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="        " | Column2
 
| class="    " | Column3
 
| class="  " |
 
| class="  " | Column4
 
|
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 1.433335
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_f SelectTD SelectTD" | 0.9221
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="  " |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
| class=" " |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" |
 
| class="  " |
 
|
 
|
 
| class="   " |
 
|
 
|- class="even"
 
| class=" " | Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
| class="sshl_f" |
 
|
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div></div>
 
----
 

Latest revision as of 17:22, 10 August 2018

NORMSDIST (Number,Accuracy)


  • is the value of the function .
  • is correct decimal places for the result.
    • NORMSDIST(),returns the standard normal cumulative distribution.

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

  1. =NORMSDIST(4.74) = 0.9999975333
  2. =NORMSDIST(5.0021) = 0.9999999738
  3. =NORMSDIST(1.00006) = 0.8413586589
  4. =NORMSDIST(12) = 1.0000002451499

Related Videos

NORMSDIST

See Also

References

Normal distribution