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
1f9cea66
Commit
1f9cea66
authored
Jun 08, 2012
by
Sébastien Villemot
Browse files
Update copyright notices
parent
b21d8796
Changes
212
Show whitespace changes
Inline
Side-by-side
matlab/kalman/likelihood/missing_observations_kalman_filter_d.m
View file @
1f9cea66
...
...
@@ -38,7 +38,7 @@ function [dLIK,dlik,a,Pstar] = missing_observations_kalman_filter_d(data_index,n
% Models", S.J. Koopman and J. Durbin (2003, in Journal of Time Series
% Analysis, vol. 24(1), pp. 85-98).
% Copyright (C) 2004-201
1
Dynare Team
% Copyright (C) 2004-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/kalman/likelihood/univariate_kalman_filter.m
View file @
1f9cea66
...
...
@@ -77,7 +77,7 @@ function [LIK, lik,a,P] = univariate_kalman_filter(data_index,number_of_observat
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2004
-
201
1
Dynare
Team
%
Copyright
(
C
)
2004
-
201
2
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/kalman/likelihood/univariate_kalman_filter_d.m
View file @
1f9cea66
...
...
@@ -81,7 +81,7 @@ function [dLIK, dlikk, a, Pstar, llik] = univariate_kalman_filter_d(data_index,
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2004
-
201
1
Dynare
Team
%
Copyright
(
C
)
2004
-
201
2
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/kalman/likelihood/univariate_kalman_filter_ss.m
View file @
1f9cea66
...
...
@@ -55,7 +55,7 @@ function [LIK,likk,a] = univariate_kalman_filter_ss(Y,start,last,a,P,kalman_tol,
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
-
2012
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/lnsrch1_wrapper_one_boundary.m
View file @
1f9cea66
...
...
@@ -21,7 +21,7 @@ function r = lnsrch1_wrapper_one_boundary(ya, y_index, fname, y, x, params, stea
% none.
%
% Copyright (C) 2009 Dynare Team
% Copyright (C) 2009
-2011
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lnsrch1_wrapper_two_boundaries.m
View file @
1f9cea66
...
...
@@ -26,7 +26,7 @@ function ra = lnsrch1_wrapper_two_boundaries(ya, fname, y, y_index, x, ...
% none.
%
% Copyright (C) 2009 Dynare Team
% Copyright (C) 2009
-2011
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lpdfgam.m
View file @
1f9cea66
...
...
@@ -13,7 +13,7 @@ function [ldens,Dldens,D2ldens] = lpdfgam(x,a,b);
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-20
09
Dynare Team
% Copyright (C) 2003-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lpdfgbeta.m
View file @
1f9cea66
...
...
@@ -14,7 +14,7 @@ function [ldens,Dldens,D2ldens] = lpdfgbeta(x,a,b,aa,bb);
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-20
09
Dynare Team
% Copyright (C) 2003-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lpdfig1.m
View file @
1f9cea66
...
...
@@ -17,7 +17,7 @@ function [ldens,Dldens,D2ldens] = lpdfig1(x,s,nu)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2004-20
09
Dynare Team
% Copyright (C) 2004-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lpdfig2.m
View file @
1f9cea66
...
...
@@ -17,7 +17,7 @@ function [ldens,Dldens,D2ldens] = lpdfig2(x,s,nu)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2004-20
09
Dynare Team
% Copyright (C) 2004-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lpdfnorm.m
View file @
1f9cea66
...
...
@@ -13,7 +13,7 @@ function [ldens,Dldens,D2ldens] = lpdfnorm(x,a,b)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-20
09
Dynare Team
% Copyright (C) 2003-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/lyapunov_symm.m
View file @
1f9cea66
...
...
@@ -26,7 +26,7 @@ function [x,u] = lyapunov_symm(a,b,third_argument,lyapunov_complex_threshold,met
% SPECIAL REQUIREMENTS
% None
% Copyright (C) 2006-201
0
Dynare Team
% Copyright (C) 2006-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/make_ex_.m
View file @
1f9cea66
...
...
@@ -12,7 +12,7 @@ function make_ex_()
% SPECIAL REQUIREMENTS
%
% Copyright (C) 1996-201
1
Dynare Team
% Copyright (C) 1996-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/make_y_.m
View file @
1f9cea66
...
...
@@ -12,7 +12,7 @@ function make_y_()
% none
%
% Copyright (C) 1996-20
09
Dynare Team
% Copyright (C) 1996-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/metropolis_draw.m
View file @
1f9cea66
...
...
@@ -12,7 +12,7 @@ function [xparams, logpost]=metropolis_draw(init)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-20
09
Dynare Team
% Copyright (C) 2003-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/metropolis_run_analysis.m
View file @
1f9cea66
...
...
@@ -13,7 +13,7 @@ function metropolis_run_analysis(M,basetopt,j)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-
2009, 2010,
2011 Dynare Team
% Copyright (C) 2003-2011 Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/mh_autocorrelation_function.m
View file @
1f9cea66
...
...
@@ -18,7 +18,7 @@ function mh_autocorrelation_function(options_,M_,estim_params_,type,blck,name1,n
%
% SPECIAL REQUIREMENTS
% Copyright (C) 2003-20
09
Dynare Team
% Copyright (C) 2003-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/mode_check.m
View file @
1f9cea66
...
...
@@ -40,7 +40,7 @@ function mode_check(fun,x,hessian,DynareDataset,DynareOptions,Model,EstimatedPar
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2003
-
2010
,
2012
Dynare
Team
%
Copyright
(
C
)
2003
-
2012
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/model_diagnostics.m
View file @
1f9cea66
...
...
@@ -16,7 +16,7 @@ function model_diagnostics(M,options,oo)
% none.
%
% Copyright (C) 1996-201
1
Dynare Team
% Copyright (C) 1996-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/moment_function.m
View file @
1f9cea66
...
...
@@ -15,7 +15,7 @@ function [g,grad,hess,flag] = moment_function(xparams,sample_moments,dataset,opt
% SPECIAL REQUIREMENTS
% The user has to provide a file where the moment conditions are defined.
% Copyright (C) 2010 Dynare Team
% Copyright (C) 2010
-2012
Dynare Team
%
% This file is part of Dynare.
%
...
...
Prev
1
2
3
4
5
6
7
8
9
…
11
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