Kriging codes in matlab
140 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Kaushal Kishore
le 30 Oct 2017
Commenté : Shiba shankar
le 4 Sep 2023
Can anyone tell me what code is needed for performing kriging.
2 commentaires
John D'Errico
le 30 Oct 2017
Modifié(e) : John D'Errico
le 30 Oct 2017
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.
Réponse acceptée
Kelly Kearney
le 30 Oct 2017
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 commentaires
Plus de réponses (1)
Walter Roberson
le 30 Oct 2017
5 commentaires
Walter Roberson
le 30 Oct 2017
Modifié(e) : Walter Roberson
le 30 Oct 2017
Note that needs variogramfit as an input
Voir également
Catégories
En savoir plus sur Interpolation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!