Changes

Jump to navigation Jump to search
1,841 bytes added ,  08:16, 25 January 2014
no edit summary
Line 1: Line 1:  +
<div style="font-size:30px">'''STDEV(n1,n2,n3…)'''</div><br/>
 +
*<math>n1,n2,n3... </math>  are numbers.
 +
 +
 +
 +
==Description==
 +
*This function gives the standard deviation based on a given sample.
 +
*Standard deviation is a quantity expressing by how much the members of a group differ from the mean value for the group.
 +
*It is the  used as a measure of the dispersion or variation in a distribution.
 +
*It is calculated as the square root of variance.
 +
*In <math> STDEV(n1,n2,n3...), n1,n2,n3...</math>, are numbers to find the standard deviation.
 +
*Here  <math> n1 </math> is required. <math> n2,n3,... </math> are optional.
 +
*Instead of numbers we can use the single array or a reference of a array.
 +
*<math> STDEV </math> is defined by the formula: <math>S.D= \frac {\sqrt(\sum(x-\bar{x})}^2{(n-1)} </math>, where <math> \bar{x} </math> is the sample mean of <math> x </math> and <math> n </math> is the total numbers in the given data.
 +
*It is calculated using <math>"n-1" </math> method.
 +
*This function is considering our given data is the sample of the population.
 +
*Suppose it should consider the data as the entire population, we can use the STDEVP function.
 +
*The arguments can be be either numbers or names, array,constants or references that contain numbers.
 +
*Suppose the array contains text,logical values or empty cells, like that values are not considered.
 +
*When we are entering logical values and text representations of numbers  as directly, then the arguments are counted.
 +
*Suppose the function have to consider the logical values and text representations of numbers in a reference , we can use the [[STDEVA]] function.
 +
*This function will return the result as error when
 +
      1. Any one of the argument is nonnumeric.
 +
      2. The arguments containing the error values or text that cannot be translated in to numbers.
 +
 
<div id="6SpaceContent" class="zcontent" align="left"> 
 
<div id="6SpaceContent" class="zcontent" align="left"> 
   Line 50: Line 75:  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">121</font></font></font>
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">121</font></font></font>
   −
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=STDEV(B2:B8) is 18.18</nowiki></font></font></font>
+
<font color="#484848"><font face="Arial, sans-serif"><font size="2">UNIQ69bde0a373272bec-nowiki-00000002-QINU</font></font></font>
    
</div>
 
</div>
writer
6,694

edits

Navigation menu