[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c |
Date: |
Thu, 05 Feb 2009 15:27:43 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
Follow-up Comment #13, bug #25466 (project pspp):
>As there's no longer any 3rd party code involved, there's no
>reason for it to stay in lib/misc. It can go in src/math.
I was assuming that the first few lines of LevelOfSignificanceWXMPSR() came
from Rob van Son, e.g. this code:
/* Determine Wmax, i.e., work with the largest Rank Sum */
MaximalW = N*(N+1)/2;
if(Winput < MaximalW/2)Winput = MaximalW - Winput;
W = Winput; /* Convert to long int */
if(W != Winput)++W; /* Increase to next full integer */
Given that, I was staying on the safe side by leaving it in lib/misc.
Am I wrong?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?25466>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, (continued)
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/02
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/03
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/03
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/03
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/04
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/04
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/05
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/05
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/05
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/05
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c,
Ben Pfaff <=
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/05
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/06
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, John Darrington, 2009/02/06
- PSPP-BUG: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/06
- PSPP-BUG: Re: [bug #25466] Compile problem on wilcoxon.c, Michel Boaventura, 2009/02/06
- Re: PSPP-BUG: Re: [bug #25466] Compile problem on wilcoxon.c, Ben Pfaff, 2009/02/07
- Re: PSPP-BUG: Re: [bug #25466] Compile problem on wilcoxon.c, Michel Boaventura, 2009/02/07
- Re: PSPP-BUG: Re: [bug #25466] Compile problem on wilcoxon.c, Michel Boaventura, 2009/02/07