dynare/matlab
Marco Ratto 80582b19bd Provisions for new options
pvalue_ks
pvalue_corr
2011-07-07 09:48:06 +02:00
..
AIM use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
distributions Updated copyright notices 2011-02-04 17:27:33 +01:00
gensylv Removed annoying display. 2011-06-23 17:48:09 +02:00
gsa Provisions for new options 2011-07-07 09:48:06 +02:00
kalman removing unused Kalman smoother functions 2011-02-23 11:07:06 +01:00
kronecker - Add variable input arguments 2010-11-26 17:46:02 +01:00
missing modifies alternative function for betapdf() for large values of a and b 2011-03-17 20:13:09 +01:00
ms-sbvar MS-SBVAR: correcting bug in previous commit 2011-06-15 15:15:33 +02:00
parallel Fixed check of number of cpu's chen unix master calls windows slave 2011-06-24 10:56:07 +02:00
partial_information Patch from George: fixes bug in partial information (closes #179) 2011-05-02 10:25:25 +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
utilities Added routines from dynare-breaks branch. 2011-06-23 21:46:41 +02:00
AHessian.m Added utilities for analytic scores and asymptotic Hessian of likelihood. 2011-03-18 10:52:27 +01: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 short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
DsgeLikelihood.m Change options_.lik_init to default value if the fixed point of the Riccati equation cannot be found. 2011-06-28 14:49:56 +02:00
DsgeLikelihood_hh.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
DsgeSmoother.m Added option lik_init=4. Initialization of the Kalman filter/smoother with the fixed point of the Riccati equation. 2011-06-23 23:39:15 +02:00
DsgeVarLikelihood.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
GetAllPosteriorDraws.m Updated copyright notices 2011-02-04 17:27:33 +01:00
GetOneDraw.m Fixed bugs related to global sensitivity analysis. 2011-02-25 09:27:33 +01:00
GetPosteriorParametersStatistics.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
MakeAllFigures.m Updated copyright notices 2011-02-04 17:27:33 +01:00
McMCDiagnostics.m Updated copyright notices 2011-02-04 17:27:33 +01:00
McMCDiagnostics_core.m Updated copyright notices 2011-02-04 17:27:33 +01:00
PlotPosteriorDistributions.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
PosteriorFilterSmootherAndForecast.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
PosteriorIRF.m under parallel execution do not do parallel plots when some slave is octave, irrespective to master being matlab. 2011-04-06 14:22:34 +02:00
PosteriorIRF_core1.m Fixed bug in remote parallel execution introduced by previous commit b7133ebeb5 2011-04-06 14:24:04 +02:00
PosteriorIRF_core2.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
ReshapeMatFiles.m Fixed bugs related to global sensitivity analysis. 2011-02-25 09:27:33 +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 Updated copyright notices 2011-02-04 17:27:33 +01:00
add_auxiliary_variables_to_steadystate.m improving Ramsey policy 2011-06-22 11:31:35 +02: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
bicgstab_.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01: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 use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
block_bytecode_mfs_steadystate.m Corrections for steady_state operator bug with bytecode. bytecode is now fixed. 2011-03-14 17:46:00 +01:00
block_mfs_steadystate.m - Corrects the first order approximation of block-decomposed models 2011-06-18 17:43:45 +02:00
bseastr.m Updated copyright notices 2011-02-04 17:27:33 +01:00
bvar_density.m Updated copyright notices 2011-02-04 17:27:33 +01:00
bvar_forecast.m Updated copyright notices 2011-02-04 17:27:33 +01:00
bvar_irf.m Updated copyright notices 2011-02-04 17:27:33 +01:00
bvar_toolbox.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
bytecode_steadystate.m Corrections for steady_state operator bug with bytecode. bytecode is now fixed. 2011-03-14 17:46:00 +01:00
check.m - Corrects the first order approximation of block-decomposed models 2011-06-18 17:43:45 +02:00
check_list_of_variables.m Updated copyright notices 2011-02-04 17:27:33 +01:00
check_model.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
check_name.m Updated copyright notices 2011-02-04 17:27:33 +01:00
check_posterior_analysis_data.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
compute_model_moments.m Updated copyright notices 2011-02-04 17:27:33 +01:00
compute_moments_varendo.m Updated copyright notices 2011-02-04 17:27:33 +01:00
conditional_variance_decomposition.m bugs correction in computation of posterior moments for 2010-11-28 11:03:40 +01:00
conditional_variance_decomposition_mc_analysis.m Updated copyright notices 2011-02-04 17:27:33 +01:00
convertAimCodeToInfo.m Global reindentation of MATLAB files 2011-02-04 17:17:48 +01: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 Removed trap which sometimes gives problems. 2011-05-02 11:03:56 +02: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
csminit1.m Renamed some files related to csminwel 2011-06-23 15:57:06 +02:00
csminwel1.m Renamed some files related to csminwel 2011-06-23 15:57:06 +02:00
csolve.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
datatomfile.m datatomfile: if no second argument, then include all endogenous variables 2010-04-30 12:23:57 +02:00
dcompare.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
describe_missing_data.m Updated copyright notices 2011-02-04 17:27:33 +01:00
discretionary_policy.m adding discretionary policy for linear quadratic models, thanks to code provided by Junior 2011-03-13 21:19:55 +01:00
discretionary_policy_1.m removing options_.discount_factor that is replaced by parameter optimal_policy_discount_factor 2011-05-24 16:02:42 +02:00
discretionary_policy_engine.m discretionary policy: made returned info values compatible with Dynare 2011-04-05 13:50:21 +02:00
disp_dr.m - Corrects the first order approximation of block-decomposed models 2011-06-18 17:43:45 +02:00
disp_dr_sparse.m Updated copyright notices 2011-02-04 17:27:33 +01:00
disp_identification.m Small bug fix for printed output 2011-05-10 10:13:21 +02:00
disp_model_summary.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
disp_moments.m Global reindentation of MATLAB files 2011-02-04 17:17:48 +01:00
disp_steady_state.m Updated copyright notices 2011-02-04 17:27:33 +01:00
disp_th_moments.m Updated copyright notices 2011-02-04 17:27:33 +01:00
display_conditional_variance_decomposition.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dr1.m improving Ramsey policy 2011-06-22 11:31:35 +02:00
dr_block.m - use gensylv instead of sylvester3 to solve the Sylvester equation 2011-06-23 17:44:24 +02:00
draw_prior_density.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
dsample.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dsge_posterior_kernel.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
dsge_simulated_theoretical_conditional_variance_decomposition.m corrected bug in conditional variance decomposition: removed reference to useless aux variable 2011-02-20 12:24:24 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
dy_date.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dyn2vec.m Updated copyright notices 2011-02-04 17:27:33 +01: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_static_.m improving Ramsey policy 2011-06-22 11:31:35 +02:00
dyn_save_graph.m MS-SBVAR: adding IRF plots by regime 2011-06-15 12:04:15 +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 Bump MATLAB version requirement to 7.0 2011-04-27 11:57:43 +02:00
dynare_config.m set ms-sbvar paths in dynare_config 2011-05-30 17:46:31 +02:00
dynare_estimation.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
dynare_estimation_1.m dr.order_var is equivalent to M_.block_structure.variable_reordered 2011-06-21 13:20:51 +02:00
dynare_estimation_init.m block option needs a specific index for the kalman smoother 2011-06-21 13:23:06 +02:00
dynare_gradient.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dynare_graph.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dynare_graph_close.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dynare_graph_init.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dynare_identification.m preprocessor: add identification option lik_init 2011-06-23 11:13:35 +02:00
dynare_resolve.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dynare_sensitivity.m Provisions for new options 2011-07-07 09:48:06 +02:00
dynare_solve.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dynare_solve_block_or_bytecode.m Additional corrections related to the steady_state operator bug 2011-03-18 14:11:00 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
dyntable.m improved dyntable.m 2011-04-18 11:25:55 +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 Updated copyright notices 2011-02-04 17:27:33 +01:00
evaluate_planner_objective.m improving Ramsey policy 2011-06-22 11:31:35 +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
evaluate_smoother.m evaluate_smoother: fix call to DsgeSmoother (last argument was wrong) 2011-02-23 10:19:03 +01:00
extended_path.m Cosmetic change. 2010-05-06 17:25:32 +02:00
f_var.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
fjaco.m use of numerical Jacobian to check analytic results. 2010-03-09 10:05:13 +01:00
forcst.m Updated copyright notices 2011-02-04 17:27:33 +01:00
forcst2.m Updated copyright notices 2011-02-04 17:27:33 +01:00
forcst2a.m Updated copyright notices 2011-02-04 17:27:33 +01:00
forcst_unc.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
forecast.m Forecast: minor cleanup 2010-10-11 12:58:38 +02:00
forecast_graphs.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
generalized_cholesky.m Updated copyright notices 2011-02-04 17:27:33 +01:00
generalized_cholesky2.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
getH.m Fixes to handle properly implicit derivation when STEADY_STATE syntax is applied 2011-03-18 10:54:09 +01:00
getIrfShocksIndx.m IRF: add an option to limit the exogenous shocked in the computations (ticket 114) 2011-03-31 17:04:16 +02:00
getJJ.m Added output arguments needed for analytic scores. 2011-04-12 17:37:02 +02: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_moments_size.m Updated copyright notices 2011-02-04 17:27:33 +01:00
get_name_of_the_last_mh_file.m Updated copyright notices 2011-02-04 17:27:33 +01:00
get_optimal_policy_discount_factor.m removing options_.discount_factor that is replaced by parameter optimal_policy_discount_factor 2011-05-24 16:02:42 +02:00
get_param_by_name.m Updated copyright notices 2011-02-04 17:27:33 +01:00
get_posterior_parameters.m Updated copyright notices 2011-02-04 17:27:33 +01:00
get_prior_info.m Added input argument for plotting the prior densities. Added initialization of qz_criterium. 2011-05-03 12:41:45 +02:00
get_the_name.m Updated copyright notices 2011-02-04 17:27:33 +01:00
get_variance_of_endogenous_variables.m Updated copyright notices 2011-02-04 17:27:33 +01:00
global_initialization.m clean up sbvar code 2011-05-31 16:07:05 +02:00
gmhmaxlik.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
graph_decomp.m shock_decomposition: bug correction 2011-04-30 19:52:26 +02:00
hess_element.m Updated copyright notices 2011-02-04 17:27:33 +01:00
hessian.m fixing header (thanks to J. Pfeifer) 2011-06-03 14:20:41 +02:00
homotopic_steps.m Updated copyright notices 2011-02-04 17:27:33 +01:00
homotopy1.m Homotopy mode 1: alleviate the requirement that old values must be different from new ones 2011-06-13 18:05:52 +02: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
ident_bruteforce.m provide results in square matrix form for easier display. 2011-05-02 11:06:27 +02:00
identification_analysis.m check that theoretical moments are independent when evaluating simulated moments uncertainty 2011-06-24 10:58:04 +02:00
identification_checks.m Fixes about computing pair-wise and multi-correlations for the Hessian case. 2011-05-30 14:34:19 +02:00
imcforecast.m Updated copyright notices 2011-02-04 17:27:33 +01:00
independent_metropolis_hastings.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
independent_metropolis_hastings_core.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
indnv.m Updated copyright notices 2011-02-04 17:27:33 +01:00
initial_estimation_checks.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
initialize_from_mode.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
initvalf.m Updated copyright notices 2011-02-04 17:27:33 +01:00
irf.m Removed references to options_.simul_seed. 2010-11-27 00:19:22 +01:00
isconst.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
jacob_element.m Updated copyright notices 2011-02-04 17:27:33 +01:00
k_order_pert.m fixed bug in argument number check and removed unused variable 2010-12-14 18:42:29 +01:00
kalman_transition_matrix.m Updated copyright notices 2011-02-04 17:27:33 +01: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
list_of_parameters_calibrated_as_NaN.m Updated copyright notices 2011-02-04 17:27:33 +01:00
lnsrch1.m Updated copyright notices 2011-02-04 17:27:33 +01:00
lnsrch1_wrapper_one_boundary.m Corrections for steady_state operator bug with bytecode. lnsrch1_wrapper_one_boundary, omitted in the previous commit, is now corrected. 2011-03-16 09:59:40 +01:00
lnsrch1_wrapper_two_boundaries.m new correction for steady_state operator bug. Steady_state vector is passed as argument to *_dynamic model function. As a result, bytecode is currently broken. 2011-03-13 17:06:57 +01:00
long_run_variance.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
make_ex_.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
make_y_.m Updated copyright notices 2011-02-04 17:27:33 +01:00
marginal_density.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
matlab_ver_less_than.m Updated copyright notices 2011-02-04 17:27:33 +01:00
maximize_prior_density.m Fixed bug. 2011-05-05 17:51:40 +02:00
mcforecast3.m Updated copyright notices 2011-02-04 17:27:33 +01:00
mcompare.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
metropolis_draw.m Updated copyright notices 2011-02-04 17:27:33 +01:00
metropolis_hastings_initialization.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
mh_optimal_bandwidth.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01: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_DiffuseKalmanSmootherH1_Z.m more bug corrections in smoother routines 2011-03-25 21:32:45 +01:00
missing_DiffuseKalmanSmootherH3_Z.m more bug corrections in smoother routines 2011-03-25 21:32:45 +01:00
mode_check.m Allow empty hessian in mode_check routine (options_.cova_compute==0) 2011-05-13 12:46:55 +02:00
model_comparison.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
model_diagnostics.m bug fixing for model_diagnostics 2011-03-09 14:44:24 +01:00
model_info.m Updated copyright notices 2011-02-04 17:27:33 +01:00
moment_function.m Bug fixes. 2010-02-17 18:27:20 +01:00
moments.m Updated copyright notices 2011-02-04 17:27:33 +01:00
mr_gstep.m clean-up of commented lines in optimizer number 5; 2011-03-15 15:27:41 +01:00
mr_hessian.m clean-up of commented lines in optimizer number 5; 2011-03-15 15:27:41 +01:00
mult_elimination.m improve output of mult_elimination 2011-05-11 08:16:27 +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 Updated copyright notices 2011-02-04 17:27:33 +01:00
myboxplot.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
newrat.m clean-up of commented lines in optimizer number 5; 2011-03-15 15:27:41 +01:00
numgrad2.m Renamed some files related to csminwel 2011-06-23 15:57:06 +02:00
numgrad3.m Updated copyright notices 2011-02-04 17:27:33 +01:00
numgrad5.m Updated copyright notices 2011-02-04 17:27:33 +01:00
octave_ver_less_than.m Updated copyright notices 2011-02-04 17:27:33 +01:00
osr.m Updated copyright notices 2011-02-04 17:27:33 +01:00
osr1.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
osr_obj.m osr: added penalty for complex values in model Jacobian 2011-05-11 07:32:00 +02:00
perfect_foresight_simulation.m Perfect foresight simulation: clean up handling of warnings 2010-11-24 19:01:46 +01: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_identification.m Fixed bug of ~ in output list for non recent versions of matlab. 2011-06-21 09:43:24 +02:00
plot_priors.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
pltorg.m Updated copyright notices 2011-02-04 17:27:33 +01:00
pm3.m under parallel execution do not do parallel plots when some slave is octave, irrespective to master being matlab. 2011-04-06 14:22:34 +02:00
pm3_core.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01: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 making sure variance of subsample is not very small before computing kernel density 2011-03-28 09:17:36 +02:00
print_bytecode_dynamic_model.m Updated copyright notices 2011-02-04 17:27:33 +01:00
print_bytecode_static_model.m Updated copyright notices 2011-02-04 17:27:33 +01:00
print_info.m updated and corrected list of errors in print_info 2011-06-13 18:42:03 +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 Implement workaround for ticket #161 2011-02-04 11:55:54 +01:00
prior_draw.m Updated copyright notices 2011-02-04 17:27:33 +01:00
prior_posterior_statistics.m Fixed bugs related to global sensitivity analysis. 2011-02-25 09:27:33 +01:00
prior_posterior_statistics_core.m Fixed bug in remote parallel execution introduced by previous commit b7133ebeb5 2011-04-06 14:24:04 +02:00
prior_sampler.m Fixed bug (uninitialised variables). 2011-05-02 11:54:49 +02:00
priordens.m explicit initialization of persistent variables in priordens.m 2010-02-06 14:43:16 +01:00
qr2.m Updated copyright notices 2011-02-04 17:27:33 +01:00
qzdiv.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
qzswitch.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
ramsey_policy.m fixing evaluation of objective function under optimal policy 2011-05-24 16:02:42 +02:00
random_walk_metropolis_hastings.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
random_walk_metropolis_hastings_core.m Fixed waitbar message from octave slave (matlab master) 2011-06-24 10:57:25 +02:00
read_data_.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
read_variables.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
recursive_moments.m Updated copyright notices 2011-02-04 17:27:33 +01:00
resid.m Updated copyright notices 2011-02-04 17:27:33 +01:00
resol.m Cosmetic change. 2011-05-06 14:39:00 +02:00
restricted_steadystate.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +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 Updated copyright notices 2011-02-04 17:27:33 +01:00
schur_statespace_transformation.m Global reindentation of MATLAB files 2011-02-04 17:17:48 +01:00
score.m Added utilities for analytic scores and asymptotic Hessian of likelihood. 2011-03-18 10:52:27 +01:00
selec_posterior_draws.m explicit mat extension with save (octave compatibility) 2011-04-06 13:08:22 +02:00
select_from_table.m Updated copyright notices 2011-02-04 17:27:33 +01:00
selif.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
set_default_option.m Updated copyright notices 2011-02-04 17:27:33 +01:00
set_dynare_seed.m Fixed compatibility problem with MATLAB <= 7.3 2011-02-21 12:05:48 +01:00
set_dynare_threads.m Changed set_dynare_threads.m. The number of threads in parallelized mex files to be used if dynare is built with the openmp flag 2010-11-15 13:06:39 +01:00
set_param_value.m Updated copyright notices 2011-02-04 17:27:33 +01:00
set_parameters.m Updated copyright notices 2011-02-04 17:27:33 +01:00
set_prior.m Fixed bug introduced in previous commit (4783f9118848abec7e947dc9fabbca12a3e217b0): missing transposition for xparam1. 2011-05-06 15:10:42 +02:00
set_shocks.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
set_state_space.m - Corrects the first order approximation of block-decomposed models 2011-06-18 17:43:45 +02:00
set_stationary_variables_list.m replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
shock_decomposition.m allowing historical time in shock decomposition 2011-04-18 11:25:55 +02:00
sim1.m new correction for steady_state operator bug. Steady_state vector is passed as argument to *_dynamic model function. As a result, bytecode is currently broken. 2011-03-13 17:06:57 +01:00
simk.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
simplex_optimization_routine.m Added new simplex optimization routine (mode_compute=8). 2011-05-10 14:18:23 +02:00
simul.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
simulated_moment_uncertainty.m added missing utility for identification 2010-10-11 17:14:49 +02:00
simulated_moments_estimation.m explicit mat extension with save (octave compatibility) 2011-04-06 13:08:22 +02:00
simult.m Updated copyright notices 2011-02-04 17:27:33 +01:00
simult_.m - Corrects the first order approximation of block-decomposed models 2011-06-18 17:43:45 +02:00
simultxdet.m Updated copyright notices 2011-02-04 17:27:33 +01:00
size_of_the_reduced_form_model.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Updated copyright notices 2011-02-04 17:27:33 +01:00
solve_one_boundary.m Additional corrections related to the steady_state operator bug 2011-03-18 14:11:00 +01:00
solve_two_boundaries.m new correction for steady_state operator bug. Steady_state vector is passed as argument to *_dynamic model function. As a result, bytecode is currently broken. 2011-03-13 17:06:57 +01:00
steady.m Added warning message when some of the deep parameters are not initialized. 2010-11-17 17:09:39 +01:00
steady_.m Corrections for steady_state operator bug with bytecode. bytecode is now fixed. 2011-03-14 17:46:00 +01:00
stoch_simul.m IRF: add an option to limit the exogenous shocked in the computations (ticket 114) 2011-03-31 17:04:16 +02:00
stoch_simul_sparse.m IRF: add an option to limit the exogenous shocked in the computations (ticket 114) 2011-03-31 17:04:16 +02:00
subset.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
symmetric_matrix_index.m Updated copyright notices 2011-02-04 17:27:33 +01:00
test_for_deep_parameters_calibration.m NaN parameters warning: remove \n, it is not interpreted in a warning context (at least under Octave) 2010-12-08 11:32:45 +01:00
th_autocovariances.m use short-circuit ops (|| and &&) as opposed to (| and &) to avoid warnings in Octave (and save time) 2011-02-10 15:54:23 +01:00
thet2tau.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
trace_plot.m Updated copyright notices 2011-02-04 17:27:33 +01:00
transition_matrix.m Updated copyright notices 2011-02-04 17:27:33 +01:00
uniform_specification.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
var_sample_moments.m Updated copyright notices 2011-02-04 17:27:33 +01: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 Fixed bugs in varlist_indices.m (thanks to Johannes Pfeifer for pointing them) 2011-01-10 13:11:25 +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 Updated copyright notices 2011-02-04 17:27:33 +01:00
writedata_text.m Updated copyright notices 2011-02-04 17:27:33 +01:00