document dseries constructor that takes tables as arguments

Closes #1359
time-shift
Houtan Bastani 2019-12-03 11:26:09 +01:00
parent 9a3c62e3d6
commit 415ed5b2d5
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 7 additions and 0 deletions

View File

@ -849,6 +849,13 @@ The dseries class
elements *RANGE_OF_DATES* or be equal to one (in which case
the single observation is replicated).
.. construct:: dseries (TABLE)
Creates a ``dseries`` object given the MATLAB Table provided as the sole
argument. It is assumed that the first column of the table contains the
dates of the ``dseries`` and the first row contains the names. NB: This
feature is not available under Octave or MATLAB R2013a or earlier.
*Example*
Various ways to create a ``dseries`` object::