Design

IntegerStatistics computes several simple descriptive statistics of Integer values in a List.

Constructors

  • IntegerStatistics();

Methods

  • static double mean(List aList);

    Computes the mean of the List of Integer values.

  • static double stdev(List aList);

    Computes the standard deviation of the List of Integer values.