[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.0-58-gb4fdd5
From: |
Jason H Stover |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-58-gb4fdd51 |
Date: |
Mon, 15 Sep 2008 16:35: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 b4fdd51a0bf62800c53c8a805f31ea735d931029 (commit)
from 5f8dc7ca9962b212d623566e287b0f1d365f6398 (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 b4fdd51a0bf62800c53c8a805f31ea735d931029
Author: Jason H Stover <address@hidden>
Date: Mon Sep 15 12:35:11 2008 -0400
pspp_coeff_var_to_coeff: Guard against a null pointer in coefs[i]->v_info.
regression.q: Pass variable lists to pspp_linreg_cache_alloc.
pspp_linreg_cache_alloc: Take variable lists as arguments to allow easier
access
later and computation of number of coefficients during
allocation.
rearrange_covariance_matrix: Use the new stored list of variables in the
linreg_cache
instead of calling pspp_linreg_get_vars().
cache_init: Move computation of n_coeffs to pspp_linreg_cache_alloc().
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/glm.q | 14 +++--
src/language/stats/regression.q | 3 +-
src/math/coefficient.c | 10 +++-
src/math/linreg.c | 113 ++++++++++++++++++---------------------
src/math/linreg.h | 6 ++-
5 files changed, 77 insertions(+), 69 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-58-gb4fdd51,
Jason H Stover <=