组合预测matlab,ARIMA和RBF组合模型预测 MATLAB程序

本文介绍了如何使用MATLAB进行ARIMA和RBF组合模型预测。通过读取数据,进行一阶差分,然后估计ARIMA模型,并展示残差的自相关图,最终找到最佳的ARIMA参数。
摘要由CSDN通过智能技术生成

(转)

ALPHA=.01; % Pr[type 1 error] for threshold line to test acf for N(0,1/sqrt(n))

pvec=[0,1,2]; % orders of AR

%pvec=[4,5,6];

d=0; % number of differences

qvec=[0,1,2]; % orders of MA

%qvec=[2,3];

RESIDPLOTS=0; % > 0 to plot residual acfs

%dataname='data2(:,1)'; % assumed loaded

%descriptor='US Production'; % strings to be used for plotting

%xvalues='quarters';

%dindex=[1:120];        % select which of the input data to use

brillx=textread('brillx.txt','%f'); % this puts 912 elements in a column

%brilly=textread('brilly.txt','%f');

dataname='brillx';     %%%%%%%%%%%%% dataname statement %%%%%%%%%%%%%%%%%%%

descriptor='WOBBLE';

xvalues='time';

dindex=[

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值