From 2d03ca3e626e5c792a2a4868eb4910eb0d8eb6e9 Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Sat, 10 Aug 2019 09:02:27 +0200 Subject: [PATCH] NK_baseline_steadystate.m: Cosmetic changes --- examples/NK_baseline_steadystate.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/NK_baseline_steadystate.m b/examples/NK_baseline_steadystate.m index c8a2f5d0e..d2f88af93 100644 --- a/examples/NK_baseline_steadystate.m +++ b/examples/NK_baseline_steadystate.m @@ -8,9 +8,9 @@ function [ys,check] = NK_baseline_steadystate(ys,exo) % - exo [vector] vector of values for the exogenous variables % % Output: -% - ys [vector] vector of steady state values fpr the the endogenous variables +% - ys [vector] vector of steady state values for the the endogenous variables % - check [scalar] set to 0 if steady state computation worked and to -% 1 of not (allows to impos restriction on parameters) +% 1 of not (allows to impose restrictions on parameters) global M_ @@ -28,7 +28,7 @@ check = 0; options=optimset(); % set options for numerical solver -% the steady state computation follows FV (2006), section 4.1 +% the steady state computation follows FVRR (2006), section 4.1 PI=PIbar; u=1; q=1;