Change "union value" to dynamically allocate long strings.
[pspp-builds.git] / src / math / ts / innovations.c
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-20 John DarringtonUsed pow2(x) instead of x * x where appropriate.
2008-07-29 Ben PfaffUse standard C99 isfinite, isnan, isinf in place of...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-23 Ben PfaffMake the missing value code do more work, so that its...
2006-07-16 Jason Stovercenter the data before computing the coefficients;...
2006-07-16 Jason Stoverfixed and tested computation of coefficients
2006-07-15 Jason Stoverfixed computation of sample covariance
2006-07-13 Jason Stoveruse struct design_matrix
2006-07-06 Jason Stoversubscript fixes
2006-07-05 Jason Stoveradded new initialization function
2006-07-03 Jason Stoversubscript fixes; added free functions
2006-07-02 Jason Stoverfixed subscript in sum; added new functions; fixed...
2006-07-01 Jason Stoverdropped use of casefiles
2006-07-01 Jason Stovercorrected increment of lag
2006-06-21 Jason Stoversave coefficients in innovations estimate structure
2006-06-21 Jason Stoveradded scale update to innovations algorithm
2006-06-16 Jason Stoveradded initial innovations functions
2006-06-07 Jason Stoverfixed mistakes
2006-06-07 Jason Stoverfixed mistakes
2006-06-07 Jason StoverRenamed time-series directory ts