4# mars622160
我的matlab版本是2009b,其中自带了svm的程序,但是是做分类的,而你要做的提前一步时间序列预测是要用SVM的回归,也就是SVR,最常用的是Libsvm。
http://www.csie.ntu.edu.tw/~cjlin/
这是libsvm的下载地址。
A Practical Guide to Support Vector Classification,Chih-Wei Hsu, Chih-Chung Chang, and Chih-Jen Lin。 是他写的用SVM做分类的步骤,做回归比较像,你可以看一下。
而ANN做时间序列预测,可以看Forecasting with artificial neural networks The state of the art, Guoqiang Zhang, B. Eddy Patuwo, Michael Y. Hu。International Journal of Forecasting 14 (1998) 35–62