doc: sbvar_identification stub, #237

time-shift
Houtan Bastani 2014-03-14 15:55:11 +01:00
parent 6c867391e9
commit 37d18f6b69
1 changed files with 19 additions and 0 deletions

View File

@ -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