However, this might not always give you an accurate average, which is where functions like GEOMEAN and HARMEAN come in.The GEOMEAN and HARMEAN are advanced statistical functions that typically require ...
//Need to get the mid point of array. Use Floor because we always want to round down. $mid = floor($count/2); //If there are an even amount of elements... if (($count ...