envtoolkit.ts¶
Functions/classes relative to time-series
Functions
|
|
|
Computes daily anomalies relative to a daily climatology. |
|
Computes a daily seasonal cycle from a daily dataset. |
|
Computes anomalies relative to a monthly climatology. |
|
Compute a monthly seasonal cycle from a monthly dataset. |
|
Computes the correlation/covariance between the xdata and ydata arrays at 0-lag. |
|
|
|
Returns the day of year of |
|
Converts from day of year into date |
|
Computes monthy means from daily values |
|
Converts a list/array of date objects into YYYYMM integers. |
|
Converts a list/array of dates into YYYYMMDD integers. |
|
Remove the mean from the dataset. |
|
Smooth an input data array by using a FFT filter. |
|
Standardizes the xdata array |
|
Computes the cross-correlation/cross-covariance two one-dimensional arrays. |
|
Computes the cross-correlation/cross-covariance between the xdata and ydata arrays. |
Classes
|
Class for Lanczos filtering. |