[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1911-g26ff
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1911-g26ff6fc |
Date: |
Sat, 12 Mar 2011 06:12:59 +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 26ff6fce95fb38f0986017dd922c36d4b1b239c7 (commit)
from 12212dfd8afc14405274703b511c32d362ec0ab5 (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 26ff6fce95fb38f0986017dd922c36d4b1b239c7
Author: Ben Pfaff <address@hidden>
Date: Fri Mar 11 22:10:54 2011 -0800
FREQUENCIES: Fix percentiles calculation.
The condition for using a variate directly instead of interpolating was
just wrong. It would interpolate in cases where it clearly should not,
which produced incorrect results in many cases.
Thanks to Fabio Bordignon <address@hidden> for reporting the problem
and supplying a simple test case.
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/frequencies.q | 5 +--
tests/language/dictionary/weight.at | 2 +-
tests/language/stats/frequencies.at | 41 +++++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+), 4 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1911-g26ff6fc,
Ben Pfaff <=