fix typo in comment

time-shift
Houtan Bastani 2019-01-24 12:42:08 +01:00
parent 9bc1833a36
commit 73ea0c2fe3
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
6 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ function ds = dyn_ols(ds, fitted_names_dict, eqtags)
% ds [dseries] data updated with fitted values
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=parse
% dynare must have been run with the option: json=compute
% Copyright (C) 2017-2019 Dynare Team
%

View File

@ -15,7 +15,7 @@ function pooled_fgls(ds, param_common, param_regex, eqtags)
% none
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=parse
% dynare must have been run with the option: json=compute
% Copyright (C) 2017-2019 Dynare Team
%

View File

@ -19,7 +19,7 @@ function pooled_ols(ds, param_common, param_regex, overlapping_dates, eqtags)
% none
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=parse
% dynare must have been run with the option: json=compute
% Copyright (C) 2017-2019 Dynare Team
%

View File

@ -12,7 +12,7 @@ function varargout = sur(ds, param_names, eqtags)
% none
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=parse
% dynare must have been run with the option: json=compute
% Copyright (C) 2017-2019 Dynare Team
%

View File

@ -24,7 +24,7 @@ function ds = olsgibbs(ds, eqtag, BetaPriorExpectation, BetaPriorVariance, s2, n
% - ds [dseries] dataset updated with fitted value
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=parse
% dynare must have been run with the option: json=compute
% Copyright (C) 2018-2019 Dynare Team
%

View File

@ -18,7 +18,7 @@ function surgibbs(ds, param_names, beta0, A, ndraws, discarddraws, thin, eqtags)
% none
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=parse
% dynare must have been run with the option: json=compute
% Copyright (C) 2017-2019 Dynare Team
%