berkeley-stat222 / mousestyles

2016 final project
http://berkeley-stat222.github.io/mousestyles/
BSD 2-Clause "Simplified" License
2 stars 33 forks source link

MRG: MWW test #177

Closed doutib closed 8 years ago

doutib commented 8 years ago

Mann–Whitney–Wilcoxon (MWW) non parametric test on distances.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.6%) to 60.327% when pulling 778e6c9ff245525fe34f96338c984f44cd673610 on doutib:contributing-issue-175 into fe934f35e67546a66e3cc71c8f58aec6ea14211d on berkeley-stat222:master.

doutib commented 8 years ago

@hduongtrong do you have any suggestion for the tests I can do for this function? For example the first one pvalues which computes p values of hypothesis tests on a bunch of sample distribution.

doutib commented 8 years ago

@lunadadada @z357412526 @CenzhuoYao Do you have any suggestion for the code ?

hduongtrong commented 8 years ago

@doutib yeah testing function maybe: generate 1000 standard Gaussian, generate another 1000 standard Gussian, perform the function and make sure the pvalues is > say 0.5? Then generate 1000 standard gaussian, generate 1000 standard exponential, then make sure the pvalues is < say 0.5?

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.8%) to 62.758% when pulling e9c20f9108782c769cb01177b411e697f0e37aeb on doutib:contributing-issue-175 into fe934f35e67546a66e3cc71c8f58aec6ea14211d on berkeley-stat222:master.

doutib commented 8 years ago

@hduongtrong thank you for the review, I have just addressed them. @lunadadada @z357412526 @CenzhuoYao do you have any idea of what could make the code better, and what other tests I can add for the other functions?

coveralls commented 8 years ago

Coverage Status

Coverage increased (+2.8%) to 63.79% when pulling bd9d464f1368fadb7d969a1ed4b8218679c8ab78 on doutib:contributing-issue-175 into fe934f35e67546a66e3cc71c8f58aec6ea14211d on berkeley-stat222:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+2.8%) to 63.81% when pulling 0fa3c063ef8285073f79c6311ec5a2d88d1b47fc on doutib:contributing-issue-175 into fe934f35e67546a66e3cc71c8f58aec6ea14211d on berkeley-stat222:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.6%) to 64.905% when pulling 64052fc4e0647eced8ffc76f848dccfaa3f3056c on doutib:contributing-issue-175 into 5cc92835424905375f56ee90b9e2f70c6cde4455 on berkeley-stat222:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.6%) to 64.905% when pulling 64052fc4e0647eced8ffc76f848dccfaa3f3056c on doutib:contributing-issue-175 into 5cc92835424905375f56ee90b9e2f70c6cde4455 on berkeley-stat222:master.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.6%) to 65.013% when pulling a8889c33f8186e1dd0788d77f8a0bb127c72d2e4 on doutib:contributing-issue-175 into 67bdb6692f6e64d54dd63ce3edb7480eb4a1d6a3 on berkeley-stat222:master.

doutib commented 8 years ago

@jarrodmillman Are we able to merge this PR? It helps to perform the Mann–Whitney–Wilcoxon test over mice distances.