Difference between revisions of "Manuals/calci/GEOMEAN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">'''GEOMEAN''' (n1, n2...)</font></font> <font size="3"><font face="Tim...")
 
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''GEOMEAN()'''</div><br/>
 +
*Parameters are any set of  positive real numbers.
 +
**GEOMEAN(),Returns the geometric mean.
  
<font size="3"><font face="Times New Roman">'''GEOMEAN''' (n1, n2...)</font></font>
+
==Description==
 +
*This function gives the Geometric Mean of an array or references.
 +
*For example, it is used to calculate average rate of growth of human population.
 +
*The Geometric Mean of two numbers is, the square root of their product.
 +
*The Geometric Mean of the three numbers is, the cube root of their product.
 +
*So the geometric mean of <math>n</math> numbers is defined as the <math>n^{th}</math> root of the product of the numbers.
 +
*In <math>GEOMEAN()</math>, Parameters are any set of positive real numbers and first parameter is required. From second parameters are optional.
 +
*The  arguments  can be numbers,names,arrays or references that contain numbers.
 +
*Also we can directly use logical values and text representations of numbers.
 +
*The values are ignored, when the argument contains logical values or empty cells.
 +
*The Geometric and Arithmetic Means are equal, when all the numbers in the given set are equal, otherwise the Geometric Mean of a data set is less than the data set's Arithmetic Mean.
 +
*The geometric mean of a data set <math>[a_1,a_2,...a_n]</math> is given by:
 +
<math>({\prod_{i=1}^n a_i})^{\frac{1}{n}} = \sqrt[n]{a_1, a_2 ... a_n}</math>
 +
*This function will give the result as error when
 +
1.Any one of the argument is non-numeric
 +
2.Any one <math>value \le 0</math>
 +
3.Any one of the references cannot be translated in to numbers.
  
<font size="3"><font face="Times New Roman">n1, n2 etc are parameters. You can also give as an array or use array reference.</font></font>
+
==ZOS==
 +
*The syntax is to calculate GEOMEAN in ZOS is <math>GEOMEAN()</math>.
 +
**Parameters are any set of positive real numbers.
 +
*For e.g.,GEOMEAN(1,2,3,4,5),GEOMEAN(11.5..20.5..0.5)
 +
{{#ev:youtube|me2sEpY6LD4|280|center|Geometric Mean}}
  
</div>
+
==Examples==
----
+
#=GEOMEAN(3,27) = 9
<div id="1SpaceContent" class="zcontent" align="left">
+
#=GEOMEAN(2,4,8) = 3.9999999999999996
 +
#=GEOMEAN(3,5,8,10,12) = 6.786916380543178
 +
#=GEOMEAN(-2,32) = #N/A (NUMBER > 0 REQUIRED)
  
<font size="3"><font face="Times New Roman">To calculates the geometric mean. Parameter can be an array.</font></font>
+
==Related Videos==
  
</div>
+
{{#ev:youtube|s-DXD1W48A8|280|center|Geometric Mean}}
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">Parameters are numbers, names, arrays, and references. </font></font>
+
==See Also==
 +
*[[Manuals/calci/AVERAGE  | AVERAGE ]]
 +
*[[Manuals/calci/SUM  | SUM ]]
 +
*[[Manuals/calci/TRIMMEAN |TRIMMEAN ]]
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">Here logical values and the text representations of numbers are calculated. </font></font>
+
==References==
 +
*[http://en.wikipedia.org/wiki/Geometric_mean| Geometric Mean]
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">GEOMEAN calculates the error value when data point ≤ 0. </font></font>
 
  
<font size="3"><font face="Times New Roman">
 
  
Formulas:-
+
*[[Z_API_Functions | List of Main Z Functions]]
  
[[Image:PicExportError|13px|*]]<font color="#000000">                       </font><font size="3"><font color="#000000"><font face="Times New Roman">The equation to find out the geometric mean is: </font></font></font>
+
*[[ Z3 Z3 home ]]
 
 
</font></font></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
 
 
GEOMEAN
 
 
 
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font face="Times New Roman"> 
 
 
 
<font size="3"><font color="#000000">GEOMEAN (B2, B3, B4, B5)</font></font>
 
 
 
<font size="3"><font color="#000000">GEOMEAN (2, 4, 6, 8) = 4.4267</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">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class="    " |
 
| Column1
 
| class="   " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 2
 
| class="sshl_f" | 4.426728
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 4
 
| class="SelectTD" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class=" " | 6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f " | 8
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Latest revision as of 05:01, 12 August 2020

GEOMEAN()


  • Parameters are any set of positive real numbers.
    • GEOMEAN(),Returns the geometric mean.

Description

  • This function gives the Geometric Mean of an array or references.
  • For example, it is used to calculate average rate of growth of human population.
  • The Geometric Mean of two numbers is, the square root of their product.
  • The Geometric Mean of the three numbers is, the cube root of their product.
  • So the geometric mean of numbers is defined as the root of the product of the numbers.
  • In , Parameters are any set of positive real numbers and first parameter is required. From second parameters are optional.
  • The arguments can be numbers,names,arrays or references that contain numbers.
  • Also we can directly use logical values and text representations of numbers.
  • The values are ignored, when the argument contains logical values or empty cells.
  • The Geometric and Arithmetic Means are equal, when all the numbers in the given set are equal, otherwise the Geometric Mean of a data set is less than the data set's Arithmetic Mean.
  • The geometric mean of a data set is given by:

  • This function will give the result as error when
1.Any one of the argument is non-numeric
2.Any one 
3.Any one of the references cannot be translated in to numbers.

ZOS

  • The syntax is to calculate GEOMEAN in ZOS is .
    • Parameters are any set of positive real numbers.
  • For e.g.,GEOMEAN(1,2,3,4,5),GEOMEAN(11.5..20.5..0.5)
Geometric Mean

Examples

  1. =GEOMEAN(3,27) = 9
  2. =GEOMEAN(2,4,8) = 3.9999999999999996
  3. =GEOMEAN(3,5,8,10,12) = 6.786916380543178
  4. =GEOMEAN(-2,32) = #N/A (NUMBER > 0 REQUIRED)

Related Videos

Geometric Mean

See Also

References