added new initialization function
[pspp-builds.git] / src / math / ts / ChangeLog
index e5b715fc31573bd5d9cd55f31f5a2b75ddf7c9d8..1ebd8d2ad1121f1fdacac78a761dd3ebf0e082d0 100644 (file)
@@ -1,6 +1,35 @@
+2006-07-05  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (innovations_struct_init): New function.
+
+2006-07-03  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (init_theta): Fixed subscripts.
+       * innovations.c (innovations_update_coeff): Fixed subscripts.
+       * innovations.c (get_covarience): Fixed subscripts.
+       * innovations.c (pspp_innovations_free): New function.
+       * innovations.c (pspp_innovations_free_one): New function.
+
+2006-07-02  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (get_coef): Moved instructions to
+       innovations_update_coeff() and init_theta().
+       * innovations.c (get_coef): Fixed allocation of theta.
+       * innovations.c (innovations_update_theta): New function.
+       * innovations.c (init_theta): New function.
+       * innovations.c (innovations_convolve): Fixed upper bound of
+       subscript in sum.
+
+2006-07-01  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c: Use gsl_matrices to avoid use of casefiles by
+       backend math routine.
+
 2006-06-21  Jason Stover  <jhs@math.gcsu.edu>
 
        * innovations.c (innovations_update_scale): New function.
+       * innovations.c (get_coef): Save computed coefficients in est->coeff.
+
        * innovations.c (get_coef): Initialize and free the innovations
        coefficients. Call innovations_update_scale ().