Calculates the average of an array of numbers.
The average of the numbers in the array.
If the input is not a non-empty array of numbers.
If any element in the array is not a valid number.
Generated using TypeDoc
Calculates the average of an array of numbers.