很新很经典的书籍:Kernel Smoothing in Matlab-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 软件培训>>

Matlab软件培训

>>

很新很经典的书籍:Kernel Smoothing in Matlab

很新很经典的书籍:Kernel Smoothing in Matlab

发布:chjy02 | 分类:Matlab软件培训

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

【图书名称】:KernelSmoothinginMatlab【图书作者】:IvankaHorováJanKoláčekJiříZelinka【图书页数】:225页【出版社】:WorldScientificPublishing【出版时间】:2012ContentsPrefacevii1.Introduct ...
免费学术公开课,扫码加入


【图书名称】:Kernel Smoothing in Matlab
【图书作者】:Ivanka HorováJan Koláček Jiří Zelinka
【图书页数】:225页
【出版社】: World Scientific Publishing
【出版时间】:2012
Contents
Preface vii
1. Introduction 1
1.1 Kernels and their properties . . . . . . . . . . . . . . . . . 1
1.2 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 9
1.3 Complements . . . . . . . . . . . . . . . . . . . . . . . . . 11
2. Univariate kernel density estimation 15
2.1 Basic definition . . . . . . . . . . . . . . . . . . . . . . . . 16
2.2 Statistical properties of the estimate . . . . . . . . . . . . 19
2.3 Choosing the shape of the kernel . . . . . . . . . . . . . . 23
2.4 Choosing the bandwidth . . . . . . . . . . . . . . . . . . . 24
2.4.1 Reference rule . . . . . . . . . . . . . . . . . . . . 25
2.4.2 Maximal smoothing principle . . . . . . . . . . . . 26
2.4.3 Cross-validation methods . . . . . . . . . . . . . . 28
2.4.4 Plug-in method . . . . . . . . . . . . . . . . . . . 30
2.4.5 Iterative method . . . . . . . . . . . . . . . . . . . 31
2.5 Density derivative estimation . . . . . . . . . . . . . . . . 33
2.5.1 Choosing the bandwidth . . . . . . . . . . . . . . 36
2.6 Automatic procedure for simultaneous choice of the kernel,
the bandwidth and the kernel order . . . . . . . . . . . . 38
2.7 Boundary effects . . . . . . . . . . . . . . . . . . . . . . . 39
2.7.1 Generalized reflection method . . . . . . . . . . . 41
2.8 Simulations . . . . . . . . . . . . . . . . . . . . . . . . . . 42
2.9 Application to real data . . . . . . . . . . . . . . . . . . . 42
2.9.1 Buffalo snowfall data . . . . . . . . . . . . . . . . 42
ix
x Kernel Smoothing in MATLAB
2.9.2 Concentration of cholesterol . . . . . . . . . . . . 43
2.10 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 45
2.10.1 Running the program . . . . . . . . . . . . . . . . 45
2.10.2 Main figure . . . . . . . . . . . . . . . . . . . . . . 46
2.10.3 Setting the parameters . . . . . . . . . . . . . . . 48
2.10.4 Eye-control method . . . . . . . . . . . . . . . . . 48
2.10.5 The final estimation . . . . . . . . . . . . . . . . . 50
2.11 Complements . . . . . . . . . . . . . . . . . . . . . . . . . 50
3. Kernel estimation of a distribution function 55
3.1 Basic definition . . . . . . . . . . . . . . . . . . . . . . . . 55
3.2 Statistical properties of the estimate . . . . . . . . . . . . 57
3.3 Choosing the bandwidth . . . . . . . . . . . . . . . . . . . 60
3.3.1 Cross-validation methods . . . . . . . . . . . . . . 60
3.3.2 Maximal smoothing principle . . . . . . . . . . . . 61
3.3.3 Plug-in methods . . . . . . . . . . . . . . . . . . . 61
3.3.4 Iterative method . . . . . . . . . . . . . . . . . . . 63
3.4 Boundary effects . . . . . . . . . . . . . . . . . . . . . . . 65
3.4.1 Generalized reflection method . . . . . . . . . . . 65
3.5 Application to data . . . . . . . . . . . . . . . . . . . . . . 66
3.6 Simulations . . . . . . . . . . . . . . . . . . . . . . . . . . 66
3.7 Application to real data . . . . . . . . . . . . . . . . . . . 66
3.7.1 Trout PCB data . . . . . . . . . . . . . . . . . . . 66
3.8 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 67
3.8.1 Running the program . . . . . . . . . . . . . . . . 67
3.8.2 Main figure . . . . . . . . . . . . . . . . . . . . . . 69
3.8.3 Setting the parameters . . . . . . . . . . . . . . . 69
3.8.4 Eye-control method . . . . . . . . . . . . . . . . . 70
3.8.5 The final estimation . . . . . . . . . . . . . . . . . 72
3.9 Complements . . . . . . . . . . . . . . . . . . . . . . . . . 73
4. Kernel estimation and reliability assessment 77
4.1 Basic Definition . . . . . . . . . . . . . . . . . . . . . . . . 78
4.2 Estimation of ROC curves . . . . . . . . . . . . . . . . . . 84
4.2.1 Binormal model . . . . . . . . . . . . . . . . . . . 84
4.2.2 Nonparametric estimates . . . . . . . . . . . . . . 85
4.3 Summary indices based on the ROC curve . . . . . . . . . 88
4.3.1 Area under the ROC curve . . . . . . . . . . . . . 88
Contents xi
4.3.2 Maximum improvement of sensitivity over chance
diagonal (MIS) . . . . . . . . . . . . . . . . . . . . 92
4.4 Other indices of reliability assessment . . . . . . . . . . . 93
4.4.1 Cumulative Lift . . . . . . . . . . . . . . . . . . . 93
4.4.2 Lift Ratio . . . . . . . . . . . . . . . . . . . . . . . 95
4.4.3 Integrated Relative Lift . . . . . . . . . . . . . . . 96
4.4.4 Information Value . . . . . . . . . . . . . . . . . . 97
4.4.5 KR index . . . . . . . . . . . . . . . . . . . . . . . 99
4.5 Application to real data . . . . . . . . . . . . . . . . . . . 101
4.5.1 Head trauma data . . . . . . . . . . . . . . . . . . 101
4.5.2 Pancreatic cancer data . . . . . . . . . . . . . . . 103
4.5.3 Consumer loans data . . . . . . . . . . . . . . . . 104
4.6 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 106
4.6.1 Running the program . . . . . . . . . . . . . . . . 106
4.6.2 Start menu . . . . . . . . . . . . . . . . . . . . . . 106
4.6.3 Simulation menu . . . . . . . . . . . . . . . . . . . 107
4.6.4 The final estimation . . . . . . . . . . . . . . . . . 109
5. Kernel estimation of a hazard function 111
5.1 Basic definition . . . . . . . . . . . . . . . . . . . . . . . . 112
5.2 Statistical properties of the estimate . . . . . . . . . . . . 114
5.3 Choosing the bandwidth . . . . . . . . . . . . . . . . . . . 115
5.3.1 Cross-validation method . . . . . . . . . . . . . . 116
5.3.2 Maximum likelihood method . . . . . . . . . . . . 116
5.3.3 Iterative method . . . . . . . . . . . . . . . . . . . 117
5.3.4 Acceptable bandwidths . . . . . . . . . . . . . . . 118
5.3.5 Points of the most rapid change . . . . . . . . . . 120
5.4 Description of algorithm . . . . . . . . . . . . . . . . . . . 120
5.5 Application to real data . . . . . . . . . . . . . . . . . . . 121
5.5.1 Breast carcinoma data . . . . . . . . . . . . . . . 121
5.5.2 Cervix carcinoma data . . . . . . . . . . . . . . . 123
5.5.3 Chronic lymphocytic leukaemia . . . . . . . . . . 124
5.5.4 Bone marrow transplant . . . . . . . . . . . . . . 126
5.6 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 128
5.6.1 Running the program . . . . . . . . . . . . . . . . 129
5.6.2 Main figure . . . . . . . . . . . . . . . . . . . . . . 129
5.6.3 Setting the parameters . . . . . . . . . . . . . . . 130
5.6.4 Eye-control method . . . . . . . . . . . . . . . . . 131
5.6.5 The final estimation . . . . . . . . . . . . . . . . . 132
xii Kernel Smoothing in MATLAB
5.7 Complements . . . . . . . . . . . . . . . . . . . . . . . . . 134
6. Kernel estimation of a regression function 137
6.1 Basic definition . . . . . . . . . . . . . . . . . . . . . . . . 138
6.2 Statistical properties of the estimate . . . . . . . . . . . . 142
6.3 Choosing the bandwidth . . . . . . . . . . . . . . . . . . . 145
6.3.1 Mallows’ method . . . . . . . . . . . . . . . . . . 147
6.3.2 Cross-validation method . . . . . . . . . . . . . . 148
6.3.3 Penalizing functions . . . . . . . . . . . . . . . . . 149
6.3.4 Methods based on Fourier transformation . . . . . 151
6.4 Estimation of the derivative of the regression function . . 157
6.4.1 Choosing the bandwidth . . . . . . . . . . . . . . 159
6.5 Automatic procedure for simultaneous choice of the kernel,
the bandwidth and the kernel order . . . . . . . . . . . . 159
6.6 Boundary effects . . . . . . . . . . . . . . . . . . . . . . . 160
6.7 Simulations . . . . . . . . . . . . . . . . . . . . . . . . . . 161
6.7.1 Simulation 1 . . . . . . . . . . . . . . . . . . . . . 162
6.7.2 Simulation 2 . . . . . . . . . . . . . . . . . . . . . 163
6.8 Application to real data . . . . . . . . . . . . . . . . . . . 165
6.9 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 168
6.9.1 Running the program . . . . . . . . . . . . . . . . 168
6.9.2 Main figure . . . . . . . . . . . . . . . . . . . . . . 169
6.9.3 Setting the parameters . . . . . . . . . . . . . . . 170
6.9.4 Estimation of optimal parameters . . . . . . . . . 171
6.9.5 Eye-control method . . . . . . . . . . . . . . . . . 172
6.9.6 Comparing of methods for bandwidth selection . . 173
6.9.7 The final estimation . . . . . . . . . . . . . . . . . 174
6.10 Complements . . . . . . . . . . . . . . . . . . . . . . . . . 175
7. Multivariate kernel density estimation 179
7.1 Basic definition . . . . . . . . . . . . . . . . . . . . . . . . 179
7.2 Statistical properties of the estimate . . . . . . . . . . . . 183
7.2.1 Exact MISE calculations . . . . . . . . . . . . . . 184
7.3 Bandwidth matrix selection . . . . . . . . . . . . . . . . . 184
7.3.1 Cross-validation method . . . . . . . . . . . . . . 186
7.3.2 Plug-in methods . . . . . . . . . . . . . . . . . . . 186
7.3.3 Reference rule . . . . . . . . . . . . . . . . . . . . 187
7.3.4 Maximal smoothing principle . . . . . . . . . . . . 187
Contents xiii
7.3.5 Iterative method . . . . . . . . . . . . . . . . . . . 187
7.4 A special case for bandwidth selection . . . . . . . . . . . 190
7.4.1 M1 method . . . . . . . . . . . . . . . . . . . . . . 191
7.4.2 M2 method . . . . . . . . . . . . . . . . . . . . . . 192
7.5 Simulations . . . . . . . . . . . . . . . . . . . . . . . . . . 194
7.6 Application to real data . . . . . . . . . . . . . . . . . . . 194
7.6.1 Old Faithful data . . . . . . . . . . . . . . . . . . 196
7.6.2 UNICEF data . . . . . . . . . . . . . . . . . . . . 196
7.6.3 Swiss bank notes . . . . . . . . . . . . . . . . . . . 198
7.6.4 Iris flower . . . . . . . . . . . . . . . . . . . . . . . 198
7.7 Use of MATLAB toolbox . . . . . . . . . . . . . . . . . . 200
7.7.1 Running the program . . . . . . . . . . . . . . . . 200
7.7.2 Main figure . . . . . . . . . . . . . . . . . . . . . . 202
7.7.3 Setting the parameters . . . . . . . . . . . . . . . 203
7.7.4 The final estimation . . . . . . . . . . . . . . . . . 205
7.8 Complements . . . . . . . . . . . . . . . . . . . . . . . . . 205
Notation 207
Bibliography 213
Index 225
「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

本文论坛网址:https://bbs.pinggu.org/thread-2692302-1-1.html

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
经管之家 人大经济论坛 大学 专业 手机版