covariance-matrix.c: Added one-pass algorithm to compute covariance
authorJason H Stover <jhs@math.gcsu.edu>
Thu, 6 Nov 2008 15:45:40 +0000 (10:45 -0500)
committerJason H Stover <jhs@math.gcsu.edu>
Thu, 6 Nov 2008 15:45:40 +0000 (10:45 -0500)
matrices.  New structure covariance_matrix contains the covariance
matrix, related data and member functions. Added different routines to
handle pairwise or listwise deletion of missing values.  Added many
new functions.

glm.q: Changed run_glm to use the new interface to the covariance
matrix. Removed unused function data_pass_one().


No differences found