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
Dynare
particles
Commits
84d213ea
Commit
84d213ea
authored
May 18, 2017
by
Stéphane Adjemian
Browse files
Fixed copyright notices.
parent
4921000f
Changes
28
Show whitespace changes
Inline
Side-by-side
src/resample.m
View file @
84d213ea
...
...
@@ -36,7 +36,7 @@ function resampled_output = resample(particles,weights,ParticleOptions)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
Copyright
(
C
)
2011
-
201
4
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
src/residual_resampling.m
View file @
84d213ea
...
...
@@ -30,7 +30,7 @@ function return_resample = residual_resampling(particles,weights,noise)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
Copyright
(
C
)
2011
-
201
7
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
src/sequential_importance_particle_filter.m
View file @
84d213ea
...
...
@@ -2,7 +2,7 @@ function [LIK,lik] = sequential_importance_particle_filter(ReducedForm,Y,start,P
% Evaluates the likelihood of a nonlinear model with a particle filter (optionally with resampling).
% Copyright (C) 2011-201
4
Dynare Team
% Copyright (C) 2011-201
5
Dynare Team
%
% This file is part of Dynare (particles module).
%
...
...
src/solve_model_for_online_filter.m
View file @
84d213ea
...
...
@@ -101,7 +101,7 @@ function [ys,trend_coeff,exit_flag,info,Model,DynareOptions,BayesInfo,DynareResu
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2013
Dynare
Team
%
Copyright
(
C
)
2013
-
2017
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
src/spherical_radial_sigma_points.m
View file @
84d213ea
...
...
@@ -15,7 +15,7 @@ function [nodes,weights] = spherical_radial_sigma_points(n)
%
% NOTES
%
% Copyright (C) 2009-201
2
Dynare Team
% Copyright (C) 2009-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
src/traditional_resampling.m
View file @
84d213ea
...
...
@@ -33,7 +33,7 @@ function return_resample = traditional_resampling(particles,weights,noise)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
-
201
3
Dynare
Team
%
Copyright
(
C
)
2011
-
201
7
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
src/univariate_smooth_resampling.m
View file @
84d213ea
...
...
@@ -34,7 +34,7 @@ function new_particles = univariate_smooth_resampling(weights,particles,number_o
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2012
Dynare
Team
%
Copyright
(
C
)
2012
-
2017
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
src/unscented_sigma_points.m
View file @
84d213ea
...
...
@@ -14,7 +14,7 @@ function [nodes,W_m,W_c] = unscented_sigma_points(n,ParticleOptions)
%
% NOTES
%
% Copyright (C) 2009-201
2
Dynare Team
% Copyright (C) 2009-201
7
Dynare Team
%
% This file is part of Dynare.
%
...
...
Prev
1
2
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