dynare/matlab
Stéphane Adjemian (Karaba) 567c5bcb1f Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor)
and option load_mh_file is used. After the (stochastic) optimization, the optimal value of the scale parameter is saved in a mat file.
2010-10-18 14:39:48 +02:00
..
AIM Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
distributions Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
gensylv gensylv: remove instances of mexErrMsgTxt 2010-09-23 10:45:27 +02:00
kalman added missing initialization in kalman_smoother 2010-06-26 15:14:11 +02:00
kronecker sparse_hessian_times_B_kronecker_C: remove instances of mexErrMsgTxt 2010-09-23 10:45:18 +02:00
missing Fixed bug. 2010-02-19 00:31:43 +01:00
parallel 1) better display of remote errors; 2010-10-15 11:33:40 +02:00
partial_information Partial information: added missing copyright notice 2010-10-11 17:16:52 +02:00
qz Moved qzdiv.m and qzswitch.m to top-level (they are now used by both partial information code and mjdgges.m) 2010-10-11 17:14:33 +02:00
swz replace deprecated Matlab function isstr with ischar 2010-09-27 16:05:52 +02:00
CheckPath.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
CutSample.m Use of filesep utility for compatibility with Octave for Windows. 2009-06-09 07:21:55 +00:00
DiffuseKalmanSmoother1.m Cosmetic changes: converted files to Unix end-of-line convention + fixed copyright notices and dates 2010-02-15 16:52:36 +01:00
DiffuseKalmanSmoother1_Z.m Diffuse smoother: bug correction when singularity occurs 2010-10-04 21:59:22 +02:00
DiffuseKalmanSmoother3.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
DiffuseKalmanSmoother3_Z.m small bug fix 2010-04-20 10:37:08 +02:00
DiffuseKalmanSmootherH1.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
DiffuseKalmanSmootherH1_Z.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
DiffuseKalmanSmootherH3.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
DiffuseKalmanSmootherH3_Z.m Bug fix and efficiency changes in smoothing routines. 2010-02-12 12:31:32 +01:00
DiffuseKalmanSmootherH3corr.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
DiffuseLikelihood1.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihood1_Z.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihood3.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihood3_Z.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihoodH1.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihoodH1_Z.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihoodH3.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihoodH3_Z.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DiffuseLikelihoodH3corr.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
DsgeLikelihood.m Added trap for cases where diffuse filters fail (replaced error messages by warning messages). 2010-02-05 23:18:08 +01:00
DsgeLikelihood_hh.m Updated version following new revision of dsgelikelihood.m 2010-01-08 10:06:21 +00:00
DsgeSmoother.m Diffuse smoother: bug correction when singularity occurs 2010-10-04 21:59:22 +02:00
DsgeVarLikelihood.m Changes related to the new interface for the dsge-var models. 2010-06-24 12:53:10 +02:00
GetAllPosteriorDraws.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
GetOneDraw.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
GetPosteriorParametersStatistics.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
GiveCPUnumber.m Minor header changes. 2010-05-31 11:27:19 +02:00
MakeAllFigures.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
McMCDiagnostics.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
McMCDiagnostics_core.m 1) eliminated use of struct2local; 2010-05-31 11:47:30 +02:00
PlotPosteriorDistributions.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
PosteriorFilterSmootherAndForecast.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
PosteriorIRF.m delete remnants of previous Bayesian irf computations 2010-10-15 11:36:26 +02:00
PosteriorIRF_core1.m Cosmetic changes plus small bug fixes. 2010-10-08 16:19:03 +02:00
PosteriorIRF_core2.m Cosmetic changes plus small bug fixes. 2010-10-08 16:19:03 +02:00
ReshapeMatFiles.m Cosmetic changes: converted files to Unix end-of-line convention + fixed copyright notices and dates 2010-02-15 16:52:36 +01:00
Tracing.m Cosmetic changes: converted files to Unix end-of-line convention + fixed copyright notices and dates 2010-02-15 16:52:36 +01:00
UnivariateSpectralDensity.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
add_auxiliary_variables_to_steadystate.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
autoregressive_process_specification.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bfgsi.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bicgstab_.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bksup0.m Added files for extended path simulations. 2009-11-03 13:45:52 +00:00
bksup1.m sim1.m, bksup1.m: removed global variables, other minor cleanups 2010-10-13 18:51:56 +02:00
bksupk.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
block_mfs_steadystate.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bseastr.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bvar_density.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bvar_forecast.m Fixed RMSE in bvar_forecast 2010-01-08 09:31:57 +00:00
bvar_irf.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
bvar_toolbox.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
calib.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
calib_obj.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
calib_obj2.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
check.m Added info vector as an output (needed to compute penalty for the smm objective function). 2010-01-06 14:06:41 +00:00
check_list_of_variables.m Changes related to the new interface for the dsge-var models. 2010-06-24 12:53:10 +02:00
check_model.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
check_name.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
check_posterior_analysis_data.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
check_prior_analysis_data.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
compute_mh_covariance_matrix.m Fixed bug related to the mh based approximation of the posterior covariance matrix (used 2010-09-01 22:15:47 +02:00
compute_model_moments.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
compute_moments_varendo.m moments_varendo: compute variance decomposition only if there is more than one exogenous variable 2010-08-11 12:03:19 +02:00
conditional_variance_decomposition.m v4.2: changed vech functions names to avoid conflict with other toolboxes 2010-01-23 16:55:28 +00:00
conditional_variance_decomposition_mc_analysis.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
correlation_mc_analysis.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
cosn.m cheaper execution for pairwise correlations 2010-03-09 08:54:15 +01:00
covariance_mc_analysis.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
csminit.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
csminwel1.m renamed csminwel() to csminwel1() to avoid name clash with a different version used in SWZ 2010-07-28 15:26:56 +02:00
csolve.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
datatomfile.m datatomfile: if no second argument, then include all endogenous variables 2010-04-30 12:23:57 +02:00
dcompare.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
describe_missing_data.m trunk: added GPL header to describe_missing_data.m 2009-02-20 16:58:47 +00:00
disp_dr.m Bugfix: when displaying decision rules, no longer crash if an EXPECTATION operator (in the past) appears as a state variable. Instead, display a (relatively uninformative) line. 2010-09-13 16:08:32 +02:00
disp_dr_sparse.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
disp_identification.m Display changes in line with meetings in Paris (not yet 100% completed): 2010-09-29 16:04:57 +02:00
disp_model_summary.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
disp_moments.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
disp_steady_state.m correct bug when <fname>_steadystate.m file changes the value of parameters + display steady state in Ramsey policy 2010-05-29 07:48:00 +02:00
disp_th_moments.m No longer crash when all variables selected with "stoch_simul" are 2010-10-11 12:58:38 +02:00
display_conditional_variance_decomposition.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
dr1.m dr1.m: move up error message for purely forward models, otherwise it is not displayed with k_order_perturbation 2010-10-14 11:36:13 +02:00
dr1_sparse.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
dr11_sparse.m gensylv: remove instances of mexErrMsgTxt 2010-09-23 10:45:27 +02:00
draw_prior_density.m Fixed to allow truncated priors. 2009-10-09 08:10:52 +00:00
dsample.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dsge_posterior_kernel.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
dsge_simulated_theoretical_conditional_variance_decomposition.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dsge_simulated_theoretical_correlation.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dsge_simulated_theoretical_covariance.m + Bug fixes related to the computation of prior (and posterior) moments. 2009-06-26 10:21:30 +00:00
dsge_simulated_theoretical_variance_decomposition.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dsgevar_posterior_density.m v4 matlab: fixed some existing copyright headers (and some other minor header issues) 2008-08-01 12:40:33 +00:00
dy_date.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dyn2vec.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dyn_diag_vech.m v4.2: changed vech functions names to avoid conflict with other toolboxes 2010-01-23 16:55:28 +00:00
dyn_ramsey_dynamic_.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
dyn_ramsey_static_.m correct bug when <fname>_steadystate.m file changes the value of parameters + display steady state in Ramsey policy 2010-05-29 07:48:00 +02:00
dyn_unvech.m v4.2: changed vech functions names to avoid conflict with other toolboxes 2010-01-23 16:55:28 +00:00
dyn_vech.m v4.2: changed vech functions names to avoid conflict with other toolboxes 2010-01-23 16:55:28 +00:00
dynare.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
dynare_config.m Added new parallel utilities in parallel subfolder; 2010-10-08 16:10:59 +02:00
dynare_estimation.m Changes related to the new interface for the dsge-var models. 2010-06-24 12:53:10 +02:00
dynare_estimation_1.m Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor) 2010-10-18 14:39:48 +02:00
dynare_estimation_init.m Changes related to the new interface for the dsge-var models. 2010-06-24 12:53:10 +02:00
dynare_gradient.m Added a function computing the gradient of a function (R^m -> R^n). 2010-02-17 17:33:52 +01:00
dynare_graph.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynare_graph_close.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynare_graph_init.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynare_identification.m Modifications following meetings in Paris (not yet completed 100%): 2010-09-29 16:12:48 +02:00
dynare_resolve.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynare_sensitivity.m forced order=1 2010-01-15 09:58:38 +00:00
dynare_solve.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynare_squeeze.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynare_version.m.in trunk: build system updates 2009-06-08 16:43:24 +00:00
dynasave.m Fixed bug in dynasave (thanks to P. M. Lafourcade for reporting) 2010-02-05 16:54:00 +01:00
dynatype.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dynsec2hms.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
dyntable.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
ep_residuals.m Added (exogenous) homotopic steps in reversed extended path. 2010-05-12 17:56:37 +02:00
erase_compiled_function.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
evaluate_likelihood.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
evaluate_planner_objective.m corrected bugs in shock_decomposition 2010-04-27 19:50:42 +02:00
evaluate_posterior_kernel.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
evaluate_prior.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
extended_path.m Cosmetic change. 2010-05-06 17:25:32 +02:00
f_var.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
ff1_.m v4 matlab: fixed some existing copyright headers (and some other minor header issues) 2008-08-01 12:40:33 +00:00
ffill.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
fjaco.m use of numerical Jacobian to check analytic results. 2010-03-09 10:05:13 +01:00
forcst.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
forcst2.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
forcst2a.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
forcst_unc.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
forecast.m Forecast: minor cleanup 2010-10-11 12:58:38 +02:00
forecast_graphs.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
formdata.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
ftest.m replace deprecated Matlab function setstr with char 2010-09-27 16:05:52 +02:00
gcompare.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
generalized_cholesky.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
generalized_cholesky2.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
getH.m use of numerical Jacobian to check analytic results. 2010-03-09 10:05:13 +01:00
getJJ.m use of numerical Jacobian to check analytic results. 2010-03-09 10:05:13 +01:00
get_date_of_a_file.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
get_innovation_contemporaneous_impact.m v4 matlab: fixed some existing copyright headers (and some other minor header issues) 2008-08-01 12:40:33 +00:00
get_moments_size.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
get_name_of_the_last_mh_file.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
get_param_by_name.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
get_posterior_parameters.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
get_prior_info.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
get_the_name.m Tex Output: bug correction 2010-05-09 20:07:46 +02:00
get_variance_of_endogenous_variables.m get_variance_of_endogenous_variables.m: fixed error introduced in commit b9173a211f 2010-02-17 12:52:25 +01:00
global_initialization.m New parallel dynare: 2010-10-08 16:15:50 +02:00
gmhmaxlik.m Fixed bug for mode_compute=6 in Octave. Added an option to replace waitbar in matlab by 2010-06-25 15:03:04 +02:00
graph_decomp.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
hess_element.m external_function: modified to pass functions as string names as opposed to function handles to reduce number of calls to mexCallMatlab when use_dll option is invoked 2010-10-07 16:49:36 +02:00
hessian.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
homotopic_steps.m Bug fix. Variables INFO or info may be matlab's structure (isnan cannot be applied on a structure). 2010-05-05 15:34:24 +02:00
homotopy1.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
homotopy2.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
homotopy3.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
identification_checks.m improved identification checks, using svd in place of eig. 2010-09-29 16:18:57 +02:00
imcforecast.m Fixed bug. The declared paths for the constrained variables have to be centered (Users declare constrained variables in *levels*, 2010-04-01 15:41:36 +02:00
independent_metropolis_hastings.m Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor) 2010-10-18 14:39:48 +02:00
independent_metropolis_hastings_core.m Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor) 2010-10-18 14:39:48 +02:00
indnv.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
initial_estimation_checks.m Changes related to the new interface for the dsge-var models. 2010-06-24 12:53:10 +02:00
initialize_from_mode.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
initvalf.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
irf.m Fix for computing 1st order irf of purely forward models 2010-10-13 18:52:07 +02:00
isconst.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
isint.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
ispd.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
jacob_element.m external_function: modified to pass functions as string names as opposed to function handles to reduce number of calls to mexCallMatlab when use_dll option is invoked 2010-10-07 16:49:36 +02:00
k_order_pert.m k_order_perturbation: remove instances of mexErrMsgTxt and mexErrMsgIdAndTxt 2010-09-23 10:44:39 +02:00
kalman_transition_matrix.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
kernel_density_estimate.m v4 matlab: fixed some existing copyright headers (and some other minor header issues) 2008-08-01 12:40:33 +00:00
lnsrch1.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
lnsrch1_wrapper_one_boundary.m Changes by Ferhat: 2009-12-21 10:29:21 +00:00
lnsrch1_wrapper_two_boundaries.m Changes by Ferhat: 2009-12-21 10:29:21 +00:00
long_run_variance.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
lpdfgam.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
lpdfgbeta.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
lpdfig1.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
lpdfig2.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
lpdfnorm.m Efficiency & Cosmetic changes related to the design of bayestopt_ and 2009-04-06 14:38:37 +00:00
lyapunov_symm.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
make_ex_.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
make_y_.m * Added initialization of the newton steps (for the extended path 2009-12-29 16:33:08 +00:00
marginal_density.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
matlab_ver_less_than.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
maximize_prior_density.m renamed csminwel() to csminwel1() to avoid name clash with a different version used in SWZ 2010-07-28 15:26:56 +02:00
mcforecast3.m v4 matlab: 2008-08-01 18:53:30 +00:00
mcompare.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
metropolis_draw.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
metropolis_hastings_initialization.m adding a check to Metropolis Hasting initialization in order not to accept a penalized posterior value 2010-06-26 11:51:40 +02:00
mexErrCheck.m Macro used to clean up after encountering an error in a mex file (previously handled by mexErrMsgTxt) and helper m file 2010-09-23 10:43:16 +02:00
mh_autocorrelation_function.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
mh_optimal_bandwidth.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
minus_logged_prior_density.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
missing_DiffuseKalmanSmoother1.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
missing_DiffuseKalmanSmoother1_Z.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
missing_DiffuseKalmanSmoother3.m corrected bug for decompostion (nargout > 7) in missing_DiffuseKalmanSmoother3.m 2010-03-09 18:43:50 +01:00
missing_DiffuseKalmanSmoother3_Z.m Fixed bug related to squeeze. Replaced matlab's squeeze function by dynare_squeeze. 2010-02-13 19:19:57 +01:00
mode_check.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
model_comparison.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
model_diagnostics.m correct bug when <fname>_steadystate.m file changes the value of parameters + display steady state in Ramsey policy 2010-05-29 07:48:00 +02:00
model_info.m - compute the jacobian matrix for exogenous, det_exogenous and previous blocks endogenous 2010-09-17 12:16:47 +02:00
moment_function.m Bug fixes. 2010-02-17 18:27:20 +01:00
moments.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
mr_gstep.m fixed persistent variable initialization 2010-04-19 16:40:28 +02:00
mr_hessian.m fixed persistent variable initialization 2010-04-19 16:40:28 +02:00
mult_elimination.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
multivariate_sample_autocovariance.m Added functions to estimate the long run (co)variance of a 2009-12-31 10:20:32 +00:00
my_subplot.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
myboxplot.m trap for NaN's in mm and MM 2010-01-27 14:03:28 +00:00
mydelete.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
name2index.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
newrat.m fixed persistent variable initialization 2010-04-19 16:40:28 +02:00
numgrad.m Commit 3335 was incomplete. 2010-01-10 23:10:14 +00:00
numgrad3.m Bug fix. 2010-06-24 12:41:52 +02:00
numgrad5.m Commit 3335 was incomplete. 2010-01-10 23:10:14 +00:00
octave_ver_less_than.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
osr.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
osr1.m OSR: minor cosmetic changes 2010-08-30 14:15:17 +02:00
osr_obj.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
perfect_foresight_simulation.m Cosmetic change. 2010-05-06 17:25:32 +02:00
plot_icforecast.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
plot_priors.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
pltorg.m v4 matlab: 2008-08-01 18:53:30 +00:00
pm3.m Reverted adaptivity for plotting in parallel or not. 2010-10-08 19:44:10 +02:00
pm3_core.m bug fix for serial computation 2010-10-08 19:44:44 +02:00
posterior_analysis.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
posterior_moments.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
print_info.m Added missing case in print_info 2010-10-14 12:03:36 +02:00
prior_analysis.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
prior_bounds.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
prior_draw.m Changed calling sequence of prior_draw.m. 2010-09-03 15:23:05 +02:00
prior_posterior_statistics.m Properly close waitbar in serial computations. 2010-10-12 08:07:57 +02:00
prior_posterior_statistics_core.m Properly close waitbar in serial computations. 2010-10-12 08:07:57 +02:00
prior_sampler.m Changed calling sequence of prior_draw.m. 2010-09-03 15:23:05 +02:00
prior_statistics.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
priordens.m explicit initialization of persistent variables in priordens.m 2010-02-06 14:43:16 +01:00
qr2.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
qzdiv.m Moved qzdiv.m and qzswitch.m to top-level (they are now used by both partial information code and mjdgges.m) 2010-10-11 17:14:33 +02:00
qzswitch.m Moved qzdiv.m and qzswitch.m to top-level (they are now used by both partial information code and mjdgges.m) 2010-10-11 17:14:33 +02:00
ramsey_policy.m Fixed a few copyright dates 2010-01-08 09:48:23 +00:00
random_walk_metropolis_hastings.m Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor) 2010-10-18 14:39:48 +02:00
random_walk_metropolis_hastings_core.m Fixed bug in the initialization of the metropolis when mode_compute=6 was previously used (so that we have an optimal mh scale factor) 2010-10-18 14:39:48 +02:00
read_data_.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
read_variables.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
recursive_moments.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
resid.m - In bytecode, the MATLAB function "mexErrMsgTxt" has been replaced by an exception handling see ticket #137 2010-09-24 12:52:58 +02:00
resol.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
restricted_steadystate.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
reversed_extended_path.m Added (exogenous) homotopic steps in reversed extended path. 2010-05-12 17:56:37 +02:00
rndprior.m Efficiency & Cosmetic changes related to the design of bayestopt_ and 2009-04-06 14:38:37 +00:00
row_header_width.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
rplot.m Fix crash of rplot with models with no lags (fixed #71) 2009-12-18 09:39:53 +00:00
sample_autocovariance.m Added autocorrelogram for the posterior draws. 2008-09-02 10:16:44 +00:00
sample_hp_filter.m Added the possibility of computing hp-filtered simulated moments. 2010-02-10 14:20:28 +01:00
save_params_and_steady_state.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
save_results.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
selec_posterior_draws.m moments_varendo: fix an obvious missing initialization bug 2010-08-19 15:40:12 +02:00
selif.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
send_endogenous_variables_to_workspace.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
set_all_parameters.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
set_default_option.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
set_dynare_threads.m OpenMP support: 2010-09-27 15:56:19 +02:00
set_param_value.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
set_parameters.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
set_prior.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
set_shocks.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
set_state_space.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
set_stationary_variables_list.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
shock_decomposition.m corrected bugs in shock_decomposition 2010-04-27 19:50:42 +02:00
sim1.m sim1.m, bksup1.m: removed global variables, other minor cleanups 2010-10-13 18:51:56 +02:00
simk.m simk.m: minor cleanups 2010-10-13 18:40:21 +02:00
simul.m Resurrect simk.m for purely forward models 2010-10-13 18:38:09 +02:00
simulated_moment_uncertainty.m added missing utility for identification 2010-10-11 17:14:49 +02:00
simulated_moments_estimation.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
simult.m (1) Added pruning algorithm for second order simulations (matlab code). 2010-05-25 14:00:08 +02:00
simult_.m dynare_simul_: remove instances of mexErrMsgTxt 2010-09-23 10:45:35 +02:00
simultxdet.m Forecast with deterministic exogenous: removed duplicate forecast graph (closes #103) 2010-09-24 18:32:53 +02:00
size_of_the_reduced_form_model.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
smm_objective.m Added mode options.optimization_routine==0 (no optimization, just read the optimization_path.mat file). 2010-02-17 16:20:37 +01:00
solve1.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
solve_one_boundary.m Beautification: removed tabulation characters which were left in previous beautification pass 2010-01-05 10:46:10 +00:00
solve_two_boundaries.m - Adding the relaxation method for block and/or bytecode options 2010-09-17 12:18:25 +02:00
steady.m correct bug when <fname>_steadystate.m file changes the value of parameters + display steady state in Ramsey policy 2010-05-29 07:48:00 +02:00
steady_.m - Extends the algorithms compatible with bytecode to compute the steady-state (ticket #11). The new values for solve_algo are: 2010-10-11 19:21:32 +02:00
stoch_simul.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
stoch_simul_sparse.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
subset.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
symmetric_matrix_index.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
th_autocovariances.m No longer crash when all variables selected with "stoch_simul" are 2010-10-11 12:58:38 +02:00
thet2tau.m Utility for numerical derivatives in identification (to check analytic results) 2010-03-09 10:03:05 +01:00
trace_plot.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
transition_matrix.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
uniform_specification.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
var_sample_moments.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
variance_decomposition_mc_analysis.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
varlist_indices.m var_listindices.m: fix for Octave 2010-03-24 12:54:18 +01:00
vnorm.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
warning_config.m In MATLAB >= 7.7, don't display a warning if we use deprecated interface to set seed of random number generators 2010-04-06 16:52:05 +02:00
writedata.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00
writedata_text.m Beautified MATLAB code (Unix newline convention + Emacs indentation), except: AIM, swz, particle 2009-12-16 17:17:34 +00:00