From d640546e4f4986a7e27a040cc0a7a1e76765e331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 11 Apr 2013 17:23:26 +0200 Subject: [PATCH] Document markowitz option of steady Closes #353 --- doc/dynare.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/dynare.texi b/doc/dynare.texi index 351ed5acd4..0824a6245b 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -2469,6 +2469,9 @@ Default is @code{0}. Don't check the steady state values when they are provided explicitely either by a steady state file or a @code{steady_state_model} block. This is useful for models with unit roots as, in this case, the steady state is not unique or doesn't exist. @end table +@item markowitz = @var{DOUBLE} +Value of the Markowitz criterion, used to select the pivot. Only used +when @code{solve_algo = 5}. Default: @code{0.5}. @examplehead -- GitLab