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.8.2-80-g8e98d2


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-80-g8e98d2e
Date: Sat, 26 Apr 2014 05:48:11 +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  8e98d2ec1b1620280d66820e323d82b00975374e (commit)
      from  171bd1341565bf922cd3361e564d3d02b18c9547 (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 8e98d2ec1b1620280d66820e323d82b00975374e
Author: John Darrington <address@hidden>
Date:   Sat Apr 26 07:33:08 2014 +0200

    FREQUENCIES: Fixed crash showing histograms of limited range.
    
    We had been using Freedman-Diaconis rule to select the bin width.
    According to the literature this is better than Sturges rule.
    However it cannot work when the interquartile range is zero, which
    will happen for datasets with small range.
    
    This change uses the Freedman-Diaconis rule and falls back to
    Sturges when the IQR is zero.

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

Summary of changes:
 src/language/stats/frequencies.c    |   14 +++++++++++---
 tests/language/stats/frequencies.at |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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