What is the proper way to interpolate covariance matrices? I have a spatial 2d grid and know covariance between sparse points on that grid, but want to extrapolate that that to produce a covariance matrix that covers the whole mesh. I am assuming that covariance is inversely proportional to inter-point distance. For amplitudes I can apply inverse-distance weighted interpolation, but what about for the covariance? Should I first interpolate the amplitudes then compute the covariance, or interpolate the covariance directly. If the second, how?
Thank you.
In the absence of any further information about the situation I would probably use inverse distance weighted average of correlations.