|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--rvl.stat.Stat
Basic statistics calculations
| Constructor Summary | |
Stat()
|
|
| Method Summary | |
static double |
mean(double[] x)
|
static double[] |
meanSD(double[] x)
|
static double |
sd(double[] x)
|
static double |
sd(double[] x,
double mean)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Stat()
| Method Detail |
public static double mean(double[] x)
public static double sd(double[] x,
double mean)
public static double sd(double[] x)
public static double[] meanSD(double[] x)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||