Lines Matching refs:ci
326 ci = {
333 ci = { 'abs': 0, 'low': average, 'high': average }
335 ci['perc'] = t_bounds[1] * stddev / sqrt(N) / average * 100
337 ci['perc'] = 0
339 'stddev': stddev, 'min': low, 'max': high, 'ci': ci }
427 conf = "{:0.1f}({:0.2f}%)".format(s['ci']['abs'], s['ci']['perc'])
534 entry.append(round(s['ci']['abs'], 1))
535 entry.append(round(s['ci']['perc'], 2))