* Added BVAR a la sims examples in Octave testsuite

* Switched BVAR example data to M-file instead of XLS


git-svn-id: https://www.dynare.org/svn/dynare/trunk@2801 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-07-01 13:23:28 +00:00
parent 5b06ad8ae5
commit fbff270180
4 changed files with 1013 additions and 5 deletions

View File

@ -514,7 +514,7 @@ Most results are stored for future use:
\section{Examples}
This section presents two short examples of BVAR estimations. These examples and the associated datafile (\texttt{bvar\_sample.xls}) can be found in the \texttt{tests/bvar\_a\_la\_sims} directory of the Dynare v4 subversion tree.
This section presents two short examples of BVAR estimations. These examples and the associated datafile (\texttt{bvar\_sample.m}) can be found in the \texttt{tests/bvar\_a\_la\_sims} directory of the Dynare v4 subversion tree.
\subsection{Standalone BVAR estimation}

View File

@ -16,16 +16,16 @@ OCTAVE_MODS = \
arima/mod2.mod \
arima/mod2c.mod \
fs2000/fs2000.mod \
homotopy/ramst_homotopy.mod
homotopy/ramst_homotopy.mod \
bvar_a_la_sims/bvar_standalone.mod \
bvar_a_la_sims/bvar_and_dsge.mod
MODS = $(OCTAVE_MODS) \
arima/mod1b.mod \
arima/mod1c.mod \
arima/mod2a.mod \
arima/mod2b.mod \
fs2000/fs2000a.mod \
bvar_a_la_sims/bvar_standalone.mod \
bvar_a_la_sims/bvar_and_dsge.mod
fs2000/fs2000a.mod
check: check-octave check-matlab
.PHONY: check

File diff suppressed because it is too large Load Diff

Binary file not shown.