Remove detrending for generic indicators
alexgenin opened this issue · 1 comments
alexgenin commented
Detrending requires fitting a surface to the matrix, which is trickier than what we're doing (removing just the spatial mean). The idea is to remove the detrending option from indicator functions and leave that step to the user.
This affects :
- R/indicator_variance.R
- R/indicator_skewness.R
- R//indicator_moran.R
- R/task_generic_spews.R
alexgenin commented
Done.