Home
last modified time | relevance | path

Searched refs:standard_deviation (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Dprofile-mode.rb141 fixed_data.standard_deviation.should == 0.26674678283691855
148 cyclic_data.standard_deviation.should == 3.4034296427770228
/external/fio/tools/plot/
Dfio2gnuplot254 standard_deviation = math.sqrt(average(variance))
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)
291 …rd Deviation of "+title,gnuplot_output_filename+'.stddev',mode,int(standard_deviation),gnuplot_out…
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dprofile.rb89 def standard_deviation method in ANTLR3.Profile.DataSet
172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
/external/icu/icu4c/source/test/perf/perldriver/
DDataset.pm36 $self->{_error} = $t * $stats->standard_deviation();