Kriging codes in matlab

조회 수: 224 (최근 30일)
Kaushal Kishore
Kaushal Kishore 2017년 10월 30일
댓글: Shiba shankar 2023년 9월 4일
Can anyone tell me what code is needed for performing kriging.
  댓글 수: 2
John D'Errico
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.
Kaushal Kishore
Kaushal Kishore 2017년 10월 30일
편집: Kaushal Kishore 2017년 10월 30일
Yes sir i know that the data provided is not sufficient. I just wanted to know the step by step procedure to conduct kriging in matlab.

댓글을 달려면 로그인하십시오.

채택된 답변

Kelly Kearney
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
keenjhar ayoob
keenjhar ayoob 2022년 10월 20일
Can you please share me the code u develop for kriging model ?
Shiba shankar
Shiba shankar 2023년 9월 4일
hi can you tell the criteria for datasets

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
Walter Roberson 2017년 10월 30일
  댓글 수: 5
Walter Roberson
Walter Roberson 2017년 10월 30일
편집: Walter Roberson 2017년 10월 30일
Note that needs variogramfit as an input
Kaushal Kishore
Kaushal Kishore 2017년 10월 30일
Can you show me an example how to do that. Thank you

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by