|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Statistics
public class Statistics
long
values.Constructor Summary | |
---|---|
Statistics()
|
Method Summary | |
---|---|
static double |
average(long[] array)
This method computes the average of the values in the specified array. |
static double |
standardDeviation(long[] array)
This method computes the standard deviation of the values in the specified array. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Statistics()
Method Detail |
---|
public static double average(long[] array)
array
- The array for which we want to compute the average.
public static double standardDeviation(long[] array)
array
- The array for which we want to compute the standard deviation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |