Searched refs:standard_deviation (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvideo_sync_test.cc54 float standard_deviation = CollectEstimatesDuring15Seconds(min_estimate); local
55 EXPECT_LT(standard_deviation, 30.0f);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb141 fixed_data.standard_deviation.should == 0.26674678283691855
148 cyclic_data.standard_deviation.should == 3.4034296427770228
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.cc83 double ProfilerEvent::standard_deviation() const { function in class:rtc::ProfilerEvent
182 << " sd=" << profiler_event.standard_deviation();
H A Dprofiler.h95 double standard_deviation() const;
/external/fio/tools/plot/
H A Dfio2gnuplot254 standard_deviation = math.sqrt(average(variance))
255 # print "Disk%d [ min=%.2f max=%.2f avg=%.2f stddev=%.2f \n" % (disk,min(disk_perf[disk]),max(disk_perf[disk]),avg, standard_deviation)
257 stddev_file.write('%d %d\n' % (disk, standard_deviation))
268 standard_deviation = math.sqrt(average(variance))
273 global_file.write('stddev=%.2f\n' % standard_deviation)
276 #print "Global [ min=%.2f max=%.2f avg=%.2f stddev=%.2f \n" % (min(global_disk_perf),max(global_disk_perf),avg, standard_deviation)
291 generate_gnuplot_math_script("Standard Deviation of "+title,gnuplot_output_filename+'.stddev',mode,int(standard_deviation),gnuplot_output_dir,gpm_dir)
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DDataset.pm36 $self->{_error} = $t * $stats->standard_deviation();
/external/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm36 $self->{_error} = $t * $stats->standard_deviation();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb89 def standard_deviation method in class:ANTLR3.Profile.DataSet
172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
/external/chromium_org/chrome/browser/net/
H A Durl_info.cc252 int standard_deviation() const { function in class:chrome_browser_net::MinMaxAverage
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc108 int Random::Gaussian(int mean, int standard_deviation) { argument
118 return static_cast<int>(mean + standard_deviation *
H A Dbwe_test_framework.h141 int Gaussian(int mean, int standard_deviation);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py3354 rank += 2 * standard_deviation(len(line) for line in lines)
3443 def standard_deviation(numbers): function

Completed in 372 milliseconds