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
Hide whitespace changes
Inline
Side-by-side
matlab/dr_block.m
View file @
61485ab8
...
...
@@ -33,7 +33,7 @@ function [dr,info,M_,options_,oo_] = dr_block(dr,task,M_,options_,oo_)
% none.
%
% Copyright (C) 2010-201
2
Dynare Team
% Copyright (C) 2010-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/dsge_likelihood.m
View file @
61485ab8
...
...
@@ -111,7 +111,7 @@ function [fval,DLIK,Hess,exit_flag,ys,trend_coeff,info,Model,DynareOptions,Bayes
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2004
-
201
2
Dynare
Team
%
Copyright
(
C
)
2004
-
201
3
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/dyn_forecast.m
View file @
61485ab8
...
...
@@ -16,7 +16,7 @@ function info = dyn_forecast(var_list,task)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
1
Dynare Team
% Copyright (C) 2003-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/dynare.m
View file @
61485ab8
...
...
@@ -16,7 +16,7 @@ function dynare(fname, varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2001-201
2
Dynare Team
% Copyright (C) 2001-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/dynare_estimation.m
View file @
61485ab8
...
...
@@ -11,7 +11,7 @@ function dynare_estimation(var_list,dname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
2
Dynare Team
% Copyright (C) 2003-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/dynare_estimation_init.m
View file @
61485ab8
...
...
@@ -18,7 +18,7 @@ function [dataset_,xparam1, M_, options_, oo_, estim_params_,bayestopt_, fake] =
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
2
Dynare Team
% Copyright (C) 2003-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/dynare_identification.m
View file @
61485ab8
...
...
@@ -19,7 +19,7 @@ function [pdraws, TAU, GAM, LRE, gp, H, JJ] = dynare_identification(options_iden
% main
%
% Copyright (C) 2010-201
2
Dynare Team
% Copyright (C) 2010-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/dynare_sensitivity.m
View file @
61485ab8
...
...
@@ -4,7 +4,7 @@ function x0=dynare_sensitivity(options_gsa)
% Reference:
% M. Ratto, Global Sensitivity Analysis for Macroeconomic models, MIMEO, 2006.
% Copyright (C) 2008-201
1
Dynare Team
% Copyright (C) 2008-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/ep/extended_path.m
View file @
61485ab8
...
...
@@ -14,7 +14,7 @@ function time_series = extended_path(initial_conditions,sample_size)
%
% SPECIAL REQUIREMENTS
% Copyright (C) 2009-201
2
Dynare Team
% Copyright (C) 2009-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/ep/solve_stochastic_perfect_foresight_model.m
View file @
61485ab8
function
[
flag
,
endo_simul
,
err
]
=
solve_stochastic_perfect_foresight_model
(
endo_simul
,
exo_simul
,
pfm
,
nnodes
,
order
)
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/ep/solve_stochastic_perfect_foresight_model_1.m
View file @
61485ab8
function
[
flag
,
endo_simul
,
err
]
=
solve_stochastic_perfect_foresight_model_1
(
endo_simul
,
exo_simul
,
pfm
,
nnodes
,
order
)
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/fastgensylv.m
View file @
61485ab8
...
...
@@ -111,19 +111,3 @@ end
%
%
SPECIAL
REQUIREMENTS
%
none
.
%
Copyright
(
C
)
1996
-
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/>.
matlab/forecast_graphs.m
View file @
61485ab8
function
forecast_graphs
(
var_list
)
% Copyright (C) 2008-201
2
Dynare Team
% Copyright (C) 2008-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gauss_hermite_weights_and_nodes.m
View file @
61485ab8
...
...
@@ -31,7 +31,7 @@ function [nodes,weights] = gauss_hermite_weights_and_nodes(n)
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
-
2012
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/getJJ.m
View file @
61485ab8
function
[
JJ
,
H
,
gam
,
gp
,
dA
,
dOm
,
dYss
]
=
getJJ
(
A
,
B
,
M_
,
oo_
,
options_
,
kronflag
,
indx
,
indexo
,
mf
,
nlags
,
useautocorr
)
% Copyright (C) 2010-201
1
Dynare Team
% Copyright (C) 2010-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/global_initialization.m
View file @
61485ab8
...
...
@@ -11,7 +11,7 @@ function global_initialization()
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
2
Dynare Team
% Copyright (C) 2003-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/graph_decomp.m
View file @
61485ab8
function
[]
=
graph_decomp
(
z
,
shock_names
,
endo_names
,
i_var
,
initial_date
,
DynareModel
,
DynareOptions
)
%function []=graph_decomp(z,varlist,initial_period,freq)
% Copyright (C) 2010-201
1
Dynare Team
% Copyright (C) 2010-201
3
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gsa/filt_mc_.m
View file @
61485ab8
...
...
@@ -16,7 +16,7 @@ function [rmse_MC, ixx] = filt_mc_(OutDir,options_gsa_,dataset_)
% 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/map_ident_.m
View file @
61485ab8
function
map_ident_
(
OutputDirectoryName
,
opt_gsa
)
% Copyright (C) 2012 Dynare Team
% Copyright (C) 2012
-2013
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gsa/redform_map.m
View file @
61485ab8
...
...
@@ -19,7 +19,7 @@ function redform_map(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.
%
...
...
Prev
1
2
3
4
5
6
7
8
…
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