HomeSort by relevance Sort by last modified time
    Searched full:stddev (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 189 def stddev (self): member in class:Stats
200 return (self.mean () - population.mean ()) / population.stddev ()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 850 stddev = _sqrt(sqsum/n - avg*avg)
851 print 'avg %g, stddev %g, min %g, max %g' % \
852 (avg, stddev, smallest, largest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 850 stddev = _sqrt(sqsum/n - avg*avg)
851 print 'avg %g, stddev %g, min %g, max %g' % \
852 (avg, stddev, smallest, largest)
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 412 // Scaled to roughly match gaussian/uniform noise stddev
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 507 " StdDev: " << stats.standard_deviation_us;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 550 def stdDev
555 stdDev/Math.sqrt(size)
597 "size = #{size}, mean = #{mean}, stdDev = #{stdDev}, stdErr = #{stdErr}, confInt = #{confInt}"
    [all...]
  /external/flac/include/FLAC/
stream_encoder.h     [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mysql.php 231 'MAX','MIN','STDDEV_POP','STDDEV_SAMP','STDDEV','STD','SUM',
  /external/linux-tools-perf/
builtin-stat.c 244 * http://en.wikipedia.org/wiki/Stddev
1054 "repeat command and print average + stddev (max: 100)"),
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.tcc     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
random     [all...]
  /external/flac/libFLAC/
stream_encoder.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 228 double stddev = mWcStats.stddev(); local
232 double stddevCycles = mHzStats.stddev();
240 " us per mix loop: mean=%.0f stddev=%.0f min=%.0f max=%.0f\n"
241 " %% of wall: mean=%.1f stddev=%.1f min=%.1f max=%.1f\n"
242 " MHz: mean=%.1f, stddev=%.1f, min=%.1f max=%.1f",
246 stddev * .001,
250 stddev / perLoop100,
    [all...]
  /external/opencv/cxcore/src/
cxmeansdv.cpp 45 * Mean and StdDev calculation *
    [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 406 * In other words, an ideal choice for W would be W[i] = 1 / var(Y[i]) = 1 / stddev(Y[i]).
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h     [all...]
random.tcc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h     [all...]
random.tcc     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h     [all...]
random.tcc     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h     [all...]

Completed in 616 milliseconds

1 23 4