Tolerance in lag separation #307
rlsandovalp
started this conversation in
Ideas
Replies: 1 comment
-
Hey Leonardo, this could be a simple extension, since we only need to modify two lines when the point-pair distance is compared to the bin edges. We will consider this! Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
As far as I understand, the vario_estimate function allows you to define the bin edges. Then, in a position associated with the center of each bin, the function calculates the experimental variogram by using all the points separated by a distance between the min value of the bin and the max value of the bin.
I wonder if there is a way of using the same function but specifying uniform spacing (separation) and tolerance (tol) like in the following image. In such a case, the variogram of the first position would be computed by employing all the points separated by a distance equal to the specified separation +- the specified tolerance.
I ask because we came up with a method to manipulate the results of vario_estimate and recover this type of info for tolerance values equal to or smaller than half the separation (first two cases of the next figure). However, we couldn't do it for tolerance values larger than half the separation (third case of the next figure) which in some cases can also be useful.
Leonardo
Beta Was this translation helpful? Give feedback.
All reactions