Minimum polynomial extrapolation: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 September 2014

19 February 2013

14 February 2012

  • curprev 17:3517:35, 14 February 2012132.206.224.62 talk 1,280 bytes +1,280 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.