Searched refs:mww (Results 1 – 1 of 1) sorted by relevance
/external/v8/tools/perf/ |
D | statistics-for-json.R | 78 mww <- wilcox.test(patch_res, nopatch_res, conf.int = TRUE, exact=TRUE) globalVar 82 mww$statistic, mww$p.value, 83 mww$conf.int[1], mww$conf.int[2], mww$estimate); 84 df <-rbind(df, list(mww$conf.int[1], mww$conf.int[2], 85 unname(mww$estimate), unname(mww$p.value), 86 testName, ifelse(mww$p.value < 0.05, TRUE, FALSE)))
|