Document new OSR fields of M_

time-shift
Johannes Pfeifer 2016-06-16 20:49:02 +02:00
parent 33d35bc3c5
commit 20ae7069cf
1 changed files with 26 additions and 0 deletions

View File

@ -7564,6 +7564,32 @@ at the optimum, stored in fields of the form
@code{oo_.osr.optim_params.@var{PARAMETER_NAME}}.
@end defvr
@defvr {MATLAB/Octave variable} M_.osr.param_names
After an execution of the @code{osr} command, this cell contains the names of the parameters
@end defvr
@defvr {MATLAB/Octave variable} M_.osr.param_indices
After an execution of the @code{osr} command, this vector contains the indices of the OSR parameters
in @var{M_.params}.
@end defvr
@defvr {MATLAB/Octave variable} M_.osr.param_bounds
After an execution of the @code{osr} command, this two by number of OSR parameters
matrix contains the lower and upper bounds of the parameters in the first and second
column, respectively.
@end defvr
@defvr {MATLAB/Octave variable} M_.osr.variable_weights
After an execution of the @code{osr} command, this sparse matrix
contains the weighting matrix associated with the variables in the
objective function.
@end defvr
@defvr {MATLAB/Octave variable} M_.osr.variable_indices
After an execution of the @code{osr} command, this vector contains the
indices of the variables entering the objective function in @code{M_.endo_names}.
@end defvr
@anchor{Ramsey}
@deffn Command ramsey_model (@var{OPTIONS}@dots{});