Contents - Index


StdDev

 

StdDev(Arg1, Arg2, Arg3, ... ) will return the standard deviation of the arguments.  The number of arguments must be between 2 and 2000. An array or subset of an array can be provided as an argument list by using array range notation, e.g., X[1..50]. 

 

(Note:  use a semicolon instead of a comma as the list separator when using the European numerical format)

 

Mathematical Functions