Re: NPAR TESTS
Michael Kiefte <[email protected]> Sat, 27 Mar 2004 11:01:30 -0400
| Newsgroups | gmane.comp.gnu.fiasco.devel |
|---|---|
| Message-ID | <[email protected]> |
On Friday 26 March 2004 18:46, you wrote: > On Fri, Mar 26, 2004 at 11:32:05AM -0400, Michael Kiefte wrote: > I'm going to have a go at NPAR TESTS unless someone objects. I > probably won't work on it this weekend though. > > I was going to work on this one myself. But I haven't started > anything. So please feel free. You could probably get to it before me. It's the end of term. Just let me know what you do. > Have you thought about how to calculate the Wilcoxon's signed rank > statistic? It's O(n2^n) ..... I'm not really sure what you mean. The statistic itself is quite easy to compute: sort, subtract, sort, add. Is sorting really O(2^n)? - M.