Difference between revisions of "Manuals/calci/STDEVPA"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''STDEVPA'''</font></font></font><font color="#484...")
 
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''STDEVPA'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(V1,V2,...)</font></font></font>
+
<div style="font-size:30px">'''STDEVPA()'''</div><br/>
 +
*Parameters are set of numbers.
 +
**STDEVPA(),calculates standard deviation based on the entire population, including numbers, text, and logical values.
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Where V1,V2......are integers.</font></font></font>
+
==Description==
 +
*This function gives the standard deviation based on a entire population as the given data including the logical value and text .
 +
*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> STDEVPA()</math>, Parameters are set of numbers to find the standard deviation.  
 +
*Here First Parameter is required. From the second Parameter are optional.  
 +
*Instead of numbers we can use the single array or a reference of a array.  
 +
*STDEVPA is defined by the formula:
 +
<math>S.D= \sqrt \frac {\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 number in the given data. 
 +
*It is calculated using <math> n </math> method.  
 +
*This function is considering our given data is the entire population.
 +
*Suppose it should consider the data as the sample of the population, we can use the [[Manuals/calci/STDEVA| STDEVA]] function.  
 +
*For  huge sample sizes the functions <math> STDEVA </math> and <math> STDEVPA </math> are approximately equal values.
 +
*The arguments can be  either numbers or names, array,constants or references that contain numbers. 
 +
*Also we can give the text representations of numbers or logical values , like TRUE or FALSE, in a reference.
 +
*Suppose the arguments containing TRUE which is evaluate as 1, and the arguments containing FALSE which is evaluate as 0.
 +
*Suppose the array contains the empty cells and text values like that values are not considered. 
 +
*Suppose the function don't want to consider the logical values and text representations of numbers in a reference , we can use the *[[Manuals/calci/STDEVP  | STDEVP ]] function.
 +
*This function will return the result as error when
 +
    1. Any one of the argument is non-numeric.
 +
    2. The arguments containing the error values or text that cannot be translated in to numbers.
  
</div>
+
==Examples==
----
+
{| class="wikitable"
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">This function calculates standard deviation based on the entire population by the given arguments, text and logical values. </font></font></font></div>
+
|+Spreadsheet
----
+
|-
<div id="7SpaceContent" class="zcontent" align="left"> 
+
! !! A !! B !! C !! D!! E !!F!!G
 
+
|-
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">S D is calculated by the "n-1" method.</font></font></font>
+
! 1
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">The Arguments can be numbers or names, arrays, or references. </font></font></font>
+
| 87 || 121 || 427 ||390 || 110|| 542 || 412
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">Empty cells, logical values, text, or error values are ignored. </font></font></font>
+
|-
 
+
! 2
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">The text representations of numbers are also counted. </font></font></font>
+
| 2 || 2.4 || 3.7 ||14.9 || 28 || 198 || 154.1
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">In this function, TRUE evaluate as 1; and FALSE evaluate as 0 (zero). </font></font></font>
+
|-
 
+
!3
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">o find STDEVPA, the formula is: </font></font></font>
+
| 5 || 9 || 17 || true || 6 || 0 || 41
 
+
|}
<font color="#484848"></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Where x is the sample mean average (V1,V2........) and n is the sample size.</font></font></font>
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
STDEVPA
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''Lets see an example,'''</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">150</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">130</font></font></font>
+
#=STDEVPA(A1:E1) = 149.0597195757
 +
#=STDEVPA(A2:G2) = 76.31463871127
 +
#=STDEVPA(A3:D3) = 5.916079783
 +
#=STDEVPA(2,12,22,32,false) = 12.09297316626478
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">165</font></font></font>
+
==Related Videos==
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">132</font></font></font>
+
{{#ev:youtube|nQHG12zgl7I|280|center|STDEVP}}
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">110</font></font></font>
+
==See Also==
 +
*[[Manuals/calci/DSTDEV | DSTDEV]]
 +
*[[Manuals/calci/DSTDEVP  | DSTDEVP ]]
 +
*[[Manuals/calci/STDEVP  | STDEVP ]]
 +
*[[Manuals/calci/STDEVA| STDEVA]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">137</font></font></font>
+
==References==
 +
*[http://en.wikipedia.org/wiki/Standard_deviation Standard Deviation]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">121</font></font></font>
 
  
<font face="Arial, sans-serif"><font size="2"><nowiki>=STDEVPA(B2:B8)is 16.84</nowiki></font></font>
 
  
</div>
+
*[[Z_API_Functions | List of Main Z Functions]]
----
 
<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">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class="    " |
 
| class="  " | Column1
 
| class="  " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " | 150
 
| class="sshl_f" | 16.835337
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f  " | 130
 
| class="SelectTD" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f  " | 165
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f  " | 132
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f  " | 110
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="sshl_f" | Row6
 
| class="sshl_f  " | 137
 
| class="sshl_f  " |
 
| class="sshl_f  " |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row7
 
| class="sshl_f " | 121
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 17:21, 8 August 2018

STDEVPA()


  • Parameters are set of numbers.
    • STDEVPA(),calculates standard deviation based on the entire population, including numbers, text, and logical values.

Description

  • This function gives the standard deviation based on a entire population as the given data including the logical value and text .
  • 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 , Parameters are set of numbers to find the standard deviation.
  • Here First Parameter is required. From the second Parameter are optional.
  • Instead of numbers we can use the single array or a reference of a array.
  • STDEVPA is defined by the formula:

where is the sample mean of and is the total number in the given data.

  • It is calculated using method.
  • This function is considering our given data is the entire population.
  • Suppose it should consider the data as the sample of the population, we can use the STDEVA function.
  • For huge sample sizes the functions and are approximately equal values.
  • The arguments can be either numbers or names, array,constants or references that contain numbers.
  • Also we can give the text representations of numbers or logical values , like TRUE or FALSE, in a reference.
  • Suppose the arguments containing TRUE which is evaluate as 1, and the arguments containing FALSE which is evaluate as 0.
  • Suppose the array contains the empty cells and text values like that values are not considered.
  • Suppose the function don't want to consider the logical values and text representations of numbers in a reference , we can use the * STDEVP function.
  • This function will return the result as error when
   1. Any one of the argument is non-numeric. 
   2. The arguments containing the error values or text that cannot be translated in to numbers.

Examples

Spreadsheet
A B C D E F G
1 87 121 427 390 110 542 412
2 2 2.4 3.7 14.9 28 198 154.1
3 5 9 17 true 6 0 41
  1. =STDEVPA(A1:E1) = 149.0597195757
  2. =STDEVPA(A2:G2) = 76.31463871127
  3. =STDEVPA(A3:D3) = 5.916079783
  4. =STDEVPA(2,12,22,32,false) = 12.09297316626478

Related Videos

STDEVP

See Also

References