Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Conform a list of time series to a shared date or time range
ResourceFunction["ConformTimeSeries"][{ts1,ts2,…}] conforms the given time series tsi to a shared date or time range. |
Create a simple time series with a start date of today:
| In[1]:= | ![]() |
| Out[1]= |
Create another time series, but starting tomorrow:
| In[2]:= | ![]() |
| Out[2]= |
ConformTimeSeries takes the given list of time series and clips off any times or dates that are not common to all:
| In[3]:= |
| Out[3]= |
ConformTimeSeries can be useful when one or more time series have outlying times or dates:
| In[4]:= |
| Out[4]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License