Fixed typo.

time-shift
Stéphane Adjemia (Scylla) 2018-12-19 15:41:32 +01:00
parent 23e37e45c4
commit c0570ff0af
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ end
% parameters (in increasing order w.r.t. the lags).
stack = dbstack;
ipnames__ = ipnames_; % The user provided order.
if isequal(stack(2).name, ' terative_ols')
if isequal(stack(2).name, 'iterative_ols')
ipnames_ = [M_.pac.(pacmodl).ec.params; M_.pac.(pacmodl).ar.params']; % The correct order.
if isfield(M_.pac.(pacmodl), 'share_of_optimizing_agents_index')
ipnames_ = [ipnames_; M_.pac.(pacmodl).share_of_optimizing_agents_index];