From 37d18f6b690640f38c39936e146420e33c703d8b Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 14 Mar 2014 15:55:11 +0100
Subject: [PATCH] doc: sbvar_identification stub, #237

---
 doc/dynare.texi | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index 1e207bed8a..f92bea4a19 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -7113,6 +7113,25 @@ To be documented. For now, see the wiki: @uref{http://www.dynare.org/DynareWiki/
 @end deffn
 
 
+@deffn Block svar_identification ;
+
+@descriptionhead
+
+This block is terminated by @code{end;}, and contains lines of the
+form:
+@example
+UPPER_CHOLESKY;
+LOWER_CHOLESKY;
+EXCLUSION CONSTANTS;
+EXCLUSION LAG @var{INTEGER}; @var{VARIABLE_NAME} [,@var{VARIABLE_NAME}@dots{}]
+EXCLUSION LAG @var{INTEGER}; EQUATION @var{INTEGER}, @var{VARIABLE_NAME} [,@var{VARIABLE_NAME}@dots{}]
+RESTRICTION EQUATION @var{INTEGER}, @var{EXPRESSION} = @var{EXPRESSION};
+@end example
+
+To be documented. For now, see the wiki: @uref{http://www.dynare.org/DynareWiki/MarkovSwitchingInterface}
+
+@end deffn
+
 @anchor{ms_estimation}
 @deffn Command ms_estimation (@var{OPTIONS}@dots{});
 @descriptionhead
-- 
GitLab