pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-463-g97f2f


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-463-g97f2fd8
Date: Mon, 31 Dec 2012 12:50:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  97f2fd8ca9f4a977ed055e145eb722a52e0e6cc7 (commit)
      from  d49a471a1fa405dd68d51ade4a4fed35b77cc41d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 97f2fd8ca9f4a977ed055e145eb722a52e0e6cc7
Author: John Darrington <address@hidden>
Date:   Mon Dec 31 11:33:38 2012 +0100

    Remove assertions which compare the sum of weights between passes.
    
    These asserted that the sum of case-weights of a dataset calculated
    in one pass, was the same as that calculated in a second pass.
    Algebraically this is correct.  However, for optimisation purposes,
    it is sometimes desireable that the second pass occurs after the
    data has been reordered.   If that happens, the sum of weights can
    be slightly different due to floating point rounding errors.  This
    happens particularly when the caseweights are fractional.

-----------------------------------------------------------------------

Summary of changes:
 src/math/moments.c      |    6 +-----
 src/math/percentiles.c  |    2 --
 src/math/trimmed-mean.c |    2 --
 3 files changed, 1 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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