Advanced Variable Operations¶
Climatological statistics¶
A variety of time averaging operations are possible. In addition to computing climatologies, one can compute monthly means, daily means, diurnal means, and trends. These should generally work as expected; however, PyGeode also implements special mapping rules for time axes so that anomalies from these time averages can be easily defined. In general these are based on the
A common operation is to compute climatologies. As described in the first of these tutorials this is simply performed as follows
In [1]: from pygeode.tutorial import t2
In [2]: Tc = pyg.climatology(t2.Temp) # Compute the climatology
EOFs, correlation, and regression analysis¶
include lag correlation