Skip to content

Instantly share code, notes, and snippets.

function out = semiv (xy, z, lagw, maxr, varargin)
## calculate simple semivariance along with spherical (and other) fits
##
## out = semiv (xy, z, lagw, maxr, varargin)
##
## xy points, z value at each xy, lag width, max radius of biggest lag
## save input
out.xy = xy;
out.z = z;