pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, pre0.6.2, updated. v0.6.1-43-gf11a


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, pre0.6.2, updated. v0.6.1-43-gf11afbe
Date: Fri, 17 Jul 2009 03:29:44 +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, pre0.6.2 has been updated
       via  f11afbea340755c9d13a668b56b7041b988a10fb (commit)
       via  de4081e6d843a1e3b2a2a4c563ad6434c626377a (commit)
       via  8801412c9d32e74bdf21aee0bb3b29f8e877acef (commit)
      from  93eecdad1d3cd857c042cb5d50ff2f984d1aed20 (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 f11afbea340755c9d13a668b56b7041b988a10fb
Author: Ben Pfaff <address@hidden>
Date:   Thu Jul 16 20:27:45 2009 -0700

    REGRESSION: Fix access beyond end of allocated region.
    
    From Jason Stover, with modification for stable since the
    design_matrix_get_n_cols function does not exist on this branch.
    
    Bug #26861.

commit de4081e6d843a1e3b2a2a4c563ad6434c626377a
Author: Jason Stover <address@hidden(none)>
Date:   Sat Jul 11 15:45:49 2009 -0400

    Return 0.0 for mean of a categorical variable. Fixes bug mentioned in bug 
report 26861.

commit 8801412c9d32e74bdf21aee0bb3b29f8e877acef
Author: John Darrington <address@hidden>
Date:   Thu Jul 16 02:25:42 2009 +0800

    Fixed bug reporting the significance of paired value t-test.
    
    Due to a cut and paste error, the significance of paired
    t-tests was wrong when the value of T was positive.
    Thanks to Mike Griffiths for reporting this problem.

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

Summary of changes:
 src/language/stats/regression.q |    7 +-
 src/language/stats/t-test.q     |    2 +-
 src/math/linreg.c               |    2 +-
 tests/automake.mk               |    1 +
 tests/bugs/t-test-paired.sh     |  117 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 124 insertions(+), 5 deletions(-)
 create mode 100755 tests/bugs/t-test-paired.sh


hooks/post-receive
-- 
GNU PSPP




reply via email to

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