Redian新闻
>
请问这个MODEL如何estimate
avatar
请问这个MODEL如何estimate# Economics - 经济
w*h
1
【 以下文字转载自 CS 讨论区 】
发信人: wmbyhh (wmbyhh), 信区: CS
标 题: Matlab函数变量问题,需要循环产生、添加到变量列中,该如何实现?
发信站: BBS 未名空间站 (Tue Feb 26 22:44:28 2008)
请问,Matlab的函数变量如果开始不确定,需要循环产生、添加到变量中,该如何实现。
就是说,开始input_para=null
for i=1:N (N不确定可变)
{input_para}={input_para, vi};
Addevent(input_para);
end
最后依次执行Addevent(v1);
Addevent(v1,v2);
Addevent(v1,v2,v3);
...............
Addevent(v1,v2,...vn)
avatar
r*e
2
y(t)=a+b*X(t)+c*X(t)*y(t-1)+error term
要estimate a, b and c.
太长时间没碰计量了。请问如何estimate? 有没有matlab程序?
多谢!
avatar
k*f
3
参数为array或者cell array

现。

【在 w****h 的大作中提到】
: 【 以下文字转载自 CS 讨论区 】
: 发信人: wmbyhh (wmbyhh), 信区: CS
: 标 题: Matlab函数变量问题,需要循环产生、添加到变量列中,该如何实现?
: 发信站: BBS 未名空间站 (Tue Feb 26 22:44:28 2008)
: 请问,Matlab的函数变量如果开始不确定,需要循环产生、添加到变量中,该如何实现。
: 就是说,开始input_para=null
: for i=1:N (N不确定可变)
: {input_para}={input_para, vi};
: Addevent(input_para);
: end

avatar
i*e
4
左边应该是y(t)?
avatar
w*h
5
就是说输入参数是array, 如input[],
然后动态改变input[],每次array有不同的数值和长度?

【在 k****f 的大作中提到】
: 参数为array或者cell array
:
: 现。

avatar
r*e
6
对的。改正了。
谢谢。

【在 i*******e 的大作中提到】
: 左边应该是y(t)?
avatar
s*h
7
不太明白楼主想问什么
不过我想kukutf说的应该可以。
structure或者cell都不错,cell可能更灵活些。
avatar
i*e
8
如果没有stationarity的问题,貌似直接用一般的OLS就可以估计吧,采用robust var-
cov来做inference。当然,有很多fancy的方法来提高efficiency。
avatar
s*h
9
想了想,这种循环里还是用cell比较好
avatar
r*e
10
If we use OLS, should we worry about serial correlation?
Thanks.

var-

【在 i*******e 的大作中提到】
: 如果没有stationarity的问题,貌似直接用一般的OLS就可以估计吧,采用robust var-
: cov来做inference。当然,有很多fancy的方法来提高efficiency。

avatar
o*o
11
residual from OLS will deliver info on serial correlation

【在 r******e 的大作中提到】
: If we use OLS, should we worry about serial correlation?
: Thanks.
:
: var-

avatar
t*g
12
No endogeneity, OLS is ok to use. Once you get residuals, use residuals to
estimate variance_covariance to achieve efficiency.
If you know the serial correlation structure, say MA(1), then it is easy to
correct it; if you do not know the serail correlation structure, say, you
only know it is generally an ARMA, then you have to apply HAC or some non-
parametric estimation method.
The best thing to do, if you are willing to make assumptions on the
distribution of error term, is to apply MLE.

【在 r******e 的大作中提到】
: If we use OLS, should we worry about serial correlation?
: Thanks.
:
: var-

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。