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-48-gc649


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, pre0.6.2, updated. v0.6.1-48-gc649f7f
Date: Fri, 04 Sep 2009 03:09:50 +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  c649f7f5c4f5b74d48efa3453c38c1458e7ae9a9 (commit)
      from  324b25ac025d75a164ba4506175be6d265681108 (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 c649f7f5c4f5b74d48efa3453c38c1458e7ae9a9
Author: Ben Pfaff <address@hidden>
Date:   Thu Sep 3 20:09:36 2009 -0700

    T-TEST: Avoid NaN in paired-sample correlation significance calcuation.
    
    Sometimes the correlation comes out just above 1.0 due to inaccuracy of
    machine calculation, which causes sqrt(1-corr**2) to yield NaN.  This
    commit forces the correlation into the valid range, fixing the problem.
    
    Thanks to Matej Cepl <address@hidden> for reporting the problem.
    Thanks to John Darrington for suggesting the fix.

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

Summary of changes:
 src/language/stats/t-test.q |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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