|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.asu.cri.MirkE.util.DataAnalyzer
Constructor Summary | |
DataAnalyzer()
|
Method Summary | |
MirkE |
getMirke()
|
void |
setMirke(MirkE mirke)
|
static double |
stdevFromListAndMean(java.util.List list,
double mean)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataAnalyzer()
Method Detail |
public void setMirke(MirkE mirke)
mirke
- public MirkE getMirke()
public static double stdevFromListAndMean(java.util.List list, double mean)
list
- java.util.List
of Double
smean
- the mean value of the Double
s in list
note - if mean is not the mean value of the items in the list, this will return the second moment of the distribution about the value of mean
- Returns:
- stdev standard deviation from the mean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |