
%
% <a href="matlab: edit rvar/integrate">INTEGRATE</a>  Integrate SVAR model.
%
% Syntax:
%   w = integrate(w)
%   [w,data] = integrate(w,data,...)
% Output arguments:
%   w [ svar ] Intergrated SVAR model.
%   data [ tseries ] Integrated data associated with SVAR model.
% Required input arguments:
%   w [ svar ] SVAR model to be integrated.
%   data [ tseries ] Data associated with SVAR model.
% <a href="options.html">Optional input arguments:</a>
%   'applyto' [ logical | numeric | <a href="default.html">true([1,ny])</a> ] Index of variables to be integrated.
%
% This function is inherited from the RVAR class.
%
% The IRIS Toolbox 2007/10/12. Copyright 2007 Jaromir Benes. <a href="http://www.iris-toolbox.com">www.iris-toolbox.com</a>
% _______________________________________________________________________________
