Difference between revisions of "Manuals/calci/NORMDIST"

From ZCubes Wiki
Jump to navigation Jump to search
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''NORMDIST(x,m,sd,cu)'''</div><br/>
+
<div style="font-size:30px">'''NORMDIST (Number,Mean,StandardDeviation,Cumulative,accuracy)'''</div><br/>
*<math>x</math> is the value,<math>m</math> is the mean,<math>sd</math> is the standard deviation and <math>cu</math> is the logical value like TRUE or FALSE.
+
*<math>Number</math> is the value.
 +
*<math>Mean</math> is the mean.
 +
*<math>StandardDeviation</math> is the standard deviation  
 +
*<math>Cumulative</math> is the logical value like TRUE or FALSE.
 +
*<math>Accuracy</math> is correct decimal places for the result.
 +
**NORMDIST(),returns the normal cumulative distribution.
  
 
==Description==  
 
==Description==  
*This function gives the normal distribution for the particular mean and standard deviation.
+
*This function gives the Normal Distribution for the particular Mean and Standard Deviation.
*Normal distribution is the function that represents the distribution of many random variables as a symmetrical bell-shaped graph.
+
*Normal Distribution is the function that represents the distribution of many random variables as a symmetrical bell-shaped graph.
*This distribution is the continuous probability distribution.It is also called Gaussian distribution.  
+
*This distribution is the Continuous Probability Distribution.It is also called Gaussian Distribution.  
*In <math> NORMDIST(x,m,sd,cu) ,x</math> is the value of the function,<math> m</math> is the arithmetic mean of the distribution, <math>sd</math> is the standard deviation of the distribution and <math>cu</math> is the logical value that indicating the form of the function.  
+
*In <math>NORMDIST (Number,Mean,StandardDeviation,Cumulative,accuracy)</math>), <math>Number</math> is the value of the function, <math>Mean</math> is the Arithmetic Mean of the distribution, <math>StandardDeviation</math> is the Standard Deviation of the distribution and <math>Cumulative</math> is the Logical Value that indicating the form of the function.  
*Suppose cu is TRUE, this function gives the cumulative distribution, and it is FALSE, this function give the probability mass function.  
+
*Suppose <math>Cumulative</math> is TRUE, this function gives the Cumulative Distribution, and it is FALSE, this function gives the Probability Mass Function.  
*The equation for the normal distribution is: <math> f(x,\mu,\sigma)=\frac{1}{\sigma \sqrt{2\pi}}.e^-\left({\frac{(x-\mu)^2}{2\sigma^2}}\right)</math>, where \mu is the mean of the distribution,\sigma is the standard deviation of the distribution.  
+
*The equation for the Normal Distribution is:
*In this formula, Suppose \mu = 0 and \sigma = 1, then the distribution is called the standard normal distribution or the unit normal distribution.
+
<math> f(x,\mu,\sigma)=\frac{1}{\sigma \sqrt{2\pi}}.e^{-\left({\tfrac{(x-\mu)^2}{2\sigma^2}}\right)}</math>
*This function will return the result as error when any one of the argument is nonnumeric and sd<=0.
+
where <math>\mu</math> is the Mean of the distribution, <math>\sigma</math> is the Standard Deviation of the distribution.  
when cu is TRUE , this formula is the integral from -infinity to x and cu is FALSE , we can use the same formula.
+
*In this formula, suppose  <math>\mu</math> = 0 and <math>\sigma</math>= 1, then the distribution is called the Standard Normal Distribution or the Unit Normal Distribution.
 +
  This function will return the result as error when any one of the argument is non-numeric and <math>StandardDeviation<=0</math>.
 +
*when <math>Cumulative</math> is TRUE , this formula is the integral from <math>-\infty</math> to <math>Number</math> and <math>Cumulative</math> is FALSE , we can use the same formula.
  
font><font face="Arial, sans-serif"><font size="2">'''sd'''</font></font><font face="Arial, sans-serif"><font size="2">   is the standard deviation of the distribution.</font></font></font>
+
==Examples==
 +
#=NORMDIST(37,29,2.1,FALSE) = 0.000134075
 +
#=NORMDIST(37,29,2.1,TRUE) = 0.99993041384
 +
#=NORMDIST(10.75,17.4,3.2,TRUE) = 0.01884908749
 +
#=NORMDIST(10.75,17.4,3.2,FALSE) = 0.014387563
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''c'''</font></font><font face="Arial, sans-serif"><font size="2">   is a logical value that determines the form of the function. </font></font></font>
+
==Related Videos==
  
</div>
+
{{#ev:youtube|jMFs_1gmqWw|280|center|NORMDIST}}
----
 
<div id="1SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">It calculates the normal distribution for the specified mean and standard deviation. </font></font></font>
+
==See Also==
 +
*[[Manuals/calci/NORMINV  | NORMINV ]]
 +
*[[Manuals/calci/NORMSDIST  | NORMSDIST ]]
 +
*[[Manuals/calci/NORMSINV  | NORMSINV ]]
  
</div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Normal_distribution Normal distribution ]
<div id="7SpaceContent" class="zcontent" align="left"><font size="2" color="#7f7f7f" face="Arial">
 
  
·       <font color="#000000"><font face="Arial, sans-serif"><font size="2">NORMDIST displays error for nonnumeric sd. </font></font></font>
 
  
# <font color="#000000"><font face="Arial, sans-serif"><font size="2">When sd &lt;=0, NORMDIST displays error. </font></font></font>
 
# <font color="#000000"><font face="Arial, sans-serif"><font size="2">The equation for the normal density function (cumulative = FALSE) is: </font></font></font>
 
  
<br /><br />
+
*[[Z_API_Functions | List of Main Z Functions]]
  
</font></div>
+
*[[ Z3 Z3 home ]]
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
NORMDIST
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
 
 
<font color="#000000"><font face="Times New Roman, serif"><font size="3">Let’s see an example in (Column1 Row 1, Column1Row2, Column1Row3)</font></font></font>
 
 
 
<font color="#000000"><font face="Times New Roman, serif"><font size="3">NORMDIST (C1R1, C1R2, C1R3)</font></font></font>
 
 
 
<font color="#000000"><font face="Times New Roman, serif"><font size="3">i.e. </font></font></font><font color="#000000"><font face="Trebuchet MS, sans-serif"><font size="3">=NORMDIST (52, 50, 2.5, true)</font></font></font><font color="#000000"><font face="Times New Roman, serif"><font size="3"> is 0.7885</font></font></font>
 
 
 
<font color="#000000"><font face="Trebuchet MS, sans-serif"><font size="3">UNIQcc0d9c136de91e77-nowiki-00000002-QINU</font></font></font><font color="#000000"><font face="Times New Roman, serif"><font size="3"> is 0.1159.</font></font></font>
 
 
 
</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" | 52
 
| class="sshl_f" | 0.7885
 
| class="sshl_f" | 0.1159
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 50
 
| class="sshl_f" |
 
| class="sshl_f   SelectTD SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 2.5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="  " |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f  " |
 
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| 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:20, 10 August 2018

NORMDIST (Number,Mean,StandardDeviation,Cumulative,accuracy)


  • is the value.
  • is the mean.
  • is the standard deviation
  • is the logical value like TRUE or FALSE.
  • is correct decimal places for the result.
    • NORMDIST(),returns the normal cumulative distribution.

Description

  • This function gives the Normal Distribution for the particular Mean and Standard Deviation.
  • Normal Distribution is the function that represents the distribution of many random variables as a symmetrical bell-shaped graph.
  • This distribution is the Continuous Probability Distribution.It is also called Gaussian Distribution.
  • In ), is the value of the function, is the Arithmetic Mean of the distribution, is the Standard Deviation of the distribution and is the Logical Value that indicating the form of the function.
  • Suppose is TRUE, this function gives the Cumulative Distribution, and it is FALSE, this function gives the Probability Mass Function.
  • The equation for the Normal Distribution is:

where is the Mean of the distribution, is the Standard Deviation of the distribution.

  • In this formula, suppose = 0 and = 1, then the distribution is called the Standard Normal Distribution or the Unit Normal Distribution.
 This function will return the result as error when any one of the argument is non-numeric and .
  • when is TRUE , this formula is the integral from to and is FALSE , we can use the same formula.

Examples

  1. =NORMDIST(37,29,2.1,FALSE) = 0.000134075
  2. =NORMDIST(37,29,2.1,TRUE) = 0.99993041384
  3. =NORMDIST(10.75,17.4,3.2,TRUE) = 0.01884908749
  4. =NORMDIST(10.75,17.4,3.2,FALSE) = 0.014387563

Related Videos

NORMDIST

See Also

References

Normal distribution