在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例Clojure → 《Basic Steps in Geostatistics_The Variogram and Kriging》

《Basic Steps in Geostatistics_The Variogram and Kriging》

Clojure

下载此实例
  • 开发语言:Others
  • 实例大小:3.11M
  • 下载次数:5
  • 浏览次数:71
  • 发布时间:2022-05-25
  • 实例类别:Clojure
  • 发 布 人:yang8753o
  • 文件格式:.pdf
  • 所需积分:2
 相关标签: 地统计 克里金

实例介绍

【实例简介】《Basic Steps in Geostatistics_The Variogram and Kriging》

【实例截图】

【核心代码】

Contents
1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Background to Geostatistics. . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Applications of Geostatistics . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2.1 Mining and Engineering . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2.2 Environmental Pollution . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2.3 Precision Agriculture (PA) . . . . . . . . . . . . . . . . . . . . . . 4
1.2.4 Fisheries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.3 Sampling. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.3.1 The Domain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.3.2 The Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.3.3 Units and Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.3.4 Practical Matters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.4 The Essence of Geostatistics . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2 Regionalized Variable Theory. . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.1 Random Variables and Regionalized Variable Theory. . . . . . . . . 11
2.1.1 Stationarity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
3 The Variogram and Modelling . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.1 The Experimental Variogram. . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.1.1 Computing the Variogram from Regular Sampling
in One Dimension . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.1.2 Computing the Variogram from Regular and Irregular
Sampling in Two Dimensions . . . . . . . . . . . . . . . . . . . . 18
3.2 Factors Affecting the Reliability of Experimental Variograms . . . 19
3.2.1 Sample Size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.2.2 Sampling Interval and Spatial Scale . . . . . . . . . . . . . . . . 23
3.2.3 Lag Interval and Bin Width. . . . . . . . . . . . . . . . . . . . . . 24
3.2.4 Statistical Distribution. . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2.5 Anisotropy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
3.2.6 Trend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
ix
3.3 Modelling the Variogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.3.1 Principal Features of the Variogram . . . . . . . . . . . . . . . . 30
3.3.2 Variogram Model Functions . . . . . . . . . . . . . . . . . . . . . 32
3.4 Factors Affecting the Reliability of Variogram Models . . . . . . . . 37
3.4.1 Fitting Models. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
4 Geostatistical Prediction: Kriging . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.1 Introduction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
4.2 Theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
4.2.1 Kriging Weights . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47
4.2.2 Kriging Neighbourhood . . . . . . . . . . . . . . . . . . . . . . . . 53
4.2.3 Punctual and Block Kriging for Mapping . . . . . . . . . . . . 57
4.2.4 Anisotropy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
4.2.5 Simple Kriging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
4.2.6 Lognormal Kriging. . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
4.3 Cross-Validation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
4.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
5 Sampling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
5.1 Sampling for the Variogram . . . . . . . . . . . . . . . . . . . . . . . . . . 72
5.1.1 Nested Sampling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
5.2 Sampling Plans for Mapping . . . . . . . . . . . . . . . . . . . . . . . . . . 80
5.2.1 Illustrative Example: Sampling to Map Chromium
in the Swiss Jura . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
5.3 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
6 Dealing with Trend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
6.1 Trend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
6.1.1 Variogram and Model. . . . . . . . . . . . . . . . . . . . . . . . . . 88
6.2 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
6.3 Illustration from a Case Study . . . . . . . . . . . . . . . . . . . . . . . . . 90
6.4 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
References. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99

标签: 地统计 克里金

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警