Removed unused variable.

time-shift
Stéphane Adjemia (Scylla) 2018-10-24 12:08:00 +02:00
parent 1c1a3ea0a4
commit 510bc2e299
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
2 changed files with 0 additions and 4 deletions

View File

@ -76,8 +76,6 @@ switch auxiliary_model_type
% Get the indices of trend and EC equations in the auxiliary model.
target_eqnums_in_auxiliary_model = find(M_.trend_component.(auxiliary_model_name).targets);
ecm_eqnums_in_auxiliary_model = find(~M_.trend_component.(auxiliary_model_name).targets);
% Get the indices of trend equations in model.
target_eqnums = M_.trend_component.(auxiliary_model_name).target_eqn;
% REMARK It is assumed that the non trend equations are the error correction
% equations. We assume that the model can be cast in the following form:
%

View File

@ -73,8 +73,6 @@ switch auxiliary_model_type
% Get the indices of trend and EC equations in the auxiliary model.
target_eqnums_in_auxiliary_model = find(M_.trend_component.(auxiliary_model_name).targets);
ecm_eqnums_in_auxiliary_model = find(~M_.trend_component.(auxiliary_model_name).targets);
% Get the indices of trend equations in model.
target_eqnums = M_.trend_component.(auxiliary_model_name).target_eqn;
% REMARK It is assumed that the non trend equations are the error correction
% equations. We assume that the model can be cast in the following form:
%