X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=a353ffce1a5f3f51c635762fab5edb5e5fe79352;hb=755ecfd2e8d86bc134fe7202c46fee354ec166d0;hp=5a4f81e3ad33fe9c5c4e8f38d8f328d21711d79e;hpb=7496b3a78aafe5c66790f805ef2de1437340a73a;p=pspp-builds.git diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index 5a4f81e3..a353ffce 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,3 +1,45 @@ +2006-07-16 Jason Stover + + * innovations.c (get_coef): Fixed diagonal elements and call to + innovations_convolve(). + (subtract_mean): New function. Subtract the mean before computing + the coefficients. + +2006-07-15 Jason Stover + + * innovations.c (get_covariance): Fixed computation of + covariance. Made COV[i] the lag i covariance. + (update_cov): New function. + (get_covariance): Use gsl_vector_view's to get rows of correct + lag. + +2006-07-14 Jason Stover + + * innovations.c (innovations_struct_init): Fix initialization of + coefficient. + +2006-07-13 Jason Stover + + * innovations.c (pspp_innovations): Altered function to use struct + design_matrix. + +2006-07-06 Jason Stover + + * innovations.c (get_covariance): Fixed subscripts. + (innovations_update_scale): Added check for subscript. + +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