glm.q: Removed code to us QR decomposition, which requires the entire data
authorJason H Stover <jhs@math.gcsu.edu>
Wed, 15 Oct 2008 16:12:35 +0000 (12:12 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Wed, 15 Oct 2008 16:12:35 +0000 (12:12 -0400)
commit18918bb7713dd3f7d0b0815d8372e8d454e2f2dc
tree6e8525b74a7e18a325f3762c0075435f21914b87
parentceb0823669b8cb6784fd4f793d28451e33dfd512
glm.q: Removed code to us QR decomposition, which requires the entire data
set to be stored in a matrix.

glm.q: fit_model: New function.

design-matrix.[ch]: Added array of size_t's to store the number of
data for each variable in struct design_matrix. Added accessor
functions design_matrix_increment_case_count,
design_matrix_set_case_count and design_matrix_get_case_count.
src/language/stats/glm.q
src/math/design-matrix.c
src/math/design-matrix.h