|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gersteinlab.regulation.util.SimpleStats
public class SimpleStats
This class provides functions for computing some simple statistics.
Change History: 1.0 - Initial version
Constructor Summary | |
---|---|
SimpleStats()
|
Method Summary | |
---|---|
static double |
getMean(double[] v)
Compute the mean of a vector. |
static double |
getSD(double[] v)
Compute the standard deviation of a vector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStats()
Method Detail |
---|
public static double getMean(double[] v)
v
- The vector
public static double getSD(double[] v)
v
- The vector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |