Home
last modified time | relevance | path

Searched refs:degreeOfFreedom (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DBuildResultsElement.java249 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2); in getPropertyValue() local
250 …if (ttestValue >= 0 && StatisticsUtil.getStudentsT(degreeOfFreedom, StatisticsUtil.T90) >= ttestVa… in getPropertyValue()
DResultsElement.java485 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2); in initStatus() local
486 …if (ttestValue >= 0 && StatisticsUtil.getStudentsT(degreeOfFreedom, StatisticsUtil.T90) >= ttestVa… in initStatus()