Question
Can I draw any proper conclusions about the linearity and strength of a relationship between two non-stationary time series (I'm considering two series of interest rates, series $A$ and series $B$) using simple linear regression when the residuals are serially correlated and heteroskedastic?
Background
I see that computing a naive Pearson correlation coefficient (PCC) doesn't help since this calculation yields a random variable regardless of sample size. Since the $\beta$ in simple linear regression is related to the PCC, I think this would also yield a random variable for the coefficient in the model.
Interpretation
If I run a simple linear regression, and despite non-IID residuals, have an $R^2$ of $0.75$, can I say that "series $A$ explains $75%$ of the variability in series $B$"? Or do I have to qualify that statement by saying "series $A$ explains $75%$ of the variability in series $B$ in this particular sample"? The model is still consistent (p.19), but not unbiased?