I have month wise average EVI value for all the 1000 farms along with respective elevation. How to remove this anomaly(regional elevation anomaly)?
I have normalised by the following method : (EVI-Mean(EVI))/SD(EVI)
But how to do in the method where EVI as a function of elevation. I tried to run the generalised linear regression and obtained slope and intercept. How can I use this value to normalised the EVI values?