Remove duplicate item

time-shift
Sébastien Villemot 2012-06-07 15:36:28 +02:00
parent bfa168bd24
commit fb147574f2
1 changed files with 6 additions and 9 deletions

View File

@ -4160,15 +4160,12 @@ this covariance matrix. Default is @code{1}.
@xref{solve_algo}. @xref{solve_algo}.
@item order = @var{INTEGER} @item order = @var{INTEGER}
When @code{2}, the likelihood is evaluated with a particle filter based Order of approximation, either @code{1} or @code{2}. When equal to
on a second order approximation of the model (see @code{2}, the likelihood is evaluated with a particle filter based on
@cite{Fernandez-Villaverde and Rubio-Ramirez (2005)}). Default is a second order approximation of the model (see
@code{1}, ie the lilkelihood of the linearized model is evaluated using @cite{Fernandez-Villaverde and Rubio-Ramirez (2005)}). Default is
a standard Kalman filter. @code{1}, ie the lilkelihood of the linearized model is evaluated
using a standard Kalman filter.
@item order = @var{INTEGER}
@xref{order}.
@item irf = @var{INTEGER} @item irf = @var{INTEGER}
@xref{irf}. Only used if @ref{bayesian_irf} is passed. @xref{irf}. Only used if @ref{bayesian_irf} is passed.