RESOLVED FIXED Bug 213219
Multiple hypothesis testing should use False Discovery Rate instead of Bonferroni
https://bugs.webkit.org/show_bug.cgi?id=213219
Summary Multiple hypothesis testing should use False Discovery Rate instead of Bonfer...
Saam Barati
Reported 2020-06-15 15:07:16 PDT
...
Attachments
patch (6.90 KB, patch)
2020-06-15 17:53 PDT, Saam Barati
no flags
Saam Barati
Comment 1 2020-06-15 17:53:50 PDT
Mark Lam
Comment 2 2020-06-16 13:49:16 PDT
Comment on attachment 401961 [details] patch r=me
EWS
Comment 3 2020-06-16 14:09:33 PDT
Committed r263114: <https://trac.webkit.org/changeset/263114> All reviewed patches have been landed. Closing bug and clearing flags on attachment 401961 [details].
Radar WebKit Bug Importer
Comment 4 2020-06-16 14:10:25 PDT
Darin Adler
Comment 5 2020-06-16 15:58:07 PDT
Comment on attachment 401961 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=401961&action=review > Tools/Scripts/compare-results:181 > + isSignifcant = computeMultipleHypothesesSignficance(a, b) typo: "signifcant"
Saam Barati
Comment 6 2020-06-16 16:22:38 PDT
(In reply to Darin Adler from comment #5) > Comment on attachment 401961 [details] > patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=401961&action=review > > > Tools/Scripts/compare-results:181 > > + isSignifcant = computeMultipleHypothesesSignficance(a, b) > > typo: "signifcant" Ah, I typod it twice! "Signficance" too Will fix
Saam Barati
Comment 7 2020-06-16 16:29:41 PDT
Note You need to log in before you can comment on or make changes to this bug.