Use Unicode copyright symbol (in UTF-8 encoding) in all source files

It is now supported by the MATLAB editor (as of R2022a).

The old ASCII notation is left in some files that we copy as-is from other
sources (e.g. in the contrib/ and m4/ subdirectories).

The particles submodule is not updated at this point, because it is in an
inconsistent state.

[skip ci]
mr#2005
Sébastien Villemot 2022-04-13 13:15:19 +02:00
parent 9c8033d99e
commit 10af04c6d8
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
942 changed files with 1044 additions and 1046 deletions

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2018-2022 Dynare Team
# Copyright © 2018-2022 Dynare Team
#
# This file is part of Dynare.
#

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2018-2019 Dynare Team
# Copyright © 2018-2019 Dynare Team
#
# This file is part of Dynare.
#

View File

@ -1,4 +1,4 @@
# Copyright (C) 2018-2021 Dynare Team
# Copyright © 2018-2021 Dynare Team
#
# This file is part of Dynare.
#

View File

@ -66,8 +66,8 @@
%
% "DSGE Models with Dynare++. A Tutorial.", Ondra Kamenik, 2005
% Copyright (C) 2005-2011, Ondra Kamenik
% Copyright (C) 2020, Dynare Team
% Copyright © 2005-2011, Ondra Kamenik
% Copyright © 2020, Dynare Team
function r = dynare_simul(varargin)

View File

@ -20,7 +20,7 @@
*/
/*
* Copyright (C) 2021 Dynare Team
* Copyright © 2021 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -24,7 +24,7 @@ function output_cell =PC_slope(xparam1,M_,options_,oo_,estim_params_,bayestopt_,
% output_cell [1 by n cell] 1 by n Matlab cell allowing to store any
% desired computation or result (strings, matrices, structures, etc.)
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -6,7 +6,7 @@ function log_prior_val=Gali_2015_prior_restrictions(M_, oo_, options_, dataset_,
% 0.03. As the slope is a composite of other parameters with independent
% priors, a separate function is required to do this.
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -32,7 +32,7 @@
*/
/*
* Copyright (C) 2013-2020 Dynare Team
* Copyright © 2013-2020 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -15,7 +15,7 @@ function [ys,params,check] = NK_baseline_steadystate(ys,exo,M_,options_)
% - check [scalar] set to 0 if steady state computation worked and to
% 1 of not (allows to impose restrictions on parameters)
% Copyright (C) 2013-2020 Dynare Team
% Copyright © 2013-2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -17,7 +17,7 @@
*/
/*
* Copyright (C) 2021 Dynare Team
* Copyright © 2021 Dynare Team
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -48,7 +48,7 @@
*/
/*
* Copyright (C) 2019 Dynare Team
* Copyright © 2019 Dynare Team
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -22,7 +22,7 @@
*/
/*
* Copyright (C) 2019 Dynare Team
* Copyright © 2019 Dynare Team
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by

View File

@ -16,7 +16,7 @@ function [ys,params,check] = Ramsey_steady_file_steadystate(ys,exo,M_,options_)
% - check [scalar] set to 0 if steady state computation worked and to
% 1 of not (allows to impose restrictions on parameters)
% Copyright (C) 2020 Dynare Team
% Copyright © 2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -21,7 +21,7 @@
*/
/*
* Copyright (C) 2012-13 Dynare Team
* Copyright © 2012-13 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -27,7 +27,7 @@
*/
/*
* Copyright (C) 2010 Dynare Team
* Copyright © 2010 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (C) 2001-2010 Dynare Team
* Copyright © 2001-2010 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (C) 2001-2015 Dynare Team
* Copyright © 2001-2015 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (C) 2001-2010 Dynare Team
* Copyright © 2001-2010 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -16,7 +16,7 @@
*/
/*
* Copyright (C) 2013 Dynare Team
* Copyright © 2013 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -25,7 +25,7 @@
*/
/*
* Copyright (C) 2004-2017 Dynare Team
* Copyright © 2004-2017 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -8,7 +8,7 @@
*/
/*
* Copyright (C) 2004-2015 Dynare Team
* Copyright © 2004-2015 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -15,7 +15,7 @@
*/
/*
* Copyright (C) 2001-2010 Dynare Team
* Copyright © 2001-2010 Dynare Team
*
* This file is part of Dynare.
*

View File

@ -15,7 +15,7 @@ function write(DynareModel)
% REMARKS
% - The trends are assumed to be multiplicative.
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function [ds, json] = evaluate(ds, eqtags, firstperiod, lastperiod, json)
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -13,7 +13,7 @@ function run(json)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -13,7 +13,7 @@ function read(json)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019-2020 Dynare Team
% Copyright © 2019-2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -3,7 +3,7 @@ function check_plot(fun,xparam,SE_vec,options_,M_,estim_params_,Bounds,bayestopt
% Checks the estimated local minimum of the moment's distance objective
% Copyright (C) 2020-2021 Dynare Team
% Copyright © 2020-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function [dataMoments, m_data] = data_moments(data, oo_, matched_moments_, optio
% o mom.run.m
% o mom.objective_function.m
% =========================================================================
% Copyright (C) 2020-2021 Dynare Team
% Copyright © 2020-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -36,7 +36,7 @@ function [fval, info, exit_flag, df, junk1, oo_, M_, options_mom_] = objective_f
% o resol
% o set_all_parameters
% =========================================================================
% Copyright (C) 2020-2021 Dynare Team
% Copyright © 2020-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -19,7 +19,7 @@ function W_opt = optimal_weighting_matrix(m_data, moments, q_lag)
% This function calls:
% o CorrMatrix (embedded)
% =========================================================================
% Copyright (C) 2020-2021 Dynare Team
% Copyright © 2020-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -63,7 +63,7 @@ function [oo_, options_mom_, M_] = run(bayestopt_, options_, oo_, estim_params_,
% o set_all_parameters.m
% o test_for_deep_parameters_calibration.m
% =========================================================================
% Copyright (C) 2020-2021 Dynare Team
% Copyright © 2020-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -28,7 +28,7 @@ function [SE_values, Asympt_Var] = standard_errors(xparam, objective_function, B
% o mom.objective_function
% o mom.optimal_weighting_matrix
% =========================================================================
% Copyright (C) 2020-2021 Dynare Team
% Copyright © 2020-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -40,7 +40,7 @@ function [alphahat,etahat,epsilonhat,ahat0,SteadyState,trend_coeff,aKK,T0,R0,P,P
% - options_ [structure] describing the options
% - bayestopt_ [structure] describing the priors
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -29,7 +29,7 @@ function [fval,info,exit_flag,DLIK,Hess,SteadyState,trend_coeff,Model,DynareOpti
% - atT [double] (m*T) matrix, smoothed endogenous variables (a_{t|T}) (decision-rule order)
% - innov [double] (r*T) matrix, smoothed structural shocks (r>n is the umber of shocks).
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -17,7 +17,7 @@ function [TT, RR, CC, regime_history] = check_regimes(TT, RR, CC, opts_regime, M
% - regime_history [structure] contains the regime history
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -26,7 +26,7 @@ function [A,B,ys,info,M_,oo_,TT, RR, CC, A0, B0] ...
% - A0 [double] State transition matrix (unrestricted state space)
% - B0 [double] shock impact matrix (unrestricted state space)
% Copyright (C) 2001-2021 Dynare Team
% Copyright © 2001-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -13,7 +13,7 @@ function [h_minus_1, h, h_plus_1, h_exo, resid] = get_deriv(M_, ys_)
% - h_exo [N by N_exo] derivative matrix with respect to exogenous variables
% - resid [N by 1] vector of residuals
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -9,7 +9,7 @@ function [p,q]=get_pq(dr)
% - p [N by N] transition matrix ghu in declaration order
% - q [N by N_exo] shock response matrix ghx in declaration order
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -8,7 +8,7 @@ function graph(M_, options_, options_occbin_, oo_, var_list)
% - oo_ [structure] Matlab's structure containing the results
% - var_list [char] list of the variables to plot
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -42,7 +42,7 @@ function [a, a1, P, P1, v, T, R, C, regimes_, error_flag, M_, lik, etahat] = kal
% Philipp Pfeiffer, Marco Ratto (2021), Efficient and robust inference of models with occasionally binding
% constraints, Working Papers 2021-03, Joint Research Centre, European Commission
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -52,7 +52,7 @@ function [a, a1, P, P1, v, Fi, Ki, T, R, C, regimes_, error_flag, M_, alphahat,
% constraints, Working Papers 2021-03, Joint Research Centre, European Commission
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -10,7 +10,7 @@ function options_occbin_ = set_default_options(options_occbin_,M_,flag)
% OUTPUTS
% - options_occbin_ [structure] Matlab's structure describing the current options
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -10,7 +10,7 @@ function options_=set_option(options_,options_occbin_,fieldname)
% Outputs:
% - options_ [structure] Matlab's structure containing the options
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function [M_, options_] = setup(M_,options_, options_occbin_)
% - M_ [structure] Matlab's structure describing the model
% - options_occbin_ [structure] Matlab's structure containing Occbin options
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -9,7 +9,7 @@ function oo_ = shock_decomposition(oo_, M_, options_, vname)
% OUTPUT
% - oo_ [structure] Matlab's structure containing the results (oo_).
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -19,7 +19,7 @@ function [oo_, out, ss] = solver(M_,oo_,options_)
% - R: [n_vars by n_exo by n_shock_period] array of shock response matrices
% - C: [n_vars by n_shock_period] array of constants
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -10,7 +10,7 @@ function oo_=unpack_simulations(M_,oo_,options_)
% Outputs
% - oo_ [structure] Matlab's structure containing the results
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -7,7 +7,7 @@ function write_regimes_to_xls(occbin_struct,M_,options_)
% - M_ [struct] Matlab's structure describing the model
% - options_ [struct] Matlab's structure describing the current options
% Copyright (C) 2021 Dynare Team
% Copyright © 2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function equation(pacname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2018 Dynare Team
% Copyright © 2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function expectation(pacname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2018 Dynare Team
% Copyright © 2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -12,7 +12,7 @@ function errorcode = check(eqname, errorflag)
% 3 -> Possible calibration issue on the error correction term (should be positive),
% 4 -> Error correction term is missing.
% Copyright (C) 2018 Dynare Team
% Copyright © 2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -19,7 +19,7 @@ function print(pacexpectationmodelname, eqname, withcalibration)
% These routines are saved under the {modfilename}/model/pacexpectationmodel subfolder, and can be
% used after in another mod file (ie included with the macro directive @#include).
% Copyright (C) 2018-2019 Dynare Team
% Copyright © 2018-2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function initialize(varexpectationmodel)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2018 Dynare Team
% Copyright © 2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -8,7 +8,7 @@ function update(varexpectationmodelname)
% OUTPUTS
% None
% Copyright (C) 2018-2021 Dynare Team
% Copyright © 2018-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -8,7 +8,7 @@ function [AHess, DLIK, LIK] = AHessian(T,R,Q,H,P,Y,DT,DYss,DOm,DH,DP,start,mf,ka
% NOTE: the derivative matrices (DT,DR ...) are 3-dim. arrays with last
% dimension equal to the number of structural parameters
% Copyright (C) 2011-2017 Dynare Team
% Copyright © 2011-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -46,7 +46,7 @@ function [dr,aimcode,rts]=dynAIMsolver1(jacobia_,M_,dr)
%
% GP July 2008
% Copyright (C) 2008-2017 Dynare Team
% Copyright © 2008-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -51,7 +51,7 @@ function [dr,info]=AIM_first_order_solver(jacobia,M,dr,qz_criterium)
%! @end deftypefn
%@eod:
% Copyright (C) 2001-2017 Dynare Team
% Copyright © 2001-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -12,7 +12,7 @@ function [DirectoryName, info] = CheckPath(type,dname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-2017 Dynare Team
% Copyright © 2005-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function CutSample(M_, options_, estim_params_)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-2017 Dynare Team
% Copyright © 2005-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -57,7 +57,7 @@ function [alphahat,etahat,epsilonhat,ahat,SteadyState,trend_coeff,aK,T,R,P,PK,de
% SPECIAL REQUIREMENTS
% None
% Copyright (C) 2006-2020 Dynare Team
% Copyright © 2006-2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function Draws = GetAllPosteriorDraws(column, FirstMhFile, FirstLine, TotalNumbe
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-2017 Dynare Team
% Copyright © 2005-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -18,7 +18,7 @@ function [xparams, logpost] = GetOneDraw(type,M_,estim_params_,oo_,options_,baye
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-2017 Dynare Team
% Copyright © 2005-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function [mean,variance] = GetPosteriorMeanVariance(M,drop)
% Copyright (C) 2012-2017 Dynare Team
% Copyright © 2012-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function oo_ = GetPosteriorParametersStatistics(estim_params_, M_, options_, bay
% SPECIAL REQUIREMENTS
% None.
% Copyright (C) 2006-2018 Dynare Team
% Copyright © 2006-2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function MakeAllFigures(NumberOfPlots,Caption,FigureProperties,Info)
% Copyright (C) 2005-2017 Dynare Team
% Copyright © 2005-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function oo_ = PlotPosteriorDistributions(estim_params_, M_, options_, bayestopt
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2005-2018 Dynare Team
% Copyright © 2005-2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -16,7 +16,7 @@ function PosteriorIRF(type)
% functions associated with it(the _core1 and _core2).
% See also the comments posterior_sampler.m funtion.
% Copyright (C) 2006-2018 Dynare Team
% Copyright © 2006-2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -23,7 +23,7 @@ function myoutput=PosteriorIRF_core1(myinputs,fpar,B,whoiam, ThisMatlab)
% SPECIAL REQUIREMENTS.
% None.
%
% Copyright (C) 2006-2019 Dynare Team
% Copyright © 2006-2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -30,7 +30,7 @@ function myoutput=PosteriorIRF_core2(myinputs,fpar,npar,whoiam,ThisMatlab)
% SPECIAL REQUIREMENTS.
% None.
%
% Copyright (C) 2006-2018 Dynare Team
% Copyright © 2006-2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -23,7 +23,7 @@ function [DP6,DP6inv] = Q6_plication(p)
% * mue (embedded)
% * uperm
% =========================================================================
% Copyright (C) 2020 Dynare Team
% Copyright © 2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -25,7 +25,7 @@ function ReshapeMatFiles(type, type2)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2003-2017 Dynare Team
% Copyright © 2003-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -22,7 +22,7 @@ function [fval,info,exit_flag,DLIK,Hess,SteadyState,trend_coeff] = TaRB_optimiz
% o trend_coeff [double] Matrix of doubles, coefficients of the deterministic trend in the measurement equation
%
% Copyright (C) 2015-2017 Dynare Team
% Copyright © 2015-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -14,7 +14,7 @@ function [] = Tracing()
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2010-2017 Dynare Team
% Copyright © 2010-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -19,7 +19,7 @@ function [oo_] = UnivariateSpectralDensity(M_,oo_,options_,var_list)
% Adapted from th_autocovariances.m.
% Copyright (C) 2006-2020 Dynare Team
% Copyright © 2006-2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function WriteShockDecomp2Excel(z,shock_names,endo_names,i_var,initial_date,Dyna
% DynareModel [structure] Dynare model structure
% DynareOptions [structure] Dynare options structure
% Copyright (C) 2016-2021 Dynare Team
% Copyright © 2016-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -14,7 +14,7 @@ function y0 = get_irf(exo,varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -13,7 +13,7 @@ function y0 = get_mean(varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function x = get_param_by_name(pname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2006-2017 Dynare Team
% Copyright © 2006-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function r = get_posterior_covariance(endo1, endo2)
% Copyright (C) 2020 Dynare Team
% Copyright © 2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function r = get_posterior_irf(endo, exo)
% Copyright (C) 2020 Dynare Team
% Copyright © 2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -8,7 +8,7 @@ function r = get_posterior_timeseries(type, endo)
% For forecasts, returns the "point" forecast (i.e. with uncertainty about both
% parameters and shocks).
% Copyright (C) 2020 Dynare Team
% Copyright © 2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function x = get_shock_stderr_by_name(exoname)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -12,7 +12,7 @@ function y0 = get_smooth(varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -11,7 +11,7 @@ function y0 = get_update(varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function set_param_value(pname,value)
% Copyright (C) 2007-2009 Dynare Team
% Copyright © 2007-2009 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function set_shock_stderr_value(exoname,value)
% Copyright (C) 2019 Dynare Team
% Copyright © 2019 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function title=add_filter_subtitle(title,options_)
% Copyright (C) 2015-2017 Dynare Team
% Copyright © 2015-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function mexpath = add_path_to_mex_files(dynareroot, modifypath)
% Copyright (C) 2015-2022 Dynare Team
% Copyright © 2015-2022 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -2,7 +2,7 @@ function aggregate(ofile, dynopt, rootfolder, varargin)
% Agregates cherry-picked models.
% Copyright (C) 2019-2021 Dynare Team
% Copyright © 2019-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -39,8 +39,8 @@ function v = allVL1(n, L1, L1ops, MaxNbSol)
% Retrieved from https://www.mathworks.com/matlabcentral/fileexchange/17818-all-permutations-of-integers-with-sum-criteria
% =========================================================================
% Copyright (C) 2007-2010 Bruno Luong <brunoluong@yahoo.com>
% Copyright (C) 2020 Dynare Team
% Copyright © 2007-2010 Bruno Luong <brunoluong@yahoo.com>
% Copyright © 2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -32,7 +32,7 @@ function [z, endo_names, endo_names_tex, steady_state, i_var, oo_] = annualized_
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2018 Dynare Team
% Copyright © 2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -43,7 +43,7 @@ function [InnovationVariance,AutoregressiveParameters] = autoregressive_process_
%
% \sigma^2 = \gamma(0)*(1-PHI'*v)
% Copyright (C) 2009-2017 Dynare Team
% Copyright © 2009-2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -10,7 +10,7 @@ function forecasts = backward_model_forecast(initialcondition, listofvariables,
% OUTPUTS
% - forecast [dseries]
% Copyright (C) 2017-2018 Dynare Team
% Copyright © 2017-2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -19,7 +19,7 @@ function [deviations, baseline, irfs] = backward_model_irf(initialcondition, inn
% argument.
% - If second argument is not empty, periods must not be greater than innovationbaseline.nobs.
% Copyright (C) 2017-2020 Dynare Team
% Copyright © 2017-2020 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -6,7 +6,7 @@ function [dbase, info] = checkdatabase(dbase, DynareModel, inversionflag, simula
% endogenous variables in difference (which may be lagged), or lags on the
% exogenous variables, then thee routine complete the database.
% Copyright (C) 2018-2021 Dynare Team
% Copyright © 2018-2021 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -5,7 +5,7 @@ function [dbase, info] = checkdatabaseforinversion(dbase, DynareModel)
% adds auxiliary variables, for lags greater than 1 on endogebnous variables
% or lags on the exogenous variables.
% Copyright (C) 2017-2018 Dynare Team
% Copyright © 2017-2018 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -1,6 +1,6 @@
function [r, J] = dynamic_backward_model_for_inversion(z, dynamicmodel, ylag, ycur, x, params, steady_state, it_, ModelInversion)
% Copyright (C) 2017 Dynare Team
% Copyright © 2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -2,7 +2,7 @@ function l = get_lags_on_endogenous_variables(DynareModel)
% Returns a vector with the max lag for each endogenous variable.
% Copyright (C) 2017 Dynare Team
% Copyright © 2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -2,7 +2,7 @@ function l = get_lags_on_exogenous_variables(DynareModel)
% Returns a vector with the max lag for each exogenous variable.
% Copyright (C) 2017 Dynare Team
% Copyright © 2017 Dynare Team
%
% This file is part of Dynare.
%

View File

@ -3,7 +3,7 @@ function [initialconditions, samplesize, innovations, DynareOptions, DynareModel
% Initialization of the routines simulating backward models.
% Copyright (C) 2017-2019 Dynare Team
% Copyright © 2017-2019 Dynare Team
%
% This file is part of Dynare.
%

Some files were not shown because too many files have changed in this diff Show More