Methods in org.eclipse.test.internal.performance.eval with parameters of type StatisticsUtil.Percentile |
double[] |
StatisticsSession.getConfidenceInterval(Dim dimension,
StatisticsUtil.Percentile percentile)
Returns the confidence interval for the given dimension and the percentile. |
static double |
StatisticsUtil.getStudentsT(int df,
StatisticsUtil.Percentile percentile)
Returns the student's t value from the two-tailed t-table. |
static double[] |
StatisticsUtil.statisticsForTimeSeries(TimeSeries refSeries,
int index1,
TimeSeries testSeries,
int index2,
StatisticsUtil.Percentile percentile)
Returns true if the mean of two data sets is significantly different, such
that the probability that they are from the same population is lower than
percentile , false otherwise. |
static double |
StatisticsUtil.studentTtest(double[] values,
double[] stddevs,
long[] counts,
StatisticsUtil.Percentile percentile)
|