User contributions for 132.206.224.62
Jump to navigation
Jump to search
14 February 2012
- 16:3516:35, 14 February 2012 diff hist +1,280 N Minimum polynomial extrapolation The MATLAB algorithm had a bug: c(end+1,1) is wrong. The vector "c" should be of size (end-1 x 1 ) so that the matrix vector multiplication "x(:,2:end) * c" is meaningful.