
%
% <a href="matlab: edit rvar/simulate">SIMULATE</a>  Simulate SVAR model.
%
% Syntax:
%   output = simulate(w,source,range,...)
% Output arguments:
%   output [ tseries ] Output data as multivariate time series.
% Required input arguments:
%   w [ svar ] SVAR model to be simulated.
%   source [ tseries ] Input data as multivariate time series.
%   range [ numeric ] Simulation range.
% <a href="options.html">Optional input arguments:</a>
%   'contributions' [ true | <a href="default.html">false</a> ] Decompose simulation into contributions of individual shocks.
%   'deviation' [ true | <a href="default.html">false</a> ] Input and output data are deviations from steady state.
%
% Nota bene:
%   This function is inherited from the RVAR class.
%
% The IRIS Toolbox 2007/07/19. Copyright 2007 Jaromir Benes. <a href="http://www.iris-toolbox.com">www.iris-toolbox.com</a>
% _______________________________________________________________________________
