Lines Matching refs:setprecision

14 using std::setprecision;
46 cout << setprecision(7); in confidence_limits_on_std_deviation()
68 cout << fixed << setprecision(3) << setw(10) << right << 100 * (1-alpha[i]); in confidence_limits_on_std_deviation()
73 cout << fixed << setprecision(5) << setw(15) << right << lower_limit; in confidence_limits_on_std_deviation()
74 cout << fixed << setprecision(5) << setw(15) << right << upper_limit << endl; in confidence_limits_on_std_deviation()
102 cout << setprecision(7); in confidence_limits_on_std_deviation_alpha()
118 cout << fixed << setprecision(3) << setw(10) << right << N; in confidence_limits_on_std_deviation_alpha()
123 cout << fixed << setprecision(4) << setw(15) << right << lower_limit; in confidence_limits_on_std_deviation_alpha()
124 cout << fixed << setprecision(4) << setw(15) << right << upper_limit << endl; in confidence_limits_on_std_deviation_alpha()
154 cout << setprecision(5); in chi_squared_test()
170 << setprecision(3) << scientific << p << "\n"; in chi_squared_test()
176 << setprecision(3) << scientific << ucv << "\n"; in chi_squared_test()
178 << setprecision(3) << scientific << ucv2 << "\n"; in chi_squared_test()
180 << setprecision(3) << scientific << lcv << "\n"; in chi_squared_test()
182 << setprecision(3) << scientific << lcv2 << "\n\n"; in chi_squared_test()
188 << setprecision(4) << fixed << alpha << "\n\n"; in chi_squared_test()
190 cout << "Standard Deviation != " << setprecision(3) << fixed << D << " "; in chi_squared_test()
195 cout << "Standard Deviation < " << setprecision(3) << fixed << D << " "; in chi_squared_test()
200 cout << "Standard Deviation > " << setprecision(3) << fixed << D << " "; in chi_squared_test()
225 cout << setprecision(5); in chi_squared_sample_sized()
248 cout << fixed << setprecision(3) << setw(10) << right << 100 * (1-alpha[i]); in chi_squared_sample_sized()
255 cout << fixed << setprecision(0) << setw(16) << right << size; in chi_squared_sample_sized()
262 cout << fixed << setprecision(0) << setw(16) << right << size << endl; in chi_squared_sample_sized()