fixed and tested computation of coefficients
[pspp-builds.git] / src / math / ts / ChangeLog
index fdc8e88ba173e6f5001be865d3bd15e7e8982580..18948856e396b492310c850e1eb6712c75b24ff7 100644 (file)
@@ -1,3 +1,26 @@
+2006-07-16  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (get_coef): Fixed diagonal elements and call to
+       innovations_convolve().
+
+2006-07-15  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (get_covariance): Fixed computation of
+       covariance. Made COV[i] the lag i covariance.
+       (update_cov): New function.
+       (get_covariance): Use gsl_vector_view's to get rows of correct
+       lag.
+
+2006-07-14  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (innovations_struct_init): Fix initialization of
+       coefficient. 
+
+2006-07-13  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (pspp_innovations): Altered function to use struct
+       design_matrix. 
+
 2006-07-06  Jason Stover  <jhs@math.gcsu.edu>
 
        * innovations.c (get_covariance): Fixed subscripts.