From d75d6a3079d40b90a5410129e1b87702138039da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 12 Dec 2013 15:47:34 +0100
Subject: [PATCH] Document oo_.osr.optim_params

---
 doc/dynare.texi | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index ce6c21f37..5a51e28ed 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -5946,7 +5946,9 @@ cease when it proves impossible to improve the function value by more than tolf.
 @end table
 
 The value of the objective is stored in the variable
-@code{oo_.osr.objective_function}, which is described below.
+@code{oo_.osr.objective_function} and the value of parameters at the
+optimum is stored in @code{oo_.osr.optim_params}. See below for more
+details.
 
 @end deffn
 
@@ -5982,6 +5984,12 @@ After an execution of the @code{osr} command, this variable contains
 the value of the objective under optimal policy.
 @end defvr
 
+@defvr {MATLAB/Octave variable} oo_.osr.optim_params
+After an execution of the @code{osr} command, this variable contains
+the value of parameters at the optimum, stored in fields of the form
+@code{oo_.osr.optim_params.@var{PARAMETER_NAME}}.
+@end defvr
+
 @deffn Command ramsey_policy [@var{VARIABLE_NAME}@dots{}];
 @deffnx Command ramsey_policy (@var{OPTIONS}@dots{}) [@var{VARIABLE_NAME}@dots{}];
 
-- 
GitLab