请选择 进入手机版 | 继续访问电脑版
楼主: gaojizu
7447 19

[推荐]应用非参数回归 [推广有奖]

  • 0关注
  • 0粉丝

硕士生

19%

还不是VIP/贵宾

-

威望
0
论坛币
34162 个
通用积分
5.4761
学术水平
2 点
热心指数
4 点
信用等级
1 点
经验
1715 点
帖子
178
精华
0
在线时间
119 小时
注册时间
2005-1-5
最后登录
2021-6-1

gaojizu 发表于 2005-12-20 21:34:00 |显示全部楼层 |坛友微信交流群
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币

Contents

I Regression smoothing 1

1 Introduction 3

1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

1.2 Scope of this book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14

2 Basic idea of smoothing 17

2.1 The stochastic nature of the observations . . . . . . . . . . . . . . . . . . . . 26

2.2 Hurdles for the smoothing process . . . . . . . . . . . . . . . . . . . . . . . . 27

3 Smoothing techniques 31

3.1 Kernel Smoothing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32

3.2 Complements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49

3.3 Proof of Proposition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49

3.4 k-nearest neighbor estimates . . . . . . . . . . . . . . . . . . . . . . . . . . . 52

3.5 Orthogonal series estimators . . . . . . . . . . . . . . . . . . . . . . . . . . . 61

3.6 Spline smoothing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70

3.7 Complements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77

3.8 An overview of various smoothers . . . . . . . . . . . . . . . . . . . . . . . . 78

3.9 Recursive techniques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78

3.10 The regressogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80

3.11 A comparison of kernel, k-NN and spline smoothers . . . . . . . . . . . . . . 87

II The kernel method 111

4 How close is the smooth to the true curve? 113

4.1 The speed at which the smooth curve converges . . . . . . . . . . . . . . . . 116

4.2 Pointwise confidence intervals . . . . . . . . . . . . . . . . . . . . . . . . . . 125

4.3 Variability bands for functions . . . . . . . . . . . . . . . . . . . . . . . . . . 139

4.4 Behavior at the boundary . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159

4.5 The accuracy as a function of the kernel . . . . . . . . . . . . . . . . . . . . 162

4.6 Bias reduction techniques . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172

5 Choosing the smoothing parameter 179

5.1 Cross-validation, penalizing functions and the plug-in method. . . . . . . . . 180

5.2 Which selector should be used? . . . . . . . . . . . . . . . . . . . . . . . . . 200

5.3 Local adaptation of the smoothing parameter . . . . . . . . . . . . . . . . . 214

5.4 Comparing bandwidths between laboratories (canonical kernels) . . . . . . . 223

6 Data sets with outliers 229

6.1 Resistant smoothing techniques . . . . . . . . . . . . . . . . . . . . . . . . . 231

6.2 Complements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241

7 Nonparametric regression techniques for time series 245

7.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245

7.2 Nonparametric time series analysis . . . . . . . . . . . . . . . . . . . . . . . 247

7.3 Smoothing with dependent errors . . . . . . . . . . . . . . . . . . . . . . . . 263

7.4 Conditional heteroscedastic autoregressive nonlinear models . . . . . . . . . 267

8 Looking for special features and qualitative smoothing 281

8.1 Monotonic and unimodal smoothing . . . . . . . . . . . . . . . . . . . . . . . 282

8.2 Estimation of Zeros and Extrema . . . . . . . . . . . . . . . . . . . . . . . . 291

9 Incorporating parametric components 299

9.1 Partial linear models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 302

9.2 Shape-invariant modeling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 306

9.3 Comparing nonparametric and parametric curves . . . . . . . . . . . . . . . 313

III Smoothing in high dimensions 325

10 Investigating multiple regression by additive models 327

10.1 Regression trees . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 329

10.2 Projection pursuit regression . . . . . . . . . . . . . . . . . . . . . . . . . . . 337

10.3 Alternating conditional expectations . . . . . . . . . . . . . . . . . . . . . . 341

10.4 Average derivative estimation . . . . . . . . . . . . . . . . . . . . . . . . . . 348

10.5 Generalized additive models . . . . . . . . . . . . . . . . . . . . . . . . . . . 354

A XploRe 365

A.1 Using XploRe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 365

A.2 Quantlet Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 373

A.3 Getting Help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 378

A.4 Basic XploRe Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381

35210.rar (3.57 MB, 需要: 15 个论坛币) 本附件包括:

  • 应用非参数回归.pdf

版主提示:

10楼有附件内容的详细说明请大家参考,如有出入,举报有奖!

[此贴子已经被pine888于2007-11-14 7:51:55编辑过]

二维码

扫码加我 拉你入群

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

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

关键词:非参数回归 非参数 introduction observations Expectations 推荐 应用 参数

erhyin 发表于 2005-12-21 00:24:00 |显示全部楼层 |坛友微信交流群

太貴啦 它的一系列之前有人是免費分享的

網路上隨便就可以 download

還拿來賣錢

使用道具

小学生 发表于 2005-12-21 00:30:00 |显示全部楼层 |坛友微信交流群

呵呵,有点贵,主要是没钱

使用道具

zhuganjiang 发表于 2005-12-22 22:41:00 |显示全部楼层 |坛友微信交流群
没钱呀,好东西

使用道具

曾经沧海 发表于 2005-12-23 08:10:00 |显示全部楼层 |坛友微信交流群
想买,就是没钱啊

使用道具

xuelida 在职认证  发表于 2005-12-23 16:44:00 |显示全部楼层 |坛友微信交流群

二楼说的对,我就下载过

使用道具

谢谢 ,我买了

使用道具

wendaoxiao 发表于 2007-11-11 11:23:00 |显示全部楼层 |坛友微信交流群

没钱啊

使用道具

yncxhz 发表于 2007-11-12 12:36:00 |显示全部楼层 |坛友微信交流群
贵了点,还是买了,谢谢
不抛弃、不放弃。继续坚持!

使用道具

nasonmorgan 发表于 2007-11-12 16:45:00 |显示全部楼层 |坛友微信交流群

给出楼主附件内容说明

【书名】    Applied Nonparametric Regression (实用非参数回归)    

【作者】    Wolfgang Hardle 

【出版社】 Spandauer

【版本】   未知

【出版日期】1994

【文件格式】PDF

【文件大小】4.5M

【页数】 433

ISBN出版号】

【资料类别】计量经济学

【市面定价】无

【扫描版还是影印版】清晰版

【是否缺页】无

【关键词】Nonparametric Regression

【内容简介】This book concentrates on the statistical aspects of nonparametric regression smoothing from an applied point of view. The methods covered in this text   be used in biometry, econometrics, engineering and mathematics. The two central problems discussed are the choice of smoothing parameter and the construction of confidence bands in practice. Various smoothing methods among them splines and orthogonal polynomials are presented and discussed in their qualitative aspects. To simplify the exposition kernel smoothers are 18 investigated in greater detail. Most of the results are stated in a rather compact form and proved only in the simplest situations.

【目录】

Contents

I Regression smoothing 1

1 Introduction 3

2 Basic idea of smoothing 17

3 Smoothing techniques 31

4 How close is the smooth to the true curve? 113

5 Choosing the smoothing parameter 179

6 Data sets with outliers 229

7 Nonparametric regression techniques for time series 245

8 Looking for special features and qualitative smoothing 281

9 Incorporating parametric components 299

10 Investigating multiple regression by additive models 327

金币+1      魅力+5      积分+50

版主评语:

非常之详细的内容说明!奖励!

[此贴子已经被pine888于2007-11-13 17:04:55编辑过]

使用道具

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

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

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

GMT+8, 2024-4-18 17:31