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
61485ab8
Commit
61485ab8
authored
Jun 12, 2013
by
Sébastien Villemot
Browse files
Fix copyright notices
parent
f1c8ec60
Changes
192
Show whitespace changes
Inline
Side-by-side
matlab/gsa/redform_screen.m
View file @
61485ab8
...
...
@@ -14,7 +14,7 @@ function redform_screen(dirname, options_gsa_)
% Reference:
% M. Ratto, Global Sensitivity Analysis for Macroeconomic models, MIMEO, 2006.
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gsa/stab_map_.m
View file @
61485ab8
...
...
@@ -38,7 +38,7 @@ function x0 = stab_map_(OutputDirectoryName,opt_gsa)
% Reference:
% M. Ratto, Global Sensitivity Analysis for Macroeconomic models, MIMEO, 2006.
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gsa/stab_map_1.m
View file @
61485ab8
...
...
@@ -24,7 +24,7 @@ function [proba, dproba] = stab_map_1(lpmat, ibehaviour, inonbehaviour, aname, i
% Reference:
% M. Ratto, Global Sensitivity Analysis for Macroeconomic models, MIMEO, 2006.
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gsa/stab_map_2.m
View file @
61485ab8
...
...
@@ -9,7 +9,7 @@ function stab_map_2(x,alpha2, pvalue, fnam, dirname,xparam1,figtitle)
% Reference:
% M. Ratto, Global Sensitivity Analysis for Macroeconomic models, MIMEO, 2006.
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/ident_bruteforce.m
View file @
61485ab8
...
...
@@ -9,7 +9,7 @@ function [pars, cosnJ] = ident_bruteforce(J,n,TeX, pnames_TeX)
% pars : cell array with groupf of params for each column of J for 1 to n
% cosnJ : the cosn of each column with the selected group of columns
% Copyright (C) 2009-201
1
Dynare Team
% Copyright (C) 2009-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/identification_analysis.m
View file @
61485ab8
...
...
@@ -25,7 +25,7 @@ function [ide_hess, ide_moments, ide_model, ide_lre, derivatives_info, info] = i
% SPECIAL REQUIREMENTS
% None
% Copyright (C) 2008-201
2
Dynare Team
% Copyright (C) 2008-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/independent_metropolis_hastings.m
View file @
61485ab8
...
...
@@ -22,7 +22,7 @@ function record=independent_metropolis_hastings(TargetFun,ProposalFun,xparam1,vv
% PARALLEL CONTEXT
% See the comment in random_walk_metropolis_hastings.m funtion.
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/independent_metropolis_hastings_core.m
View file @
61485ab8
...
...
@@ -16,7 +16,7 @@ function myoutput = independent_metropolis_hastings_core(myinputs,fblck,nblck,wh
% SPECIAL REQUIREMENTS.
% None.
%
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/k_order_perturbation.m
View file @
61485ab8
...
...
@@ -51,3 +51,20 @@
% k_order_peturbation is a compiled MEX function. It's source code is in
% dynare/mex/sources/k_order_perturbation.cc and it uses code provided by
% dynare++
% Copyright (C) 2013 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/>.
matlab/kalman/likelihood/kalman_filter.m
View file @
61485ab8
...
...
@@ -71,7 +71,7 @@ function [LIK, LIKK, a, P] = kalman_filter(Y,start,last,a,P,kalman_tol,riccati_t
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2004
-
201
2
Dynare
Team
%
Copyright
(
C
)
2004
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/kalman/likelihood/kalman_filter_d.m
View file @
61485ab8
...
...
@@ -31,7 +31,7 @@ function [dLIK,dlik,a,Pstar] = kalman_filter_d(Y, start, last, a, Pinf, Pstar, k
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-201
2
Dynare Team
% Copyright (C) 2004-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/kronecker/A_times_B_kronecker_C.m
View file @
61485ab8
...
...
@@ -43,7 +43,7 @@ function [D, err] = A_times_B_kronecker_C(A,B,C,fake)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
1996
-
201
1
Dynare
Team
%
Copyright
(
C
)
1996
-
201
2
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/kronecker/sparse_hessian_times_B_kronecker_C.m
View file @
61485ab8
...
...
@@ -45,7 +45,7 @@ function [D, err] = sparse_hessian_times_B_kronecker_C(varargin)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
1996
-
201
1
Dynare
Team
%
Copyright
(
C
)
1996
-
201
2
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/load_csv_file_data.m
View file @
61485ab8
...
...
@@ -38,7 +38,7 @@ function [freq, init, data, varlist] = load_csv_file_data(file, withtime, withna
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
Dynare
Team
%
Copyright
(
C
)
2012
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/load_m_file_data.m
View file @
61485ab8
...
...
@@ -32,8 +32,7 @@ function [freq,init,data,varlist,tex] = load_m_file_data(file)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
,
2013
Dynare
Team
%
Copyright
(
C
)
2012
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/load_mat_file_data.m
View file @
61485ab8
...
...
@@ -32,8 +32,7 @@ function [freq,init,data,varlist,tex] = load_mat_file_data(file)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
,
2013
Dynare
Team
%
Copyright
(
C
)
2012
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/maximize_prior_density.m
View file @
61485ab8
...
...
@@ -15,7 +15,7 @@ function [xparams,lpd,hessian] = ...
% lpd [double] scalar, value of the logged prior density at the mode.
% hessian [double] matrix, Hessian matrix at the prior mode.
% Copyright (C) 2009-201
1
Dynare Team
% Copyright (C) 2009-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/metropolis_hastings_initialization.m
View file @
61485ab8
...
...
@@ -23,7 +23,7 @@ function [ ix2, ilogpo2, ModelName, MhDirectoryName, fblck, fline, npar, nblck,
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 2006-201
1
Dynare Team
% Copyright (C) 2006-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/mh_autocorrelation_function.m
View file @
61485ab8
...
...
@@ -18,7 +18,7 @@ function mh_autocorrelation_function(options_,M_,estim_params_,type,blck,name1,n
%
% SPECIAL REQUIREMENTS
% Copyright (C) 2003-201
1
Dynare Team
% Copyright (C) 2003-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/minus_logged_prior_density.m
View file @
61485ab8
...
...
@@ -12,7 +12,7 @@ function [fval,fake_1, fake_2, exit_flag ] = minus_logged_prior_density(xparams,
% OUTPUTS
% f [double] value of minus the logged prior density.
% Copyright (C) 2009 Dynare Team
% Copyright (C) 2009
-2012
Dynare Team
%
% This file is part of Dynare.
%
...
...
Prev
1
2
3
4
5
6
7
8
9
10
Next
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