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
Create a wxee.TimeSeries.climatology_anomaly method
Include args for frequency and whether or not to standardize
Implementation:
To calculate anomalies, mean climatological normals will be required. Climatological standard deviations will be required for standardized anomalies.
For flexibility, this should probably be implemented with required arguments for climatological mean and standard deviation TimeSeries objects. Users would run wxee.TimeSeries.climatology_mean and wxee.TimeSeries.climatology_std to generate those inputs and then pass those and another TimeSeries to calculate anomalies from.
wxee.TimeSeries.climatology_anomaly
methodfrequency
and whether or not tostandardize
TimeSeries
objects. Users would runwxee.TimeSeries.climatology_mean
andwxee.TimeSeries.climatology_std
to generate those inputs and then pass those and anotherTimeSeries
to calculate anomalies from.Something like:
Reference
The text was updated successfully, but these errors were encountered: