From e5b51f325725432d6c4d83a875292a647d1fee1b Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer <jpfeifer@gmx.de> Date: Tue, 15 Jun 2021 11:16:41 +0200 Subject: [PATCH] DsgeSmoother.m: header cosmetics [skip CI] --- matlab/DsgeSmoother.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/DsgeSmoother.m b/matlab/DsgeSmoother.m index 94903de1d3..31b003ca3d 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 -- GitLab