Displaying 2 results from an estimated 2 matches for "mannwhitney_151102".
2024 Jan 15
2
cwilcox - new version
...array that uses way less memory and is much faster.
The paper itself is in German (you find a copy here:
https://upload.wikimedia.org/wikipedia/commons/f/f5/LoefflerWilcoxonMannWhitneyTest.pdf),
so I uploaded a translation into English (to be found in
https://upload.wikimedia.org/wikipedia/de/1/19/MannWhitney_151102.pdf).
I also looked at the code in R and wrote a new version of the code that
uses my formulae so that a faster implementation is possible (code with
comments is below). I have several questions regarding the code:
1. A lot of commands in the original R code are used to handle the
memory. I...
2024 Jan 16
1
cwilcox - new version
...is much faster.
>> The paper itself is in German (you find a copy here:
>> https://upload.wikimedia.org/wikipedia/commons/f/f5/LoefflerWilcoxonMannWhitneyTest.pdf),
>> so I uploaded a translation into English (to be found in
>> https://upload.wikimedia.org/wikipedia/de/1/19/MannWhitney_151102.pdf).
>>
>> I also looked at the code in R and wrote a new version of the code that
>> uses my formulae so that a faster implementation is possible (code with
>> comments is below). I have several questions regarding the code:
>>
>> 1. A lot of commands in the...