5a4f81e3ad33fe9c5c4e8f38d8f328d21711d79e
[pspp-builds.git] / src / math / ts / ChangeLog
1 2006-07-02  Jason Stover  <jhs@math.gcsu.edu>
2
3         * innovations.c (get_coef): Moved instructions to
4         innovations_update_coeff() and init_theta().
5         * innovations.c (get_coef): Fixed allocation of theta.
6         * innovations.c (innovations_update_theta): New function.
7         * innovations.c (init_theta): New function.
8         * innovations.c (innovations_convolve): Fixed upper bound of
9         subscript in sum.
10
11 2006-07-01  Jason Stover  <jhs@math.gcsu.edu>
12
13         * innovations.c: Use gsl_matrices to avoid use of casefiles by
14         backend math routine.
15
16 2006-06-21  Jason Stover  <jhs@math.gcsu.edu>
17
18         * innovations.c (innovations_update_scale): New function.
19         * innovations.c (get_coef): Save computed coefficients in est->coeff.
20
21         * innovations.c (get_coef): Initialize and free the innovations
22         coefficients. Call innovations_update_scale ().
23
24 2006-06-16  Jason Stover  <jhs@math.gcsu.edu>
25
26         * innovations.c (innovations_convolve): New function.
27         * innovations.c (get_coef): New function.
28
29 2006-06-04  Jason Stover  <jhs@math.gcsu.edu>
30
31         * innovations.c (get_covariance): Initial version
32
33 2006-05-25  Jason Stover  <jhs@math.gcsu.edu>
34
35         * innovations.c:  New file
36