Skip to content
Snippets Groups Projects
Commit 5492f88b authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added the possibility to return a subsample from a dynSeries.

If ts is a dynSeries object, then the following syntax is valid:

t0 = dynDate('1950Q1') ;
t1 = dynDate('2000Q3') ;

range = t0:t1 ;
ds = ts(range);

Note that the dates in range do not need to be contiguous or sorted in increasing order.
parent 64ddca51
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment