Skip to content
GitLab
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
1f9cea66
Commit
1f9cea66
authored
Jun 08, 2012
by
Sébastien Villemot
Browse files
Update copyright notices
parent
b21d8796
Changes
212
Hide whitespace changes
Inline
Side-by-side
matlab/@dynTime/setFreq.m
View file @
1f9cea66
...
...
@@ -44,4 +44,21 @@ function sp = setFreq(sp,freq)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
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/>.
sp
.
freq
=
freq
;
\ No newline at end of file
matlab/@dynTime/setSize.m
View file @
1f9cea66
...
...
@@ -41,4 +41,22 @@ function sp = setSize(sp,n)
%!
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
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/>.
sp
.
time
=
NaN
(
n
,
2
);
matlab/@dynTime/setTime.m
View file @
1f9cea66
...
...
@@ -48,6 +48,23 @@ function sp = setTime(sp,i,date)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
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/>.
if
nargin
==
3
sp
.
time
(
i
,
:
)
=
date
;
elseif
nargin
==
2
...
...
matlab/@dynTime/subsref.m
View file @
1f9cea66
...
...
@@ -33,6 +33,23 @@ function B = subsref(A, S)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
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/>.
if
isequal
(
S
(
1
).
type
,
'.'
)
switch
S
(
1
).
subs
case
{'
time
','
freq
','
init
','
last
'}
%
Public
members
.
...
...
matlab/AIM/dynAIMsolver1.m
View file @
1f9cea66
...
...
@@ -46,7 +46,7 @@ function [dr,aimcode,rts]=dynAIMsolver1(jacobia_,M_,dr)
%
% GP July 2008
% Copyright (C) 2008-20
09
Dynare Team
% Copyright (C) 2008-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/AIM_first_order_solver.m
View file @
1f9cea66
...
...
@@ -51,7 +51,7 @@ function [dr,info]=AIM_first_order_solver(jacobia,M,dr,qz_criterium)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2001
-
201
1
Dynare
Team
%
Copyright
(
C
)
2001
-
201
2
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/CheckPath.m
View file @
1f9cea66
...
...
@@ -11,7 +11,7 @@ function DirectoryName = CheckPath(type,dname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-20
09
Dynare Team
% Copyright (C) 2005-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DsgeSmoother.m
View file @
1f9cea66
...
...
@@ -28,7 +28,7 @@ function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,de
% SPECIAL REQUIREMENTS
% None
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/DsgeVarLikelihood.m
View file @
1f9cea66
...
...
@@ -17,7 +17,7 @@ function [fval,grad,hess,exit_flag,info,PHI,SIGMAu,iXX,prior] = DsgeVarLikelihoo
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetAllPosteriorDraws.m
View file @
1f9cea66
...
...
@@ -16,7 +16,7 @@ function Draws = GetAllPosteriorDraws(column, FirstMhFile, FirstLine, TotalNumbe
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-20
09
Dynare Team
% Copyright (C) 2005-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetOneDraw.m
View file @
1f9cea66
...
...
@@ -14,7 +14,7 @@ function [xparams, logpost] = GetOneDraw(type)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-20
09
Dynare Team
% Copyright (C) 2005-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/GetPosteriorMeanVariance.m
View file @
1f9cea66
function
[
mean
,
variance
]
=
GetPosteriorMeanVariance
(
M
,
drop
)
% Copyright (C) 2012 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/>.
DirectoryName
=
CheckPath
(
'metropolis'
,
M
.
dname
);
o
=
load
([
DirectoryName
'/'
M
.
fname
'_mh_history'
]);
...
...
matlab/GetPosteriorParametersStatistics.m
View file @
1f9cea66
...
...
@@ -15,7 +15,7 @@ function oo_ = GetPosteriorParametersStatistics(estim_params_, M_, options_, bay
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/McMCDiagnostics.m
View file @
1f9cea66
...
...
@@ -16,7 +16,7 @@ function McMCDiagnostics(options_, estim_params_, M_)
% PARALLEL CONTEXT
% See the comment in random_walk_metropolis_hastings.m funtion.
% Copyright (C) 2005-201
1
Dynare Team
% Copyright (C) 2005-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/PlotPosteriorDistributions.m
View file @
1f9cea66
...
...
@@ -16,7 +16,7 @@ function oo_ = PlotPosteriorDistributions(estim_params_, M_, options_, bayestopt
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-201
1
Dynare Team
% Copyright (C) 2005-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/PosteriorFilterSmootherAndForecast.m
View file @
1f9cea66
...
...
@@ -16,7 +16,7 @@ function PosteriorFilterSmootherAndForecast(Y,gend, type,data_index)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-201
1
Dynare Team
% Copyright (C) 2005-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/PosteriorIRF.m
View file @
1f9cea66
...
...
@@ -16,7 +16,7 @@ function PosteriorIRF(type)
% functions associated with it(the _core1 and _core2).
% See also the comments random_walk_metropolis_hastings.m funtion.
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/PosteriorIRF_core1.m
View file @
1f9cea66
...
...
@@ -22,7 +22,7 @@ function myoutput=PosteriorIRF_core1(myinputs,fpar,npar,whoiam, ThisMatlab)
% SPECIAL REQUIREMENTS.
% None.
%
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/PosteriorIRF_core2.m
View file @
1f9cea66
...
...
@@ -17,7 +17,7 @@ function myoutput=PosteriorIRF_core2(myinputs,fpar,npar,whoiam, ThisMatlab)
% SPECIAL REQUIREMENTS.
% None.
%
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/ReshapeMatFiles.m
View file @
1f9cea66
...
...
@@ -25,7 +25,7 @@ function ReshapeMatFiles(type, type2)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
0
Dynare Team
% Copyright (C) 2003-201
1
Dynare Team
%
% This file is part of Dynare.
%
...
...
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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