楼主: duanyuehen
10249 40

[下载]应用计量经济学和Matlab [推广有奖]

  • 1关注
  • 3粉丝

硕士生

53%

还不是VIP/贵宾

-

威望
0
论坛币
2780 个
通用积分
0.1840
学术水平
1 点
热心指数
1 点
信用等级
1 点
经验
2318 点
帖子
171
精华
0
在线时间
85 小时
注册时间
2004-11-6
最后登录
2022-4-9

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币

87121.rar (1.75 MB)

[此贴子已经被作者于2007-1-25 9:27:34编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:应用计量经济学 应用计量经济 MATLAB 计量经济学 matla 下载 MATLAB 计量经济学 应用

沙发
kiven 发表于 2005-5-31 14:44:00 |只看作者 |坛友微信交流群
什么内容啊?

使用道具

藤椅
yangming 发表于 2005-5-31 15:19:00 |只看作者 |坛友微信交流群
介绍介绍啊

使用道具

板凳
duanyuehen 发表于 2005-5-31 15:32:00 |只看作者 |坛友微信交流群

Applied Econometrics using MATLAB James P. LeSage Department of Economics University of Toledo October, 1999

1 Introduction 1 2 Regression using MATLAB 5 2.1 Design of the regression library . . . . . . . . . . . . . . . . . 6 2.2 The ols function . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.3 Selecting a least-squares algorithm . . . . . . . . . . . . . . . 12 2.4 Using the results structure . . . . . . . . . . . . . . . . . . . . 17 2.5 Performance pro¯ling the regression toolbox . . . . . . . . . . 28 2.6 Using the regression library . . . . . . . . . . . . . . . . . . . 30 2.6.1 A Monte Carlo experiment . . . . . . . . . . . . . . . 31 2.6.2 Dealing with serial correlation . . . . . . . . . . . . . 32 2.6.3 Implementing statistical tests . . . . . . . . . . . . . . 38 2.7 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . . 41 Chapter 2 Appendix 42 3 Utility Functions 45 3.1 Calendar function utilities . . . . . . . . . . . . . . . . . . . . 45 3.2 Printing and plotting matrices . . . . . . . . . . . . . . . . . 49 3.3 Data transformation utilities . . . . . . . . . . . . . . . . . . 65 3.4 Gauss functions . . . . . . . . . . . . . . . . . . . . . . . . . . 69 3.5 Wrapper functions . . . . . . . . . . . . . . . . . . . . . . . . 73 3.6 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . . 76 Chapter 3 Appendix 77 4 Regression Diagnostics 80 4.1 Collinearity diagnostics and procedures . . . . . . . . . . . . 80 4.2 Outlier diagnostics and procedures . . . . . . . . . . . . . . . 94 4.3 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .100

Chapter 4 Appendix 101 5 VAR and Error Correction Models 103 5.1 VAR models . . . . . . . . . . . . . . . . . . . . . . . . . . . .103 5.2 Error correction models . . . . . . . . . . . . . . . . . . . . .113 5.3 Bayesian variants . . . . . . . . . . . . . . . . . . . . . . . . .125 5.3.1 Theil-Goldberger estimation of these models . . . . .138 5.4 Forecasting the models . . . . . . . . . . . . . . . . . . . . . .139 5.5 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .145 Chapter 5 Appendix 148 6 Markov Chain Monte Carlo Models 151 6.1 The Bayesian Regression Model . . . . . . . . . . . . . . . . .154 6.2 The Gibbs Sampler . . . . . . . . . . . . . . . . . . . . . . . .156 6.2.1 Monitoring convergence of the sampler . . . . . . . . .159 6.2.2 Autocorrelation estimates . . . . . . . . . . . . . . . .163 6.2.3 Raftery-Lewis diagnostics . . . . . . . . . . . . . . . .163 6.2.4 Geweke diagnostics . . . . . . . . . . . . . . . . . . . .165 6.3 A heteroscedastic linear model . . . . . . . . . . . . . . . . .169 6.4 Gibbs sampling functions . . . . . . . . . . . . . . . . . . . .175 6.5 Metropolis sampling . . . . . . . . . . . . . . . . . . . . . . .184 6.6 Functions in the Gibbs sampling library . . . . . . . . . . . .190 6.7 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .197 Chapter 6 Appendix 199 7 Limited Dependent Variable Models 204 7.1 Logit and probit regressions . . . . . . . . . . . . . . . . . . .206 7.2 Gibbs sampling logit/probit models . . . . . . . . . . . . . . .211 7.2.1 The probit g function . . . . . . . . . . . . . . . . . .218 7.3 Tobit models . . . . . . . . . . . . . . . . . . . . . . . . . . .220 7.4 Gibbs sampling Tobit models . . . . . . . . . . . . . . . . . .224 7.5 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .227 Chapter 7 Appendix 228 8 Simultaneous Equation Models 230 8.1 Two-stage least-squares models . . . . . . . . . . . . . . . . .230 8.2 Three-stage least-squares models . . . . . . . . . . . . . . . .235 8.3 Seemingly unrelated regression models . . . . . . . . . . . . .240

8.4 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .244 Chapter 8 Appendix 246 9 Distribution functions library 247 9.1 The pdf, cdf, inv and rnd functions . . . . . . . . . . . . . . .248 9.2 The specialized functions . . . . . . . . . . . . . . . . . . . .249 9.3 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .256 Chapter 9 Appendix 257 10 Optimization functions library 260 10.1 Simplex optimization . . . . . . . . . . . . . . . . . . . . . . .261 10.1.1 Univariate simplex optimization . . . . . . . . . . . .261 10.1.2 Multivariate simplex optimization . . . . . . . . . . .268 10.2 EM algorithms for optimization . . . . . . . . . . . . . . . . .269 10.3 Multivariate gradient optimization . . . . . . . . . . . . . . .278 10.4 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .287 Chapter 10 Appendix 288 11 Handling sparse matrices 289 11.1 Computational savings with sparse matrices . . . . . . . . . .289 11.2 Estimation using sparse matrix algorithms . . . . . . . . . . .297 11.3 Gibbs sampling and sparse matrices . . . . . . . . . . . . . .304 11.4 Chapter summary . . . . . . . . . . . . . . . . . . . . . . . .309 Chapter 11 Appendix 310 References 313 Appendix: Toolbox functions 320

使用道具

报纸
huangpen 发表于 2005-5-31 15:50:00 |只看作者 |坛友微信交流群
置顶的帖子里已经有了,你惨了

使用道具

地板
曾经沧海 发表于 2005-12-25 21:45:00 |只看作者 |坛友微信交流群
钱不够啊

使用道具

7
erhyin 发表于 2005-12-25 22:02:00 |只看作者 |坛友微信交流群

6樓的 錢不夠沒關係

網路上隨便找都沒 且 不用錢

使用道具

8
xuelida 在职认证  发表于 2005-12-25 22:50:00 |只看作者 |坛友微信交流群

这个资料早就有了,你这是重发已经发过的资料

使用道具

9
wennyjerry 发表于 2006-12-16 09:03:00 |只看作者 |坛友微信交流群

被骗了,这个免费的到处是,你还在骗?

使用道具

10
deanwj 发表于 2007-1-20 21:24:00 |只看作者 |坛友微信交流群
这个免费henrong

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-28 01:36