pspp_coeff_var_to_coeff: Guard against a null pointer in coefs[i]->v_info.
authorJason H Stover <jhs@math.gcsu.edu>
Mon, 15 Sep 2008 16:35:11 +0000 (12:35 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Mon, 15 Sep 2008 16:35:11 +0000 (12:35 -0400)
commitb4fdd51a0bf62800c53c8a805f31ea735d931029
tree7baacef63d9ead67dc57d5c7ee614f9100d96c23
parent5f8dc7ca9962b212d623566e287b0f1d365f6398
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().
src/language/stats/glm.q
src/language/stats/regression.q
src/math/coefficient.c
src/math/linreg.c
src/math/linreg.h