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
4fa14176
Commit
4fa14176
authored
Feb 15, 2013
by
Houtan Bastani
Browse files
fix copyright dates
parent
3c69ee04
Changes
11
Hide whitespace changes
Inline
Side-by-side
matlab/particle/auxiliary_initialization.m
View file @
4fa14176
...
...
@@ -20,7 +20,7 @@ function initial_distribution = auxiliary_initialization(ReducedForm,Y,start,Dyn
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 201
1, 2012
Dynare Team
% Copyright (C) 201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/particle/auxiliary_particle_filter.m
View file @
4fa14176
...
...
@@ -20,7 +20,7 @@ function [LIK,lik] = auxiliary_particle_filter(ReducedForm,Y,start,DynareOptions
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2011
,
201
2
Dynare Team
% Copyright (C) 2011
-
201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/particle/gaussian_filter.m
View file @
4fa14176
...
...
@@ -34,7 +34,7 @@ function [LIK,lik] = gaussian_filter(ReducedForm,Y,start,DynareOptions)
%
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2009-201
0
Dynare Team
% Copyright (C) 2009-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/particle/gaussian_mixture_filter.m
View file @
4fa14176
...
...
@@ -36,7 +36,7 @@ function [LIK,lik] = gaussian_mixture_filter(ReducedForm,Y,start,DynareOptions)
%
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2009-201
2
Dynare Team
% Copyright (C) 2009-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/particle/index_resample.m
View file @
4fa14176
...
...
@@ -34,7 +34,7 @@ function resampling_index = index_resample(particles,weights,DynareOptions)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
201
1
,
2012
Dynare
Team
%
Copyright
(
C
)
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/particle/multivariate_smooth_resampling.m
View file @
4fa14176
...
...
@@ -38,7 +38,7 @@ function new_particles = multivariate_smooth_resampling(particles,weights)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
Dynare
Team
%
Copyright
(
C
)
2012
-
2013
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/particle/resample.m
View file @
4fa14176
...
...
@@ -34,7 +34,7 @@ function resampled_particles = resample(particles,weights,DynareOptions)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/particle/residual_resampling.m
View file @
4fa14176
...
...
@@ -30,7 +30,7 @@ function return_resample = residual_resampling(particles,weights,noise)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/particle/sequential_importance_particle_filter.m
View file @
4fa14176
...
...
@@ -38,7 +38,7 @@ function [LIK,lik] = sequential_importance_particle_filter(ReducedForm,Y,start,D
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/particle/solve_model_for_online_filter.m
View file @
4fa14176
...
...
@@ -101,7 +101,7 @@ function [ys,trend_coeff,exit_flag,info,Model,DynareOptions,BayesInfo,DynareResu
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
201
0
-
2012
Dynare
Team
%
Copyright
(
C
)
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/particle/traditional_resampling.m
View file @
4fa14176
...
...
@@ -33,7 +33,7 @@ function return_resample = traditional_resampling(particles,weights,noise)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
,
201
2
Dynare
Team
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
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