covariance-matrix.c: Add matrices to store valid sample sizes and
authorJason H Stover <jhs@math.gcsu.edu>
Mon, 16 Mar 2009 21:32:51 +0000 (17:32 -0400)
committerJason H Stover <jhs@math.gcsu.edu>
Mon, 16 Mar 2009 21:32:51 +0000 (17:32 -0400)
commitcdbf99d3a0b7c7152470d62e202216db512b09a6
tree2e628b5191284447894dc4cbf981c53ab5e76978
parent4612957073c41b6f15e8b36de14f43fb40cd9bfb
covariance-matrix.c: Add matrices to store valid sample sizes and
products of means in struct covariance_matrix.

covariance-matrix.c (update_ssize): New function

covariance-matrix.c (covariance_accumulator_to_matrix): Store valid
sample sizes and products of means, then use them to compute the
entries of the covariance matrix after passing through the
hash. Return void.
src/math/covariance-matrix.c