mean
ABSTRACT
Finds the mean of a vector of numbers
PARAMETERS
| x | the input vector of numbers, which must contain at least one element |
RETURN
the sum of the elements of the input divided by the total number
DECLARATION
func mean(x)Finds the mean of a vector of numbers
| x | the input vector of numbers, which must contain at least one element |
the sum of the elements of the input divided by the total number
func mean(x)