| Line 1: |
Line 1: |
| | <div style="font-size:30px">'''GEOMEAN(n1,n2,…)'''</div><br/> | | <div style="font-size:30px">'''GEOMEAN(n1,n2,…)'''</div><br/> |
| | *<math>n1,n2...</math> are the positive real numbers. | | *<math>n1,n2...</math> are the positive real numbers. |
| | + | |
| | ==Description== | | ==Description== |
| | *This function gives the Geometric Mean of an array or references. | | *This function gives the Geometric Mean of an array or references. |
| Line 18: |
Line 19: |
| | 2.Any one <math>value \le 0</math> | | 2.Any one <math>value \le 0</math> |
| | 3.Any one of the references cannot be translated in to numbers. | | 3.Any one of the references cannot be translated in to numbers. |
| | + | |
| | + | ==ZOS Section== |
| | + | *The syntax is to calculate GEOMEAN in ZOS is <math>GEOMEAN(n1,n2,...)</math>. |
| | + | **<math>n1,n2...</math> are the positive real numbers. |
| | + | *For e.g.,geomean(1,2,3,4,5),geomean(11.5..20.5..0.5) |
| | | | |
| | ==Examples== | | ==Examples== |
| Line 26: |
Line 32: |
| | | | |
| | ==See Also== | | ==See Also== |
| | + | *[[Manuals/calci/AVERAGE | AVERAGE ]] |
| | + | *[[Manuals/calci/SUM | SUM ]] |
| | + | *[[Manuals/calci/MEAN |MEAN ]] |
| | | | |
| | ==References== | | ==References== |
| | *[http://en.wikipedia.org/wiki/Geometric_mean| Geometric Mean] | | *[http://en.wikipedia.org/wiki/Geometric_mean| Geometric Mean] |