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

remove-submodule
Stéphane Adjemian (Argos) 2023-06-05 11:21:53 +02:00
parent b1933d58dd
commit 8e42f6d137
Signed by: stepan
GPG Key ID: A6D44CB9C64CE77B
2 changed files with 8 additions and 1 deletions

View File

@ -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])

@ -1 +1 @@
Subproject commit 9c1a33c69010473cfe5c9144b4c636a900a2b268
Subproject commit 581c420f7b4ee1ed2c3001b47120c3729852e056