Solved – How fit a regression model with two time series

regressiontime series

I want to assess the effect of temperature on fish mortality. Both variables are time series, so the residual will be autocorrelated. Is there a regression method to deal with that?

Any advice will be appreciated

Best Answer

You have to remove the auto-correlation from both variables calculating the auto-correlations from each variable at different lags Newx = x-Rho*x Good luck

Related Question