dynare/matlab/@dseries
Houtan Bastani 3f5d18f5c5 dseries: allow assign to select by date string as opposed to dates 2014-01-17 14:59:20 -05:00
..
private Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
abs.m Added @dseries/abs method. Returns the absolute value of a dseries object. 2013-12-13 18:30:37 +01:00
align.m Fixed error messages in @dseries/align. 2013-11-08 09:45:10 +01:00
baxter_king_filter.m Changed density (1200dpi->300dpi) for pdf, png and jpg outputs. 2013-11-12 18:19:37 +01:00
check.m Fixed typos. 2013-11-13 11:24:01 +01:00
cumsum.m Fix config of warnings in @dseries/cumsum tests 2013-11-29 17:16:17 +01:00
disp.m Fix bug in method disp of dseries. 2013-12-13 16:49:08 +01:00
display.m dseries: fix display when TABLE is empty 2014-01-14 09:03:24 -05:00
dseries.m Fixed bug in unitary test (due to a change of behaviour introduced last week by Houtan). 2013-11-29 19:02:40 +01:00
eq.m Removed some restrictions in @dseries/eq overload operator: the variables in the compared dseries object need not to have the same names. 2013-11-08 15:19:13 +01:00
exp.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
extract.m Rewrote @dseries/extract method. 2013-11-12 16:52:51 +01:00
horzcat.m Renamed time member as dates (in dseries class) to avoid confusion with dates class' time member. 2013-11-06 17:41:11 +01:00
hpcycle.m Changed generated plots in unitary tests. 2013-11-12 18:42:07 +01:00
hptrend.m Changed generated plots in unitary tests. 2013-11-12 18:42:07 +01:00
insert.m Fixed bug in @dseries/insert method when more than one variable has to be inserted. 2013-11-13 12:16:37 +01:00
isempty.m Renamed time member as dates (in dseries class) to avoid confusion with dates class' time member. 2013-11-06 17:41:11 +01:00
isequal.m Fixed header. 2013-11-13 12:15:02 +01:00
lag.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
lead.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
log.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
merge.m Use isdseries and fixed bug introduced in commit fbb38d5576. 2013-11-06 22:43:43 +01:00
minus.m Implement broadcasting for operations (+,-,* and /) between dseries and scalar or vectors. Efficiency and cosmetic changes. 2014-01-16 10:06:30 +01:00
mpower.m Added @dseries/mpower method (element-by-element powers). 2013-12-03 23:57:53 +01:00
mrdivide.m Implement broadcasting for operations (+,-,* and /) between dseries and scalar or vectors. Efficiency and cosmetic changes. 2014-01-16 10:06:30 +01:00
mtimes.m Implement broadcasting for operations (+,-,* and /) between dseries and scalar or vectors. Efficiency and cosmetic changes. 2014-01-16 10:06:30 +01:00
ne.m Use isdseries and fixed bug introduced in commit fbb38d5576. 2013-11-06 22:43:43 +01:00
numel.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
plot.m Bug fix. Force axis tight in @dseries/plot method (otherwise the method crashes if Matlab/octave considers a too large x-abscissa). 2013-12-11 10:01:22 +01:00
plus.m Implement broadcasting for operations (+,-,* and /) between dseries and scalar or vectors. Efficiency and cosmetic changes. 2014-01-16 10:06:30 +01:00
pop.m Changed behaviour of @dseries/pop method. If only one argument is provided, remove the last variable. 2013-11-13 22:10:50 +01:00
qdiff.m Change renaming of the variables to be more consistent (qgrowth(X) instead of QGROWTH_X). 2013-11-14 10:04:10 +01:00
qgrowth.m Change renaming of the variables to be more consistent (qgrowth(X) instead of QGROWTH_X). 2013-11-14 10:04:10 +01:00
rename.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
save.m Adapted unitary test for octave. 2013-11-29 19:02:40 +01:00
set_names.m Use isdseries and fixed bug introduced in commit fbb38d5576. 2013-11-06 22:43:43 +01:00
size.m Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
subsasgn.m dseries: allow assign to select by date string as opposed to dates 2014-01-17 14:59:20 -05:00
subsref.m Fixed bug. Allow selection of an observation with a date defined in a formatted string. 2014-01-16 10:06:30 +01:00
tex_rename.m Cosmetic changes. 2013-11-14 13:43:31 +01:00
uminus.m Renamed time member as dates (in dseries class) to avoid confusion with dates class' time member. 2013-11-06 17:41:11 +01:00
vertcat.m Fixed bug (dates member was not updated). 2013-11-14 14:29:29 +01:00
ydiff.m Fixed unitary tests in @dseries/ydiff. 2013-11-14 18:02:42 +01:00
ygrowth.m Same as commit #92adc85d04217c05af1288bb77806ed9c73fd85f for ygrowth and ydiff methods. 2013-11-14 14:30:19 +01:00