X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=353b94e765362f1896702eaa42fc5d3cc0fd1330;hb=fb67d7201c231228f4a528f0c10d1cd17cddd6c5;hp=d506aaf090d1666814dd216bb1a6c5d74119cb96;hpb=5853c2fb0300e3db0ac6a06f1d91a7454f53be42;p=pspp-builds.git diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index d506aaf0..353b94e7 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,3 +1,39 @@ +2006-07-03 Jason Stover + + * 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 + + * 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 + + * innovations.c: Use gsl_matrices to avoid use of casefiles by + backend math routine. + +2006-06-21 Jason Stover + + * 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 + + * innovations.c (innovations_convolve): New function. + * innovations.c (get_coef): New function. + 2006-06-04 Jason Stover * innovations.c (get_covariance): Initial version