Hi all,
I have river run-off annual data and a catchment composite mean value of PDSI values (drought index). A simple regression model tells me that the PDSI well predicts the run-off (what can be physiologically expected). I checked the residuals, normality, homocedasticity, p-value. All perform fine, all is significant. The data spans 1869-2012.
Because I have the PDSI values for the period 0-2012, would it be possible to use the results of the model to reconstruct the run-off for the same period?
the model reads:
runoff_1869_2012 = ß0 + ß*PDSI_1869_2012
-> summary(model): ß0 = 1055.363 and ß=55.668
hence, would this make sense:
runoff_0_2012 = 1055.363 + 55.668*PDSI_0_2012
Eventually, I get the reconstructed run-off for the whole period with a certain uncertainty?
Many thanks for suggestions on this very basic question!
all best,
Michael