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
Hide whitespace changes
Inline
Side-by-side
matlab/gensylv/sylvester3.m
View file @
1f9cea66
function
x
=
sylvester3
(
a
,
b
,
c
,
d
)
% solves a*x+b*x*c=d where d is [n x m x p]
% Copyright (C) 2005-20
09
Dynare Team
% Copyright (C) 2005-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/gensylv_fp.m
View file @
1f9cea66
...
...
@@ -23,7 +23,7 @@ function X = gensylv_fp(A, B, C, D, block, tol)
%
% SPECIAL REQUIREMENTS
% none.
% Copyright (C) 1996-201
0
Dynare Team
% Copyright (C) 1996-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/getH.m
View file @
1f9cea66
...
...
@@ -2,7 +2,7 @@ function [H, dA, dOm, Hss, gp, d2A, d2Om, H2ss] = getH(A, B, M_,oo_,kronflag,ind
% computes derivative of reduced form linear model w.r.t. deep params
%
% Copyright (C) 2010-201
1
Dynare Team
% Copyright (C) 2010-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/getPowerDeriv.m
View file @
1f9cea66
...
...
@@ -13,7 +13,7 @@ function dxp=getPowerDeriv(x,p,k)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 Dynare Team
% Copyright (C) 2011
-2012
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/get_moments_size.m
View file @
1f9cea66
...
...
@@ -11,7 +11,7 @@ function s=get_moments_size(options)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2008-20
09
Dynare Team
% Copyright (C) 2008-20
11
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/get_name_of_the_last_mh_file.m
View file @
1f9cea66
...
...
@@ -11,7 +11,7 @@ function [mhname,info] = get_name_of_the_last_mh_file(M_)
% file. Otherwise info is equal to zero (a likely reason for this is
% that the mcmc simulations were not completed).
% Copyright (C) 2008-201
0
Dynare Team
% Copyright (C) 2008-201
1
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/get_prior_info.m
View file @
1f9cea66
...
...
@@ -10,7 +10,7 @@ function get_prior_info(info,plt_flag)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2009 Dynare Team
% Copyright (C) 2009
-2012
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/graph_decomp.m
View file @
1f9cea66
function
[]
=
graph_decomp
(
z
,
shock_names
,
endo_names
,
i_var
,
initial_date
)
%function []=graph_decomp(z,varlist,initial_period,freq)
% Copyright (C) 2010 Dynare Team
% Copyright (C) 2010
-2011
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/hessian.m
View file @
1f9cea66
...
...
@@ -18,7 +18,7 @@ function hessian_mat = hessian(func,x,gstep,varargin)
% none
%
% Copyright (C) 2001-20
09
Dynare Team
% Copyright (C) 2001-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/homotopy1.m
View file @
1f9cea66
...
...
@@ -30,7 +30,7 @@ function [M,oo,info,ip,ix,ixd] = homotopy1(values, step_nbr, M, options, oo)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2008-201
1
Dynare Team
% Copyright (C) 2008-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/homotopy2.m
View file @
1f9cea66
...
...
@@ -25,7 +25,7 @@ function homotopy2(values, step_nbr)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2008-20
09
Dynare Team
% Copyright (C) 2008-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/homotopy3.m
View file @
1f9cea66
...
...
@@ -33,7 +33,7 @@ function [M,oo,info,ip,ix,ixd]=homotopy3(values, step_nbr, M, options, oo)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2008-20
09
Dynare Team
% Copyright (C) 2008-20
12
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/ident_bruteforce.m
View file @
1f9cea66
...
...
@@ -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 Dynare Team
% Copyright (C) 2009
-2011
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/identification_analysis.m
View file @
1f9cea66
...
...
@@ -25,7 +25,7 @@ function [ide_hess, ide_moments, ide_model, ide_lre, derivatives_info, info] = i
% SPECIAL REQUIREMENTS
% None
% Copyright (C) 2008-201
1
Dynare Team
% Copyright (C) 2008-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/imcforecast.m
View file @
1f9cea66
...
...
@@ -26,7 +26,7 @@ function imcforecast(constrained_paths, constrained_vars, options_cond_fcst)
% [1] Results are stored in a structure which is saved in a mat file called conditional_forecasts.mat.
% [2] Use the function plot_icforecast to plot the results.
% Copyright (C) 2006-201
0
Dynare Team
% Copyright (C) 2006-201
1
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/initial_estimation_checks.m
View file @
1f9cea66
...
...
@@ -13,7 +13,7 @@ function DynareResults = initial_estimation_checks(objective_function,xparam1,Dy
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-201
1
Dynare Team
% Copyright (C) 2003-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/kalman/likelihood/kalman_filter.m
View file @
1f9cea66
...
...
@@ -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
1
Dynare
Team
%
Copyright
(
C
)
2004
-
201
2
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/kalman/likelihood/kalman_filter_d.m
View file @
1f9cea66
...
...
@@ -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
1
Dynare Team
% Copyright (C) 2004-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
matlab/kalman/likelihood/kalman_filter_ss.m
View file @
1f9cea66
...
...
@@ -54,7 +54,7 @@ function [LIK, likk, a] = kalman_filter_ss(Y,start,last,a,T,K,iF,dF,Z,pp,Zflag,a
%!
@end
deftypefn
%
@eod
:
%
Copyright
(
C
)
2011
Dynare
Team
%
Copyright
(
C
)
2011
-
2012
Dynare
Team
%
%
This
file
is
part
of
Dynare
.
%
...
...
matlab/kalman/likelihood/missing_observations_kalman_filter.m
View file @
1f9cea66
...
...
@@ -32,7 +32,7 @@ function [LIK, lik, a, P] = missing_observations_kalman_filter(data_index,numbe
% NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2004-201
1
Dynare Team
% Copyright (C) 2004-201
2
Dynare Team
%
% This file is part of Dynare.
%
...
...
Prev
1
2
3
4
5
6
7
8
…
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