Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Transform a long time series into an ensemble of segments with aligned starts
ResourceFunction["TimeSeriesEnsemble"][ts,dt] transforms ts into an ensemble TemporalData of multiple paths of window size dt aligned at the start of ts. | |
ResourceFunction["TimeSeriesEnsemble"][ts,dt,f] threads the function f pathwise for the ensemble TemporalData. |
Make an annual ensemble from a longterm series of air temperature records:
In[1]:= | ![]() |
In[2]:= | ![]() |
Out[2]= | ![]() |
Decompose the ensemble into its components:
In[3]:= | ![]() |
Out[3]= | ![]() |
Get the annual cycle of climatology by calculating median values of each day:
In[4]:= | ![]() |
Out[4]= | ![]() |
Show the multi-year climatology of air temperature along with individual annual dynamics:
In[5]:= | ![]() |
Out[5]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License