[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Trimmed mean calculation fixed [Was Re: Charts]
From: |
John Darrington |
Subject: |
Trimmed mean calculation fixed [Was Re: Charts] |
Date: |
Sat, 11 Dec 2004 11:59:04 +0800 |
User-agent: |
Mutt/1.5.4i |
On Sun, Dec 05, 2004 at 01:20:27PM -0800, Ben Pfaff wrote:
Now I get a different problem. With this source file:
DATA LIST FIXED
FILE='cvs-hist'
/RTYPE 1-1 (A)
WHEND 3-12 (SDATE)
WHENT 14-18 (TIME)
WHO 26-33 (A)
WHAT 40-70 (A)
.
[::snip::]
I get a segfault:
(gdb) r
Program received signal SIGSEGV, Segmentation fault.
metrics_postcalc (m=0x810c8a8) at factor_stats.c:190
190 m->trimmed_mean += (m->n - m->wvp[k2 - 1]->cc - tc) *
m->wvp[k2]->v.f ;
This problem should now have been fixed.
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.
pgp6EmAuKoOeV.pgp
Description: PGP signature
- Charts, John Darrington, 2004/12/04
- Re: Charts, Ben Pfaff, 2004/12/05
- Re: Charts, John Darrington, 2004/12/06
- Re: Charts, Ben Pfaff, 2004/12/13
- Re: Charts, John Darrington, 2004/12/13
- Re: Charts, Ben Pfaff, 2004/12/13
- Re: Charts, John Darrington, 2004/12/13
- Re: Charts, Ben Pfaff, 2004/12/13
Trimmed mean calculation fixed [Was Re: Charts],
John Darrington <=