Ordinary kringing算法我要分享

Kringing Ordinary algorithm

算法 Ordinarykringing

关注次数: 224

下载次数: 2

文件大小: 2.88 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:This function completes what I have started with the functions variogram and variogramfit. It is not intended to be a highly optimized code for performing kriging but may have educational value. Note that for using kriging, you should download the latest version of variogramfit. kriging uses ordinary kriging to interpolate a variable z measured at locations with the coordinates x and y at unsampled locations xi, yi. The function requires the variable vstruct that contains all necessary information on the variogram. vstruct is the forth output argument of the function variogramfit. This is a rudimentary, but easy to use function to perform an ordinary kriging interpolation. I call it rudimentary since it always includes ALL observations to estimate values at unsampled locations. This may not be necessary when sample locations are not within the autocorrelation range but would require something like a k nearest neighbor search algorithm or something similar. Thus, the algor


English Description:

This function completes what I have started with the functions variogram and variogramfit. it is not intended to be a highly optimized code for performing Kriging but may have educational value. Note that for using Kriging, you should download the latest version of variogramfit.


代码预览