search for: w_init_maybe

Displaying 2 results from an estimated 2 matches for "w_init_maybe".

2007 Dec 14
1
Improvement of SignRank functions
...used with one slight modification. I am generating Wilcoxon SignRank density from the beginning (for n=2,3,...) with the help of recursion formula. What is changed? There is no need for SINGRANK_MAX in src/nmath/nmath.h anymore. Only functions: static void w_free() void signrank_free() static void w_init_maybe(int n) static double csignrank(int k, int n) in src/nmath/signrank.c have been altered. There was no change to dsignrank, psignrank, ... I've tried to make as little changes as possible. So, to compile with new functions only src/nmath/signrank.c needs to be changed with the one given in attac...
2024 Jan 15
2
cwilcox - new version
I am a newbie to C (although I did some programming in Perl and Pascal) so forgive me for the language that follows. I am writing because I have a question concerning the *implementation of *(the internal function)* cwilcox* in https://svn.r-project.org/R/!svn/bc/81274/branches/R-DL/src/nmath/wilcox.c. This function is used to determine the test statistics of the Wilcoxon-Mann-Whitney U-test.