楼主: liumartin
3964 7

[学科前沿] Nonparametric Econometrics Theory and applications [推广有奖]

  • 0关注
  • 0粉丝

硕士生

30%

还不是VIP/贵宾

-

威望
0
论坛币
9852 个
通用积分
27.4865
学术水平
1 点
热心指数
3 点
信用等级
2 点
经验
2181 点
帖子
93
精华
0
在线时间
140 小时
注册时间
2008-1-7
最后登录
2020-12-14

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
Nonparametric Econometrics Theory and applications

*this book has R codes as applications

ZONGWU CAI
2007
194pages


Contents
1 Package R and Simple Applications 1
1.1 Computational Toolkits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 How to Install R ? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Data Analysis and Graphics Using R – An Introduction (109 pages) . . . . . 3
1.4 CRAN Task View: Empirical Finance . . . . . . . . . . . . . . . . . . . . . . 3
1.5 CRAN Task View: Computational Econometrics . . . . . . . . . . . . . . . . 7



2 Estimation of Covariance Matrix 12
2.1 Methodology . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.2 An Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
2.3 R Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.4 Reading Materials – the paper by Zeileis (2004) . . . . . . . . . . . . . . . . 19
2.5 Computer Codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
2.6 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22



3 Density, Distribution & Quantile Estimations 23
3.1 Time Series Structure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.1.1 Mixing Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.1.2 Martingale and Mixingale . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2 Nonparametric Density Estimate . . . . . . . . . . . . . . . . . . . . . . . . 26
3.2.1 Asymptotic Properties . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.2.2 Optimality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.2.3 Boundary Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.2.4 Bandwidth Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
3.2.5 Project for Density Estimation . . . . . . . . . . . . . . . . . . . . . 38
3.2.6 Multivariate Density Estimation . . . . . . . . . . . . . . . . . . . . . 39
3.2.7 Reading Materials . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
3.3 Distribution Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
3.3.1 Smoothed Distribution Estimation . . . . . . . . . . . . . . . . . . . 41
3.3.2 Relative Efficiency and Deficiency . . . . . . . . . . . . . . . . . . . . 43
3.4 Quantile Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
3.4.1 Value at Risk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
3.4.2 Nonparametric Quantile Estimation . . . . . . . . . . . . . . . . . . . 46
3.5 Computer Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
3.6 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50




4 Nonparametric Regression Models 54
4.1 Prediction and Regression Functions . . . . . . . . . . . . . . . . . . . . . . 54
4.2 Kernel Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
4.2.1 Asymptotic Properties . . . . . . . . . . . . . . . . . . . . . . . . . . 56
4.2.2 Boundary Behavior . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58
4.3 Local Polynomial Estimate . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
4.3.1 Formulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
4.3.2 Implementation in R . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
4.3.3 Complexity of Local Polynomial Estimator . . . . . . . . . . . . . . . 62
4.3.4 Properties of Local Polynomial Estimator . . . . . . . . . . . . . . . 64
4.3.5 Bandwidth Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
4.4 Project for Regression Function Estimation . . . . . . . . . . . . . . . . . . . 70
4.5 Functional Coefficient Model . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
4.5.1 Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
4.5.2 Local Linear Estimation . . . . . . . . . . . . . . . . . . . . . . . . . 72
4.5.3 Bandwidth Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
4.5.4 Smoothing Variable Selection . . . . . . . . . . . . . . . . . . . . . . 74
4.5.5 Goodness-of-Fit Test . . . . . . . . . . . . . . . . . . . . . . . . . . . 74
4.5.6 Asymptotic Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76
4.5.7 Conditions and Proofs . . . . . . . . . . . . . . . . . . . . . . . . . . 78
4.5.8 Monte Carlo Simulations and Applications . . . . . . . . . . . . . . . 85
4.6 Additive Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
4.6.1 Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
4.6.2 Backfitting Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . 90
4.6.3 Projection Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91
4.6.4 Two-Stage Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
4.6.5 Monte Carlo Simulations and Applications . . . . . . . . . . . . . . . 94
4.6.6 New Developments . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.6.7 Additive Model to to Boston House Price Data . . . . . . . . . . . . 95
4.7 Computer Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.7.1 Example 4.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
4.7.2 Codes for Additive Modeling Analysis of Boston Data . . . . . . . . . 101
4.8 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102



5 Nonparametric Quantile Models 107
5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
5.2 Modeling Procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
5.2.1 Local Linear Quantile Estimate . . . . . . . . . . . . . . . . . . . . . 112
5.2.2 Asymptotic Results . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114
5.2.3 Bandwidth Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
5.2.4 Covariance Estimate . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
5.3 Empirical Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122
5.3.1 A Simulated Example . . . . . . . . . . . . . . . . . . . . . . . . . . 122
5.3.2 Real Data Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
5.4 Derivations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135
CONTENTS iv
5.5 Proofs of Lemmas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138
5.6 Computer Codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142
5.7 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142




6 Conditional VaR and Expected Shortfall 148
6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148
6.2 Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152
6.3 Nonparametric Estimating Procedures . . . . . . . . . . . . . . . . . . . . . 153
6.3.1 Estimation of Conditional PDF and CDF . . . . . . . . . . . . . . . . 154
6.3.2 Estimation of Conditional VaR and ES . . . . . . . . . . . . . . . . . 157
6.4 Distribution Theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
6.4.1 Assumptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157
6.4.2 Asymptotic Properties for Conditional PDF and CDF . . . . . . . . . 159
6.4.3 Asymptotic Theory for CVaR and CES . . . . . . . . . . . . . . . . . 162
6.5 Empirical Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165
6.5.1 Bandwidth Selection . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
6.5.2 Simulated Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . 166
6.5.3 Real Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170
6.6 Proofs of Theorems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173
6.7 Proofs of Lemmas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179
6.8 Computer Codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
6.9 References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182
二维码

扫码加我 拉你入群

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

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

关键词:Applications econometrics Econometric Application Parametric

Nonparametric Econometrics Theory and applications.pdf

1.92 MB

需要: 6 个论坛币  [购买]

沙发
robert_jia 发表于 2010-1-18 06:47:08 |只看作者 |坛友微信交流群
先记录一下,谢谢楼主!

使用道具

藤椅
chqsdu 发表于 2010-1-18 07:31:38 |只看作者 |坛友微信交流群
在实际经济数据中 参数模型几乎永远都是那么中看不中用 非参的实际意义也在此显现 另外R语言 怎么说呢 可以用 但不堪大用 处理一般的问题 还算顶用 推荐 推荐 推荐
本文来自: 人大经济论坛 详细出处参考:http://www.pinggu.org/bbs/viewth ... &from^^uid=888398
本文来自: 人大经济论坛 详细出处参考:http://www.pinggu.org/bbs/viewth ... &from^^uid=888398

使用道具

板凳
otarublue 发表于 2010-1-28 07:50:55 |只看作者 |坛友微信交流群
謝謝樓主

使用道具

报纸
楚韵荆风 学生认证  发表于 2010-11-17 17:24:51 |只看作者 |坛友微信交流群
too expensive and an old book
共享是一种彼此的快乐

使用道具

地板
万里晴空 发表于 2013-9-17 10:43:40 |只看作者 |坛友微信交流群
不错的内容哈

使用道具

7
foolboy16 发表于 2014-9-27 17:48:19 |只看作者 |坛友微信交流群
楼主发一下第六章的COMPUTER CODE给我一下好吗,我买了,里面没有啊

使用道具

8
kexinkeqing 发表于 2014-10-14 07:01:21 |只看作者 |坛友微信交流群
thanks

使用道具

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

本版微信群
加好友,备注jltj
拉您入交流群

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

GMT+8, 2024-11-5 23:29