Skip to content
Snippets Groups Projects
Verified Commit 8e42f6d1 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Update dseries submodule (new method returning last observed period for each variable).

parent b1933d58
No related branches found
No related tags found
No related merge requests found
Pipeline #8559 passed
......@@ -1963,6 +1963,13 @@ The dseries class
|br| Returns the last period where all the variables in ``dseries`` object ``A`` are observed (non NaN).
.. dseriesmethod:: f = lastobservedperiods (A)
|br| Returns for each variable the last period without missing
observations in ``dseries`` object ``A``. Output argument ``f`` is a
structure, each field name is the name of a variable in ``A``, each field
content is a singleton ``date`` object.
.. dseriesmethod:: B = lead (A[, p])
lead_ (A[, p])
......
Subproject commit 9c1a33c69010473cfe5c9144b4c636a900a2b268
Subproject commit 581c420f7b4ee1ed2c3001b47120c3729852e056
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment