You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since switching to 10ºC for base temp, the new model outputs are more qualitatively different from pixel-wise linear regression and also seem to vary depending on either data resolution or k or both. (see also cct-datascience/organization#2354)
Might want to develop methods for this stuff, but not actually do it until we decide on thresholds (#5) since some model tuning will be specific to each dataset.
In no particular order (but I should order these before doing them):
Check that k is appropriately large for all models
Check residuals—is gaussian error family still appropriate?
Check (temporal and spatial) autocorrelation—itsadug package or spdep package (for Moran's I permutation test)
Temporal correlation is there, but values of rho are negative and relatively small (I think). ACF plots have really no pattern in them. I now know how to deal with temporal autocorrelation if I reviewer asks (on a branch, will push to GH soon)
Since switching to 10ºC for base temp, the new model outputs are more qualitatively different from pixel-wise linear regression and also seem to vary depending on either data resolution or
k
or both. (see also cct-datascience/organization#2354)Might want to develop methods for this stuff, but not actually do it until we decide on thresholds (#5) since some model tuning will be specific to each dataset.
In no particular order (but I should order these before doing them):
k
is appropriately large for all modelsitsadug
package orspdep
package (for Moran's I permutation test)The text was updated successfully, but these errors were encountered: