I have a very general question regarding variography and kriging interpolation. The first order stationarity assumes that the mean value of the attribute is same over the entire region. This assumption is violated when there are clusters with usually higher or lower values at different locations within the study region. This results in a coordinates dependent trend-surface. Variogram (and hence kriging interpolation) is then computed by removing this trend-surface by modeling attribute as a function of coordinates. It's called universal kriging. Also, if we have other (environmental) covariates/predictors, then external drift can also be checked for, resulting in kriging with external drift (KED). Besides trend-surface and external drift, one can also check for directional bias (anisotropic structure).
Since I have binary data, all the values are either 1s or 0s. Even if there are clusters of 1s, still they have the same mean everywhere (no higher or lower values). Same is true for external drift. The existence of directional bias is also confusing. In either direction, the values are same 1s or 0s. My data exhibit both the external drift and a clear anisotropic structure.
How do I justify KED and anisotropy in this case?