dynare/matlab/@dynSeries
Stéphane Adjemian (Ulysses) 5492f88bee 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.
2013-03-14 11:08:34 +01:00
..
private dynSeries: making possible to concatanate empty series; fixing bugs 2013-03-13 12:58:40 +01:00
dynSeries.m Updated texinfo headers. 2012-12-07 16:43:06 +01:00
exp.m Changed headers. 2011-09-12 11:46:14 +02:00
extract.m Added the possibility to select variables in a dynSeries object. It is possible to use regular expressions. Examples are given in unitary test #6 of subsref overloaded method. 2012-12-07 16:43:06 +01:00
horzcat.m dynSeries: making possible to concatanate empty series; fixing bugs 2013-03-13 12:58:40 +01:00
isempty.m Added overloaded isempty function for dynSeries class. 2012-12-12 16:16:10 +01:00
log.m Changed headers. 2011-09-12 11:46:14 +02:00
merge.m Fixed bug + Cosmetic changes. 2013-03-08 17:50:04 +01:00
minus.m Cosmetic changes. 2012-12-12 16:16:11 +01:00
mrdivide.m Added overloaded mrdivide method in dynSeries class. 2012-12-12 16:16:11 +01:00
mtimes.m Fixed texinfo header. 2012-12-12 16:16:11 +01:00
numel.m Added the possibility to select variables in a dynSeries object. It is possible to use regular expressions. Examples are given in unitary test #6 of subsref overloaded method. 2012-12-07 16:43:06 +01:00
plus.m Cosmetic changes. 2012-12-12 16:16:11 +01:00
qdiff.m Added methods to compute yearly and quaterly growth rates and differences (dynSeries). 2012-12-19 17:13:52 +01:00
qgrowth.m Added methods to compute yearly and quaterly growth rates and differences (dynSeries). 2012-12-19 17:13:52 +01:00
save.m Added save method (m, mat, csv formats) in dynSeries class. 2012-12-07 16:43:06 +01:00
set_names.m Added set_names method in dynSeries class. 2012-12-12 16:16:11 +01:00
subsasgn.m Call merge method, added unitary tests. 2013-03-08 17:50:04 +01:00
subsref.m Added the possibility to return a subsample from a dynSeries. 2013-03-14 11:08:34 +01:00
uminus.m Cosmetic changes. 2012-12-12 16:16:11 +01:00
ydiff.m Added methods to compute yearly and quaterly growth rates and differences (dynSeries). 2012-12-19 17:13:52 +01:00
ygrowth.m Added methods to compute yearly and quaterly growth rates and differences (dynSeries). 2012-12-19 17:13:52 +01:00