Document oo_.osr.optim_params

time-shift
Sébastien Villemot 2013-12-12 15:47:34 +01:00
parent 857a2b0e35
commit d75d6a3079
1 changed files with 9 additions and 1 deletions

View File

@ -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{}];