def Variogram(self): """ :return: """ self.run() # find the best Variogram idx = np.nanargmin(self.e) return self.V[idx]