Group pairs of locations into bins (distance selection).
[PD,AD,SV,ASV,IPD,IP] = NL_F_Binning(K,L,D,S,I)
x-coordinate of the measurements.
y-coordinate of the measurements.
Value of the measurements.
Index vector (head).
Index vector (tail).
Distance vector.
Semi-variance vector.
Interval vector.
Pair distance vector.
Average distance vector.
Semi-variance vector.
Average semi-variance vector.
Index pair distance vector.
Couple index from I.
NL_F_Binning groups pairs of locations into bins (distance selection). A bin is a specified range of distance. I defines each interval. For I=[i1 i2 i3 i4 ...], the first bin is ]i1:i2], the second bin ]i2:i3], the third bin ]i3:i4], and so on.