I want to assess the impact of sampling density on the accuracy of interpolation using a particular interpolation method. The idea is to sample at different resolutions (grid-based), for example, 1 sample per 2kmx2km grid, 3kmx3km grid , 1 sample per 5kmx5km grid, etc. These sample points would be extracted from existing interpolated grid at the various sampling densities. The question is this: Given the fact that the supposed observed data (samples extracted from existing interpolated grid) are indeed interpolated, what possible impact may it have on the result of this study. Note that, the intent is to assess the interpolation accuracy using Root Mean Square Error (RMSE), Mean Error (ME), etc.
Thanks,