save coefficients in innovations estimate structure
[pspp-builds.git] / src / math / ts / ChangeLog
index d506aaf090d1666814dd216bb1a6c5d74119cb96..e2880996651d9d916fa1a3625a84220320078e8f 100644 (file)
@@ -1,3 +1,16 @@
+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