Is there a way or an equation to determine the best distance for search radius to be used in interpolation? Also, how do you decide for the cell size or the resolution of the resulting raster file?
It always depends how much data (points) You have (I mean density. Good method is to measure average and minimum distances between all points, and pixel size of DEM can not be smaller than half average distance between points.