Supose I have a dataset containing mean temperatures for each month. In my region this means -Celsius in winter months and positive values in other months.
I need to inverse this data. Have no negative data at all, and have high values for winter months (which have originally low values) and low values for summer months (whch originaly gave high celsios)
S o I need some sort of transformation. The reason is that I want to use these data for pearsons correlation with other data.