pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new algorithm for wilcoxon signed-rank test


From: Ben Pfaff
Subject: Re: new algorithm for wilcoxon signed-rank test
Date: Thu, 05 Feb 2009 07:21:27 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

John Darrington <address@hidden> writes:

> One small point about the implementation: It seems that array[0] is
> never used.  So it count be one int smaller.

It's true, but then all the array references would have to be of
the form "array[x - 1]".  I figured that the simplicity of
reference was worth one "int" worth of storage.
-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]