Kriging codes in matlab
141 ビュー (過去 30 日間)
古いコメントを表示
Can anyone tell me what code is needed for performing kriging.
2 件のコメント
John D'Errico
2017 年 10 月 30 日
編集済み: John D'Errico
2017 年 10 月 30 日
Please do not post another question just to attach some data to the new question.
By the way, the data that you did post is barely sufficient for any interpolation method.
Just use scatteredInterpolant.
採用された回答
Kelly Kearney
2017 年 10 月 30 日
Walter's answer links to the best toolbox that I know of for kriging in Matlab. However, if you really want to use the gstat method, I would suggest actually using gstat itself (in R). The R package is much more robust than anything you're going to find in Matlab (and I say that as a person with a strong preference for Matlab over R in almost all other contexts).
Also consider whether kriging (or any geostatistical interpolation method) is really ideal for your dataset. I see a lot of people trying to use kriging simply because that's the ArcGIS default, and they want to create a similar map, without taking the time to understand the many assumptions used to generate those maps.
3 件のコメント
その他の回答 (1 件)
Walter Roberson
2017 年 10 月 30 日
5 件のコメント
Walter Roberson
2017 年 10 月 30 日
編集済み: Walter Roberson
2017 年 10 月 30 日
Note that needs variogramfit as an input
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!