kcwallace
Centurion
Does anyone know of a method to calculate the average and standard deviation of a set of numbers in an array other than looping through each element and calculating the average, and then loop through the array for a second time to calculate the standard deviation?