Difference between revisions of "Manuals/calci/GEOMEAN"
Jump to navigation
Jump to search
(→ZOS) |
|||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''GEOMEAN( | + | <div style="font-size:30px">'''GEOMEAN()'''</div><br/> |
− | * | + | *Parameters are any set of positive real numbers. |
==Description== | ==Description== | ||
Line 8: | Line 8: | ||
*The Geometric Mean of the three numbers is, the cube 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. | *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( | + | *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. | *The arguments can be numbers,names,arrays or references that contain numbers. | ||
*Also we can directly use logical values and text representations of numbers. | *Also we can directly use logical values and text representations of numbers. | ||
Line 21: | Line 21: | ||
==ZOS== | ==ZOS== | ||
− | *The syntax is to calculate GEOMEAN in ZOS is <math>GEOMEAN( | + | *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) | *For e.g.,GEOMEAN(1,2,3,4,5),GEOMEAN(11.5..20.5..0.5) | ||
{{#ev:youtube|me2sEpY6LD4|280|center|Geometric Mean}} | {{#ev:youtube|me2sEpY6LD4|280|center|Geometric Mean}} |
Revision as of 12:42, 6 June 2018
GEOMEAN()
- Parameters are any set of positive real numbers.
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)
Examples
- =GEOMEAN(3,27) = 9
- =GEOMEAN(2,4,8) = 3.9999999999999996
- =GEOMEAN(3,5,8,10,12) = 6.786916380543178
- =GEOMEAN(-2,32) = #ERROR, because the value is < 0.
Related Videos
See Also
References