作者acxdcc (456 )
看板MATLAB
标题[讨论] 工作空间变数取出
时间Sun Mar 20 17:06:02 2016
大家好,刚开始用matlab,不太熟,跟大家请教一下
model = arima('ARLags',1,'MALags',1,'Constant',0, 'Variance', gjr(1,1))
fit = estimate(model, r)
执行之後如何取出我跑的估计参数(如:ar{1}的0.134957这个数值)
在工作工间里面会有一个变数fit,点进去之後才会看到ar但不知道怎麽直接呼叫出来
已经先上网查了很久,都找不到,谢谢
跑出如下:
ARIMA(1,0,1) Model:
--------------------
Conditional Probability Distribution: Gaussian
Standard t
Parameter Value Error Statistic
----------- ----------- ------------ -----------
Constant 0 Fixed Fixed
AR{1} 0.134957 0.123885 1.08937
MA{1} -0.0154741 0.127463 -0.121401
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 101.8.225.97
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MATLAB/M.1458464775.A.CBE.html