Skip to content
Snippets Groups Projects
Forked from Dynare / dynare
Loading
Stéphane Adjemian (Charybdis)'s avatar
Stéphane Adjemian authored
The frequency and initial date can still be accessed with the usual syntax:

ts.freq
ts.init

It is also possible to get the last date:

ts.last

Added new methods frequency, firstdate and lastdate as alias for ts.dates.freq, ts.dates(1) and ts.dates(end)
ab4792f5
History
Name Last commit Last update
..