X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fts%2FChangeLog;h=a353ffce1a5f3f51c635762fab5edb5e5fe79352;hb=35c4cb8cfb59bf6e1eb770114850e1184cfafc9b;hp=0fbeb23e0856b4d9b5d48efac806b8438602c0c3;hpb=b1b43c0d6a64d29a13953aa15d98dd74117faa95;p=pspp diff --git a/src/math/ts/ChangeLog b/src/math/ts/ChangeLog index 0fbeb23e08..a353ffce1a 100644 --- a/src/math/ts/ChangeLog +++ b/src/math/ts/ChangeLog @@ -1,3 +1,18 @@ +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