|
From: | John Darrington |
Subject: | PSPP-BUG: [bugs #12035] AGGREGATE gets its sums wrong! |
Date: | Sat, 19 Feb 2005 11:59:23 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 |
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12035> Summary: AGGREGATE gets its sums wrong! Project: PSPP Submitted by: jmd Submitted on: Sat 02/19/2005 at 11:59 Category: Numerical Errors Severity: 5 - Average Status: None Assigned to: None Open/Closed: Open _______________________________________________________ Details: This input file: DATA LIST LIST /x (F8.2) y (a25). BEGIN DATA. 87.50 foo 87.34 bar 9 bar END DATA. AGGREGATE /BREAK=y /z=SUM(x). LIST /z y . produces this output: Z Y -------- ------------------------- 87.43 bar 87.50 foo wheras it should be: Z Y -------------- 96.34 bar 87.50 foo _______________________________________________________ This item URL is: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12035> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |