*I'm not sure this is what I'm looking for. If I correctly understood, here
you are adding "extra" restrictions in*
*the standard Cholesky approach, right? Instead, what I would like to have
is an estimate of the following system:*
*Y1,t = a11 Y1,t-1 + u1t*
*Y2,t = a21 Y1,t-1 + a22 Y2,t-1 + a23 Y3,t-1 + u2t*
*Y3,t = a31 Y1,t-1 + a32 Y2,t-1 + a33 Y3,t-1 + u3t*
*Does the SVAR function allow one to estimate it?*