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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frédéric Karamé
dynare
Commits
ad080200
Commit
ad080200
authored
11 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Replaced dynSeries by dseries.
parent
28704d40
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dynare_estimation_init.m
+3
-3
3 additions, 3 deletions
matlab/dynare_estimation_init.m
with
3 additions
and
3 deletions
matlab/dynare_estimation_init.m
+
3
−
3
View file @
ad080200
...
@@ -471,8 +471,8 @@ else
...
@@ -471,8 +471,8 @@ else
error
(
'You have to specify the datafile!'
)
error
(
'You have to specify the datafile!'
)
end
end
% Load the data in a d
ynS
eries object.
% Load the data in a d
s
eries object.
dataset
=
d
ynS
eries
(
datafile
);
dataset
=
d
s
eries
(
datafile
);
% Select a subset of the variables.
% Select a subset of the variables.
dataset
=
dataset
{
options_
.
varobs
{:}};
dataset
=
dataset
{
options_
.
varobs
{:}};
...
@@ -499,7 +499,7 @@ end
...
@@ -499,7 +499,7 @@ end
if
~
set_time_default_initial_period
&&
dataset_default_initial_period
if
~
set_time_default_initial_period
&&
dataset_default_initial_period
% Overwrite the initial period in dataset (it was set to default).
% Overwrite the initial period in dataset (it was set to default).
% Note that the update of freq and time members is auto-magically
% Note that the update of freq and time members is auto-magically
% done by d
ynS
eries::subsasgn overload method.
% done by d
s
eries::subsasgn overload method.
dataset
.
init
=
options_
.
initial_period
;
dataset
.
init
=
options_
.
initial_period
;
end
end
...
...
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