Function variance( array )
- Description:
-
Returns the population variance of all the non-blank elements
in the array. If
array
is not a numeric array,
null
is returned.
- Parameters:
-
- array (Object)
- array of numbers
- Return Value (floating point):
- variance of the numeric values in
array
- Signature:
- double variance(Object)