X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=1ebd8d2ad1121f1fdacac78a761dd3ebf0e082d0;hb=d94b00b8d019bb2fda05366a2e86505fff13dbe3;hp=0a07f8cb773a227ece798ff67f45c833ab5c8207;hpb=4dc2ebcfd1a113b25f6997ff3b66fa52ac41158b;p=pspp-builds.git diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index 0a07f8cb..1ebd8d2a 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,3 +1,25 @@ +2006-07-05 Jason Stover + + * innovations.c (innovations_struct_init): New function. + +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