airwf 发表于 2007-1-4 00:25

请教matlab函armax的使用方法

现在有一个时间序列,要用此函数来确定ARMA模型的参数,如何使用armax这个函数。
我试了很长时间没有搞懂,还请大虾们指教! thank you!

happy 发表于 2007-1-4 00:39

m=armax(data,orders)
data为时间序列数据
orders=是自回归移动平均的阶数

这些在帮助中说明的非常清楚了,建议看帮助

airwf 发表于 2007-1-5 17:20

谢谢!不过不能这样子用的,我用的是7.0。这是我输入后提示的错误。文档我没仔细看,好像涉及到很多其他的函数,并且用法不符合我的要求的


armax(a,)
??? Error using ==> armax
Error using ==> pemdecod
The data matrix must have outputs and inputs as column vectors.
It is preferred to use the IDDATA object to contain data. See HELP IDDATA.

slowsnail 发表于 2007-7-16 11:24

回复 #3 airwf 的帖子

将你的a进行转置

tjsnoopy 发表于 2008-7-31 09:43

为何我的Matlab 7.0没有ARMAX的?

我想试着用ARMAX这个函数的时候,说没有这个函数,为什么呢?请指点,谢谢

sigma665 发表于 2008-7-31 11:45

回复 5楼 的帖子

which armax
看有没有

如果没有,可能版本问题
页: [1]
查看完整版本: 请教matlab函armax的使用方法