Functions which operate on lists of values.
Some of these resemble similar functions in the Arrays class,
and in some cases are interchangeable, but these are easier to use
on non-array values because you don't have to explicitly wrap up
lists of arguments as an array.
However, for implementation reasons, most of the functions defined here
can be used on values which are already double[] arrays
(for instance array-valued columns) rather than as comma-separated
lists of floating point values.
sum( values, ... )values (floating point, one or more): one or more numeric values
valuesmean( values, ... )values (floating point, one or more): one or more numeric values
valuesvariance( values, ... )values (floating point, one or more): one or more numeric values
valuesstdev( values, ... )values (floating point, one or more): one or more numeric values
valuesmin( values, ... )values (floating point, one or more): one or more numeric values
valuesmax( values, ... )values (floating point, one or more): one or more numeric values
valuesmedian( values, ... )values (floating point, one or more): one or more numeric values
valuescountTrue( values, ... )values (boolean, one or more): one or more true/false values
values that are true