[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-19-gda299b
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-19-gda299bd |
Date: |
Tue, 07 Apr 2009 02:44:08 +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, stable has been updated
via da299bd9871b178336a440c6ac53aebc3cea672e (commit)
from 23fe9f40872f54400ce10d87f349c8d317c21274 (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 da299bd9871b178336a440c6ac53aebc3cea672e
Author: John Darrington <address@hidden>
Date: Tue Apr 7 10:30:13 2009 +0800
Allow users to set the precision of output statistics.
Instead of hard coding the width and decimals of output
numbers, respect the default format in most instances.
Counts are normally displayed with the format of the weight
variable, if any. Closes patch #6785
-----------------------------------------------------------------------
Summary of changes:
src/data/format.c | 2 +
src/data/format.h | 2 +
src/language/stats/binomial.c | 31 ++--
src/language/stats/chisquare.c | 48 +++--
src/language/stats/crosstabs.q | 103 ++++++----
src/language/stats/descriptives.c | 3 +-
src/language/stats/examine.q | 350 +++++++++++++++++----------------
src/language/stats/frequencies.q | 79 ++++----
src/language/stats/npar-summary.c | 24 ++-
src/language/stats/npar-summary.h | 7 -
src/language/stats/oneway.q | 159 ++++++++--------
src/language/stats/regression.q | 46 +++---
src/language/stats/t-test.q | 228 +++++++++++++---------
src/output/table.c | 63 ++++++-
src/output/table.h | 7 +-
tests/bugs/multipass.sh | 10 +-
tests/bugs/t-test-alpha.sh | 32 ++--
tests/bugs/t-test-alpha3.sh | 24 ++--
tests/bugs/temp-freq.sh | 26 ++--
tests/command/examine-extremes.sh | 52 +++---
tests/command/examine.sh | 230 +++++++++++-----------
tests/command/npar-binomial.sh | 82 ++++----
tests/command/npar-chisquare.sh | 176 ++++++++--------
tests/command/oneway.sh | 32 ++--
tests/command/regression-qr.sh | 14 +-
tests/command/regression.sh | 14 +-
tests/command/t-test-1-indep-val.sh | 24 ++--
tests/command/t-test-1s.sh | 20 +-
tests/command/t-test-pairs.sh | 24 ++--
tests/command/trimmed-mean.sh | 38 ++--
tests/command/weight.sh | 153 +++++++-------
tests/stats/descript-basic.sh | 42 ++--
tests/stats/descript-mean-bug.sh | 2 +
tests/stats/descript-missing.sh | 56 +++---
tests/stats/percentiles-compatible.sh | 38 ++--
tests/stats/percentiles-enhanced.sh | 152 +++++++-------
36 files changed, 1279 insertions(+), 1114 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-19-gda299bd,
John Darrington <=