How to use aryule() in Matlab to extend a number series?
问题 I have a series of numbers. I calculated the "auto-regression" between them using Yule-Walker method . But now how do I extend the series? Whole working is as follows: a) the series I use: 143.85 141.95 141.45 142.30 140.60 140.00 138.40 137.10 138.90 139.85 138.75 139.85 141.30 139.45 140.15 140.80 142.50 143.00 142.35 143.00 142.55 140.50 141.25 140.55 141.45 142.05 b) this data is loaded in to data using: data = load('c:\\input.txt', '-ascii'); c) the calculation of the coefficients: ar