Searched refs:degreeOfFreedom (Results 1 – 2 of 2) sorted by relevance
249 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2); in getPropertyValue() local250 …if (ttestValue >= 0 && StatisticsUtil.getStudentsT(degreeOfFreedom, StatisticsUtil.T90) >= ttestVa… in getPropertyValue()
485 int degreeOfFreedom = (int) (baselineResults.getCount()+buildResults.getCount()-2); in initStatus() local486 …if (ttestValue >= 0 && StatisticsUtil.getStudentsT(degreeOfFreedom, StatisticsUtil.T90) >= ttestVa… in initStatus()