Update examples for deprecated pac.update.equation() function.

time-shift
Stéphane Adjemian(Charybdis) 2018-06-21 18:52:06 +02:00
parent deec7ca583
commit b0f4ecd6b9
8 changed files with 8 additions and 8 deletions

View File

@ -46,7 +46,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));

View File

@ -50,7 +50,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));

View File

@ -49,7 +49,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));

View File

@ -63,7 +63,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));

View File

@ -65,7 +65,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));

View File

@ -64,7 +64,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero for non logged variables, and one for logged variables
init = zeros(10, M_.endo_nbr+M_.exo_nbr);

View File

@ -64,7 +64,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));

View File

@ -72,7 +72,7 @@ end;
get_companion_matrix('toto', 'pacman');
// Update the parameters of the PAC expectation model (h0 and h1 vectors).
pac.update.equation('pacman');
pac.update.expectation('pacman');
// Set initial conditions to zero. Please use more sensible values if any...
initialconditions = dseries(zeros(10, M_.endo_nbr+M_.exo_nbr), 2000Q1, vertcat(M_.endo_names,M_.exo_names));