edu.asu.cri.MirkE.util
Class DataAnalyzer

java.lang.Object
  extended byedu.asu.cri.MirkE.util.DataAnalyzer
Direct Known Subclasses:
GrowthCurveDataAnalyzer, MetabolicAssayDataAnalyzer, PerWellDataAnalyzer

public abstract class DataAnalyzer
extends java.lang.Object


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

DataAnalyzer

public DataAnalyzer()
Method Detail

setMirke

public void setMirke(MirkE mirke)
Parameters:
mirke -

getMirke

public MirkE getMirke()
Returns:
mirke

stdevFromListAndMean

public static double stdevFromListAndMean(java.util.List list,
                                          double mean)
Parameters:
list - java.util.List of Doubles
mean - the mean value of the Doubles 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


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.