Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
b04738b3
Commit
b04738b3
authored
Sep 18, 2011
by
MichelJuillard
Browse files
resetting options_.nobs following previous change
parent
80c69c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_init.m
View file @
b04738b3
...
...
@@ -337,6 +337,8 @@ end
dataset_
=
initialize_dataset
(
options_
.
datafile
,
options_
.
varobs
,
options_
.
first_obs
,
options_
.
nobs
,
transformation
,
options_
.
prefilter
,
xls
);
options_
.
nobs
=
dataset_
.
info
.
ntobs
;
% $$$ rawdata = read_variables(options_.datafile,options_.varobs,[],options_.xls_sheet,options_.xls_range);
% $$$ % Set the number of observations (nobs) and build a subsample between first_obs and nobs.
% $$$ options_ = set_default_option(options_,'nobs',size(rawdata,1)-options_.first_obs+1);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment