fixed subscript in sum; added new functions; fixed allocation of theta
[pspp-builds.git] / src / math / ts / ChangeLog
index 07cb6f45a9862205d2cb5d3b0bede063a6b73b88..5a4f81e3ad33fe9c5c4e8f38d8f328d21711d79e 100644 (file)
@@ -1,4 +1,32 @@
-2006-06-04  Jason Stover  <jhs@debs.hjklfdsss.org>
+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 ().
+
+2006-06-16  Jason Stover  <jhs@math.gcsu.edu>
+
+       * innovations.c (innovations_convolve): New function.
+       * innovations.c (get_coef): New function.
+
+2006-06-04  Jason Stover  <jhs@math.gcsu.edu>
 
        * innovations.c (get_covariance): Initial version