Contents
Login Register Wishes Forum About
Language Reference » Dataset functions » getGeometricMean
Help topics
Latest updates
4575d  replaceImageMapTitle
4575d  replaceImageMapValues
4575d  createFunctionSerie
4575d  setAbsicssaPosition
4575d  negateValues
Toolbox
  Download as PDF
  Print this page
  Share this page
  Create an account
  Feed the updates!
Google AdSense
getGeometricMean - Return the geometric mean of the given serie

This function will return you the geometric mean of the given serie.

Calling this function
getGeometricMean($Serie="Serie1");

Where :

Serie is the name of the serie.

Sample script

 /* Create the pData object */
 $MyData = new pData(); 

 /* Add some points to "My serie 1" */
 $MyData->addPoints(array(1,2,3,4),"My serie 1");

 /* Display the geometric mean of "My serie 1" */
 echo $MyData->getGeometricMean("My serie 1");
Last updated on 08/03/2011 
by Jean-Damien 
Linked resources
  There is no linked topic yet.
Community comments
  No comments have been posted yet.
© Copyrights
Components used on this web site : Famfamfam icons has been made by Mark James, Rounded corners lite has been coded by Cameron Cooke and Tim Hutchison, SyntaxHighlighter has been written by Alex Gorbatchev. pChart and this web site have been created by Jean-Damien POGOLOTTI. This documentation contains 185 pages and 56 comments. 415 users have registered. This page has been rendered in 0,28 seconds. Wiki revision 1.37.