bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #18568] Percentile calculations are not scalable


From: John Darrington
Subject: PSPP-BUG: [bug #18568] Percentile calculations are not scalable
Date: Wed, 20 Dec 2006 21:43:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1

URL:
  <http://savannah.gnu.org/bugs/?18568>

                 Summary: Percentile calculations are not scalable
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Thursday 12/21/06 at 05:42
                Category: None
                Severity: 5 - Average
                  Status: None
             Assigned to: jmd
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

Percentiles as calculated by EXAMINE and FREQUENCIES use the heap to store
sorted data.  This means that failures are likely for large data sets. eg:

DATA LIST LIST /x * w *.
BEGIN DATA.
3  1
2  5000000
4  1
END DATA.

WEIGHT BY w.

EXAMINE /x
 /PERCENTILE= 10, 50, 90
 .

Internally, the data needs to be streamed into a casefile instead of an
array.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18568>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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