HomeSort by relevance Sort by last modified time
    Searched refs:ad_statistic (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 179 double ad_statistic = - n - 1/static_cast<double>(n) * ad_sum; local
180 return ad_statistic;
189 double ad_statistic = AndersonDarlingStatistic(n, random_sample); local
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
191 double p = AndersonDarlingPValue(n, ad_statistic);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 179 double ad_statistic = - n - 1/static_cast<double>(n) * ad_sum; local
180 return ad_statistic;
189 double ad_statistic = AndersonDarlingStatistic(n, random_sample); local
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
191 double p = AndersonDarlingPValue(n, ad_statistic);

Completed in 45 milliseconds