Experimental (Semi-) Variogram

calculate the isotropic and anisotropic experimental (semi-) variogram
15.6K 次下载
更新时间 2013/1/9

查看许可证

variogram calculates the isotropic and anisotropic experimental variogram in various dimensions.

Syntax:
d = variogram(x,y)
d = variogram(x,y,'pn','pv',...)

The function uses parseargs (objectId=10670) by Malcolm wood as subfunction.

Currently, the function calculates all variogram values at one step. While this is fast for small data sets (n<2000), it may fail on large data sets owing to memory constraints. For large datasets you may thus want to use the 'subsample' option.

引用格式

Wolfgang Schwanghart (2024). Experimental (Semi-) Variogram (https://www.mathworks.com/matlabcentral/fileexchange/20355-experimental-semi-variogram), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Weather and Atmospheric Science 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.4.0.0

Bug removed that occurred when calculating the distances for more than two dimensions.

1.3.0.0

removed a bug in calculating the number of angular bins for anisotropic variograms.

1.2.0.0

Removed dependency from IPDM. Fortunately, it is even faster now on my machine. The relatively large memory overhead is still unresolved. Added subsampling option.

1.1.0.0

dependence on consolidator was removed,
anisotropic experimental variogram is now supported.

1.0.0.0

removed an error in the calculation of the number of bins