Uses of Class
org.android.activityminer.logic.statistics.StudentTTest.ConfidenceCoefficent

Packages that use StudentTTest.ConfidenceCoefficent
org.android.activityminer.logic.statistics Logic layer - Statistical tests. 
 

Uses of StudentTTest.ConfidenceCoefficent in org.android.activityminer.logic.statistics
 

Methods in org.android.activityminer.logic.statistics that return StudentTTest.ConfidenceCoefficent
static StudentTTest.ConfidenceCoefficent StudentTTest.ConfidenceCoefficent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StudentTTest.ConfidenceCoefficent[] StudentTTest.ConfidenceCoefficent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.android.activityminer.logic.statistics with parameters of type StudentTTest.ConfidenceCoefficent
static double StudentTTest.meanConfidenceDelta(double[] sample, StudentTTest.ConfidenceCoefficent cc)
          Mean confidence delta computation for a single sample.
private static double StudentTTest.meanConfidenceDelta(double mean, double var, int n, StudentTTest.ConfidenceCoefficent cc)
          Mean confidence delta computation.
static double[] StudentTTest.meanConfidenceInterval(double[] sample, StudentTTest.ConfidenceCoefficent cc)
          Mean confidence interval computation for a single sample.
private static double[] StudentTTest.meanConfidenceInterval(double mean, double var, int n, StudentTTest.ConfidenceCoefficent cc)
          Mean confidence interval computation.