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)
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.


No differences found