Fixed typo.

time-shift
Stéphane Adjemian(Charybdis) 2018-04-12 12:23:50 +02:00
parent 61c643a91f
commit 57bb6f3fe9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ end
varcalib = DynareOutput.var.(pacmodel.var_model_name);
if ~isfield(varcalib, 'CompanionMatrix') || any(isnan(varcalib.CompanionMatrix(:)))
error('VAR model %s has to be estimated first.', pacmode.var_model_name)
error('VAR model %s has to be estimated first.', pacmodel.var_model_name)
end
% Build the vector of PAC parameters (ECM parameter + autoregressive parameters).