diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m index 94903de1d3281417d9b15b1f198f20cf888b7c09..31b003ca3d87a3cd86bb5b88942cb7b2e2e042b6 100644 --- a/matlab/DsgeSmoother.m +++ b/matlab/DsgeSmoother.m @@ -4,7 +4,7 @@ function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,de % INPUTS % o xparam1 [double] (p*1) vector of (estimated) parameters. % o gend [integer] scalar specifying the number of observations ==> varargin{1}. -% o data [double] (n*T) matrix of data. +% o Y [double] (n*T) matrix of data. % o data_index [cell] 1*smpl cell of column vectors of indices. % o missing_value 1 if missing values, 0 otherwise % o M_ [structure] decribing the model