fix comments

time-shift
Houtan Bastani 2019-02-01 16:45:13 +01:00
parent f29d974410
commit 18b006d46f
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 3 additions and 12 deletions

View File

@ -3,24 +3,15 @@ function read()
% Read JSON and run perfect foresight solver
%
% INPUTS
% ds [dseries] data
% fitted_names_dict [cell] Nx2 or Nx3 cell array to be used in naming fitted
% values; first column is the equation tag,
% second column is the name of the
% associated fitted value, third column
% (if it exists) is the function name of
% the transformation to perform on the
% fitted value.
% eqtags [cellstr] names of equation tags to estimate. If empty,
% estimate all equations
% none
%
% OUTPUTS
% ds [dseries] data updated with fitted values
% none
%
% SPECIAL REQUIREMENTS
% dynare must have been run with the option: json=compute
% Copyright (C) 2017-2019 Dynare Team
% Copyright (C) 2019 Dynare Team
%
% This file is part of Dynare.
%