Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
8e42f6d1
Verified
Commit
8e42f6d1
authored
2 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/manual/source/time-series.rst
+7
-0
7 additions, 0 deletions
doc/manual/source/time-series.rst
matlab/modules/dseries
+1
-1
1 addition, 1 deletion
matlab/modules/dseries
with
8 additions
and
1 deletion
doc/manual/source/time-series.rst
+
7
−
0
View file @
8e42f6d1
...
...
@@ -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])
...
...
This diff is collapsed.
Click to expand it.
dseries
@
581c420f
Compare
9c1a33c6
...
581c420f
Subproject commit
9c1a33c69010473cfe5c9144b4c636a900a2b268
Subproject commit
581c420f7b4ee1ed2c3001b47120c3729852e056
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment