[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-2096-ged38
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2096-ged38ada |
Date: |
Fri, 01 Jul 2011 12:42:18 +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 ed38ada34331b3b1e0167c350b375a3fb38099a2 (commit)
via ec6f62cd6df384f06c1de6ed8a02dbeceafcd633 (commit)
via 01c3f002d3a9ad239bb145c4a20dccdef75b0775 (commit)
from 840f7bace2423e6d240320ab308f0fbaa8c559f1 (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 ed38ada34331b3b1e0167c350b375a3fb38099a2
Author: John Darrington <address@hidden>
Date: Mon Jun 27 12:58:48 2011 +0200
Fixed the categoricals such that now both GLM and ONEWAY work
commit ec6f62cd6df384f06c1de6ed8a02dbeceafcd633
Author: John Darrington <address@hidden>
Date: Mon Jun 27 09:13:11 2011 +0200
GLM: Add unimplemented subcommands, and add a test.
This change adds a basic GLM test for the "Latin Square" use case.
It also implements the more common subcommands that might occur in
a real life example of such usage. The /DESIGN subcommand differs
slightly from spss. In spss, it is optional, and if given can be
empty. In this change, /DESIGN is mandatory and may not be empty.
The rational for that, is that spss's default is to include interactions
for all the factors. We don't (yet) support interactions, so it's
better to refuse to run a syntax which relies upon the default
rather than to run it with different semantics.
commit 01c3f002d3a9ad239bb145c4a20dccdef75b0775
Author: John Darrington <address@hidden>
Date: Sun Jun 26 22:25:55 2011 +0200
First working GLM command
-----------------------------------------------------------------------
Summary of changes:
src/language/command.def | 2 +-
src/language/stats/automake.mk | 1 +
src/language/stats/glm.c | 448 +++++++++++++++++++++++++++++++---------
src/language/stats/oneway.c | 8 +-
src/math/categoricals.c | 105 +++++++---
src/math/categoricals.h | 20 ++-
src/math/covariance.c | 2 +-
src/math/covariance.h | 2 +-
tests/automake.mk | 1 +
tests/language/stats/glm.at | 72 +++++++
10 files changed, 522 insertions(+), 139 deletions(-)
create mode 100644 tests/language/stats/glm.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2096-ged38ada,
John Darrington <=