Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
7c07f192
Commit
7c07f192
authored
Oct 11, 2011
by
Houtan Bastani
Browse files
MS-SBVAR: add missing copyright/license
parent
7764a6a1
Changes
5
Hide whitespace changes
Inline
Side-by-side
matlab/ms-sbvar/ms_mardd.m
View file @
7c07f192
...
@@ -6,6 +6,23 @@ function ms_mardd(options_)
...
@@ -6,6 +6,23 @@ function ms_mardd(options_)
%
%
%
Tao
Zha
,
September
1999.
Quick
revisions
,
May
2003.
Final
revision
,
September
2004.
%
Tao
Zha
,
September
1999.
Quick
revisions
,
May
2003.
Final
revision
,
September
2004.
%
Copyright
(
C
)
2011
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
%
Dynare
is
free
software
:
you
can
redistribute
it
and
/
or
modify
%
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
%
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
%
(
at
your
option
)
any
later
version
.
%
%
Dynare
is
distributed
in
the
hope
that
it
will
be
useful
,
%
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
%
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
%
GNU
General
Public
License
for
more
details
.
%
%
You
should
have
received
a
copy
of
the
GNU
General
Public
License
%
along
with
Dynare
.
If
not
,
see
<
http
://
www
.
gnu
.
org
/
licenses
/>.
msstart2
%
start
the
program
in
which
everyhting
is
initialized
through
msstart2
.
m
msstart2
%
start
the
program
in
which
everyhting
is
initialized
through
msstart2
.
m
if
~
options
_.
ms
.
indxestima
if
~
options
_.
ms
.
indxestima
warning
(
'
'
)
warning
(
'
'
)
...
...
matlab/ms-sbvar/ms_write_markov_file.m
View file @
7c07f192
function
ms_write_markov_file
(
fname
,
options
)
function
ms_write_markov_file
(
fname
,
options
)
% function ms_write_markov_file(fname, options)
%
% INPUTS
% fname: (string) name of markov file
% options: (struct) options
%
% OUTPUTS
%
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 Dynare Team
%
% This file is part of Dynare.
%
% Dynare is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Dynare is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
n_chains
=
length
(
options
.
ms
.
ms_chain
);
n_chains
=
length
(
options
.
ms
.
ms_chain
);
nvars
=
size
(
options
.
varobs
,
1
);
nvars
=
size
(
options
.
varobs
,
1
);
...
...
matlab/ms-sbvar/ms_write_mhm_input.m
View file @
7c07f192
function ms_write_mhm_input(fname,options_ms)
function
ms_write_mhm_input
(
fname
,
options_ms
)
% function ms_write_mhm_input(fname, options_ms)
%
% INPUTS
% fname: (string) filename
% options_ms: (struct) options
%
% OUTPUTS
% none
%
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 Dynare Team
%
% This file is part of Dynare.
%
% Dynare is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Dynare is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
fh
=
fopen
(
fname
,
'w'
);
fh
=
fopen
(
fname
,
'w'
);
...
...
matlab/ms-sbvar/msstart2.m
View file @
7c07f192
...
@@ -12,6 +12,23 @@
...
@@ -12,6 +12,23 @@
%
%
% February 2004
% February 2004
% Copyright (C) 2011 Dynare Team
%
% This file is part of Dynare.
%
% Dynare is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Dynare is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
% ** ONLY UNDER UNIX SYSTEM
% ** ONLY UNDER UNIX SYSTEM
%path(path,'/usr2/f1taz14/mymatlab')
%path(path,'/usr2/f1taz14/mymatlab')
...
...
matlab/ms-sbvar/msstart_setup.m
View file @
7c07f192
%function []= msstart_setup(options_)
%function []= msstart_setup(options_)
% Copyright (C) 2011 Dynare Team
%
% This file is part of Dynare.
%
% Dynare is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% Dynare is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <http://www.gnu.org/licenses/>.
% ** ONLY UNDER UNIX SYSTEM
% ** ONLY UNDER UNIX SYSTEM
%path(path,'/usr2/f1taz14/mymatlab')
%path(path,'/usr2/f1taz14/mymatlab')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment