Kriging codes in matlab
조회 수: 133 (최근 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!