Class StdDev

All Implemented Interfaces:
ArithFunction, Serializable

public class StdDev extends DefaultArithFunction

Function: math.std_dev(L): returns the standard deviation of all values of L.

Examples:

  • math.std_dev([1,2,3]): returns 1.
  • math.std_dev([]): returns 0.
See Also: