楼主: peterf
1214 2

[书籍介绍] Modelling dynamic spatial processes and practical exercises [推广有奖]

  • 1关注
  • 24粉丝

寻找统计学的敲门砖

教授

26%

还不是VIP/贵宾

-

威望
1
论坛币
1307161 个
通用积分
54.1137
学术水平
25 点
热心指数
48 点
信用等级
9 点
经验
17755 点
帖子
1164
精华
1
在线时间
471 小时
注册时间
2005-5-28
最后登录
2024-2-16

楼主
peterf 在职认证  发表于 2011-11-2 12:01:42 |只看作者 |坛友微信交流群|倒序 |AI写论文
相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
1 Linear Regression 2
2 Generating random walk data 3
3 Time series analysis of meteo data 4
3.1 Exploratory data analysis . . . . . . . . . . . . . . . . . . . . . . 4
3.2 Fitting a periodic component . . . . . . . . . . . . . . . . . . . . 5
3.3 Fitting AR model to the residuals . . . . . . . . . . . . . . . . . 5
3.4 Model selection with AIC . . . . . . . . . . . . . . . . . . . . . . 6
3.5 Prediction with an AR model . . . . . . . . . . . . . . . . . . . . 7
4 One-dimensional search with golden section 8
5 Linear and non-linear least squares 9
5.1 By hand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
5.2 Linear: by lm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
5.3 Non-linear: using nls . . . . . . . . . . . . . . . . . . . . . . . . 9
5.4 Initial conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
5.5 Iteration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
5.6 Con dence intervals . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.7 Prediction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
6 Metropolis and Simulated Annealing 12
6.1 Fun with Metropolis . . . . . . . . . . . . . . . . . . . . . . . . . 12
6.2 An R function for MCMC . . . . . . . . . . . . . . . . . . . . . 12
6.3 The e ect of sigma . . . . . . . . . . . . . . . . . . . . . . . . . . 14
6.4 Computing summary statistics . . . . . . . . . . . . . . . . . . . 14
6.5 Initial values and Burn-in . . . . . . . . . . . . . . . . . . . . . . 15
6.6 Simulated Annealing . . . . . . . . . . . . . . . . . . . . . . . . . 15
7 Spatial modelling: introductory matter 16
7.1 Data sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
7.1.1 meuse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
7.2 Models: the formula interface; linear regression . . . . . . . . . . 16
7.3 Spatial data in R: the sp package . . . . . . . . . . . . . . . . . . 18
7.3.1 Points . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
7.3.2 Grids . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
7.4 Import/export: rgdal . . . . . . . . . . . . . . . . . . . . . . . . 19
8 Geostatistics 20
8.1 Exploratory data analysis . . . . . . . . . . . . . . . . . . . . . . 20
8.2 Simple interpolation algorithms . . . . . . . . . . . . . . . . . . . 20
8.2.1 Trend surface analysis . . . . . . . . . . . . . . . . . . . . 20
8.2.2 Inverse distance interpolation . . . . . . . . . . . . . . . . 21
8.2.3 Thiessen polygons . . . . . . . . . . . . . . . . . . . . . . 22
8.3 Spatial prediction with multiple linear regression . . . . . . . . . 22
8.4 Spatial correlation: the h-scatterplot . . . . . . . . . . . . . . . 25
8.5 Spatial correlation: the variogram cloud . . . . . . . . . . . . . 26
8.6 Spatial correlation: the variogram . . . . . . . . . . . . . . . . . 26
8.7 Sample variogram and variogram model . . . . . . . . . . . . . . 27
8.8 Simple and ordinary kriging . . . . . . . . . . . . . . . . . . . . . 29
8.8.1 Weights . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
8.8.2 In
uence of Variogram on Prediction . . . . . . . . . . . . 30
8.9 Universal kriging . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.10 Regression coecients . . . . . . . . . . . . . . . . . . . . . . . . 36
8.11 Block kriging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
8.12 Cokriging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
8.13 Cokriging: the undersampled case . . . . . . . . . . . . . . . . . 39
8.14 Kriging errors and con dence intervals . . . . . . . . . . . . . . . 40
8.15 Conditional simulation . . . . . . . . . . . . . . . . . . . . . . . . 41
8.16 Cross validation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
9 Di usion and partial di erential equations 41
二维码

扫码加我 拉你入群

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

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

关键词:Modelling Practical Processes Exercises exercise exercises practical dynamic

course.pdf

253.58 KB

已有 3 人评分经验 论坛币 热心指数 收起 理由
yucuiting + 30 + 1 奖励积极上传好的资料
ltx5151 + 60 根据规定进行奖励
yahoocom + 20 奖励积极上传好的资料

总评分: 经验 + 90  论坛币 + 20  热心指数 + 1   查看全部评分

徘徊在统计学的大门之外
沙发
lonestone 在职认证  发表于 2016-5-29 14:04:45 |只看作者 |坛友微信交流群
thanks a lots

使用道具

藤椅
jjxm20060807 发表于 2016-5-29 18:01:15 |只看作者 |坛友微信交流群
谢谢分享

使用道具

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

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

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

GMT+8, 2024-5-21 17:12