dynare/matlab
Sébastien Villemot 4733d97ceb
dseries: fix concatenation with empty dates objects
2021-06-09 17:33:25 +02:00
..
+bgp Allow models with leads in bgp.write(). 2019-02-15 16:59:26 +01:00
+equation Fixed call to exactstrrep (adding missing parenthesis around expression). 2020-02-12 17:21:00 +01:00
+gui Merge remote-tracking branch 'community/master' into enterprise 2020-03-27 16:28:41 +01:00
+pac Fix PAC equations with lags on exogenous variables. 2021-04-02 15:52:30 +02:00
+var_expectation var_expectation.update: Octave compatibility fix 2021-02-02 17:01:59 +01:00
AIM Fixed copyright notices. 2017-05-18 18:36:38 +02:00
accessors ensure only lowercase files are retrieved 2020-12-07 12:31:37 +01:00
backward Add specialized version of sim1 for static models. 2021-05-28 14:11:34 +02:00
cli Merge remote-tracking branch 'community/master' into enterprise 2020-03-27 16:28:41 +01:00
convergence_diagnostics Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
discretionary_policy Adjust output of loglinear option to make clear when a logged variable is used 2020-12-23 13:53:44 +01:00
distributions Move definition of prior distribution names to separate function to make it useable in other contexts. 2020-06-26 12:07:16 +02:00
ep Following a change in the calling sequence. Fixes #1789 2021-05-28 13:49:58 +02:00
gsa Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
kalman Implement heteroskedastic filter and smoother 2021-05-26 18:45:16 +02:00
lmmcp Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
method_of_moments dynare_minimize_objective: fix use of analytic derivatives by employing wrapper function 2021-01-24 17:40:24 +01:00
mex Remove risky steady state (unfinished) code 2021-01-22 11:32:36 +01:00
missing Deactivate unit tests for gamrnd if statistical toolbox is available. 2021-04-09 12:44:59 +02:00
modules dseries: fix concatenation with empty dates objects 2021-06-09 17:33:25 +02:00
ms-sbvar msbvar: provide error is chain is not specified 2021-01-01 11:31:33 +01:00
ols SUR / pooled OLS: workaround for Octave bug in dbstack(N) 2021-05-05 15:27:15 +02:00
optimization gmhmaxlik.m: show mode value in addition to change in mode 2021-05-03 20:33:21 +02:00
pac-tools Added routine returning the equation tag of a PAC equation. 2019-10-28 17:58:12 +01:00
parallel For local clusters only, allow using start instead of psexec with windows, to properly allocate affinity when there are more than 32 cores. Manual updated accordingly. 2021-05-06 16:31:06 +02:00
partial_information Merge branch 'tolerance' into 'master' 2020-07-07 09:46:28 +00:00
particles@41320041c3 Bug fixes in particles submodule. 2021-02-26 10:40:37 +01:00
perfect-foresight-models Add specialized version of sim1 for static models. 2021-05-28 14:11:34 +02:00
utilities copyright year and indentation 2021-02-13 11:29:40 +01:00
AHessian.m Remove spurious indentation changes 2019-09-26 15:17:54 +02:00
AIM_first_order_solver.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
CheckPath.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
CutSample.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
DsgeSmoother.m Implement new option smoother_redux, to allow fast smoother for very large models. It runs smoother only for state variables and computes the remaining ones ex-post 2021-05-27 16:59:15 +02:00
GetAllPosteriorDraws.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
GetOneDraw.m Fix get_posterior_parameters 2017-10-05 09:54:08 +02:00
GetPosteriorMeanVariance.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
GetPosteriorParametersStatistics.m condition computation of posterior statistics also to (options_.load_mh_file && ~options_.load_results_after_load_mh) and apply it to all cases 2021-02-13 18:53:17 +01:00
MakeAllFigures.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
PlotPosteriorDistributions.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
PosteriorIRF.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
PosteriorIRF_core1.m PosteriorIRF_core1.m: Add missing else statement that triggered crashes in rare cases 2020-06-12 17:53:46 +02:00
PosteriorIRF_core2.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
Q6_plication.m Speed up pruned_state_space_system.m by e.g. using persistent variables 2020-07-08 19:50:31 +02:00
ReshapeMatFiles.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
TaRB_optimizer_wrapper.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
Tracing.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
UnivariateSpectralDensity.m Merge branch 'dname' of git.dynare.org:JohannesPfeifer/dynare 2020-12-18 15:43:30 +01:00
WriteShockDecomp2Excel.m Octave compatibility fix: xlswrite() from the io package does not return a 2nd output 2021-05-05 15:47:14 +02:00
add_filter_subtitle.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
add_path_to_mex_files.m Provisions for MATLAB R2021a 2021-03-17 17:47:27 +01:00
aggregate.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
allVL1.m 📃 Update license 2020-01-24 12:45:15 +01:00
annualized_shock_decomposition.m Changed cumfix==0: splits non-additive components proportionally to size of shock contribution 2019-12-19 22:15:04 +01:00
autoregressive_process_specification.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
basic_plan.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
bicgstab_.m use || and && as opposed to | and & where appropriate 2011-02-16 15:14:38 +01:00
bivmom.m 🐛 Fix wrong third-order computation in pruned state space system 2020-02-16 22:55:16 +01:00
bksup0.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
bksup1.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
bksupk.m Modernization: use tilde (~) syntax for ignored output arguments 2018-11-13 18:02:09 +01:00
block_bytecode_mfs_steadystate.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
block_mfs_steadystate.m Block decomposition: no longer use global variables for temporary terms in the dynamic M-file 2020-05-26 16:23:46 +02:00
bseastr.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
bvar_density.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
bvar_forecast.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
bvar_irf.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
bvar_toolbox.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
bytecode_steadystate.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
calibrate_mh_scale_parameter.m calibrate_mh_scale_parameter.m: Expand header 2021-06-01 11:34:39 +02:00
cartesian_product_of_sets.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
cellofchar2mfile.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
cellofchararraymaxlength.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
check.m Use true/false instead of 1/0 for boolean options 2019-03-19 15:21:16 +01:00
check_bounds_and_definiteness_estimation.m check_bounds_and_definiteness_estimation: rename last argument to BoundsInfo 2021-01-27 18:25:27 +01:00
check_consistency_covariances.m Octave compatibility fix 2019-03-08 15:59:51 +01:00
check_dsge_var_model.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
check_for_calibrated_covariances.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
check_list_of_variables.m Modernization: use tilde (~) syntax for ignored output arguments 2018-11-13 18:02:09 +01:00
check_matlab_path.m check_matlab_path: fix English 2017-08-25 14:20:08 +02:00
check_model.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
check_name.m Updated copyright notices 2011-02-04 17:27:33 +01:00
check_posterior_analysis_data.m Fix typo 2017-10-05 11:33:17 +02:00
check_posterior_sampler_options.m 🐛 allow cova_compute=0 with user-defined MCMC_jumping_covariance 2020-12-09 22:31:43 +01:00
check_prior_analysis_data.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
check_prior_bounds.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
cherrypick.m cherrypick.m: Octave compatibility fix 2021-02-04 16:01:54 +01:00
chol_SE.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
clear_persistent_variables.m remove unused output from functions 2019-01-31 16:11:35 +01:00
collect_latex_files.m Move remaining LaTeX-files to subfolder 2019-11-21 10:14:48 +01:00
commutation.m 🐛 Fix wrong third-order computation in pruned state space system 2020-02-16 22:55:16 +01:00
compute_Pinf_Pstar.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
compute_decision_rules.m Factorize call to solver routines under optimal policy and without 2020-02-12 13:19:46 +01:00
compute_mh_covariance_matrix.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
compute_model_moments.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
compute_moments_varendo.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
compute_overall_acceptance_ratio.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
compute_trend_coefficients.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
conditional_variance_decomposition.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
conditional_variance_decomposition_ME_mc_analysis.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
conditional_variance_decomposition_mc_analysis.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
convertAimCodeToInfo.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
convertjsondecode.m Use jsondecode to read JSON files if available. 2020-01-28 16:36:40 +01:00
correlation_mc_analysis.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
cosn.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
covariance_mc_analysis.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
csolve.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
cubature_with_gaussian_weight.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
cycle_reduction.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
datatomfile.m datatomfile: fix the name of the .mod file at the top of the generated file 2020-01-29 21:04:45 +01:00
dcompare.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
default_option_values.m Implement new option smoother_redux, to allow fast smoother for very large models. It runs smoother only for state variables and computes the remaining ones ex-post 2021-05-27 16:59:15 +02:00
delete_mh_history_files.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
disp_dr.m Adjust output of loglinear option to make clear when a logged variable is used 2020-12-23 13:53:44 +01:00
disp_identification.m Remove duplicate output of identification ranks tol 2020-06-20 22:38:47 +02:00
disp_model_summary.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
disp_moments.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
disp_steady_state.m Adjust output of loglinear option to make clear when a logged variable is used 2020-12-23 13:53:44 +01:00
disp_th_moments.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
disp_th_moments_pruned_state_space.m disp_th_moments_pruned_state_space.m: cosmetic fix to header 2021-01-22 21:19:07 +01:00
display_conditional_variance_decomposition.m Adjust output of loglinear option to make clear when a logged variable is used 2020-12-23 13:53:44 +01:00
display_estimation_results_table.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
display_problematic_vars_Jacobian.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
do_parameter_initialization.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dprintf.m Added new routine for disp(sprintf(...)). 2019-06-21 11:26:50 +02:00
dr_block.m Preprocessor: forbid check and stoch_simul in block-decomposed mode with mfs > 0 2021-05-04 17:18:20 +02:00
draw_prior_density.m Modernization: use tilde (~) syntax for ignored output arguments 2018-11-13 18:02:09 +01:00
dsample.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dsge_likelihood.m Implement heteroskedastic filter and smoother 2021-05-26 18:45:16 +02:00
dsge_simulated_theoretical_conditional_variance_decomposition.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
dsge_simulated_theoretical_correlation.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
dsge_simulated_theoretical_covariance.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
dsge_simulated_theoretical_variance_decomposition.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
dsge_var_likelihood.m Compatibility fix for MATLAB R2014a when estimating with empty estim_params 2021-01-27 18:25:27 +01:00
duplication.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
dy_date.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dyn2vec.m uncapitalize DYNARE in error messages 2019-10-04 10:20:11 +02:00
dyn_autocorr.m Removed useless commas and semicolons. 2017-05-16 13:24:46 +02:00
dyn_diag_vech.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dyn_figure.m change dyn_figure to take a nodisplay argument as opposed to options_. #1415 2017-03-23 14:30:16 +01:00
dyn_first_order_solver.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
dyn_forecast.m dyn_forecast.m: set first_obs and allow for Bayesian smoother input 2021-02-16 11:26:35 +01:00
dyn_latex_table.m dyn_latex_table.m: move latex output to latex subfolder 2020-06-25 17:09:49 +02:00
dyn_ramsey_static.m dyn_ramsey_static.m: abort of steady state file signals error code 2020-03-06 18:55:01 +01:00
dyn_saveas.m Option graph_format=pdf now works under Octave 2019-09-25 16:06:38 +02:00
dyn_second_order_solver.m dyn_second_order_solver.m: remove unused code 2020-11-22 21:23:55 +01:00
dyn_table.m `precision` was not an accurate variable name; `field_width` is better 2019-12-02 15:34:06 +01:00
dyn_unvech.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dyn_vech.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dyn_waitbar.m Octave now has the same graphical waitbar as MATLAB (for MCMC progress) 2018-08-02 15:33:18 +02:00
dyn_waitbar_close.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynare.m Fix error message consistently with 2743ca8fd. 2021-05-26 19:11:01 +02:00
dynare_config.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
dynare_estimation.m Testsuite: add workaround for crash of MATLAB R2014a with TeX option 2021-01-19 15:50:11 +01:00
dynare_estimation_1.m better handle newrat options, avoiding to treat newratflag in two places 2021-02-13 16:44:50 +01:00
dynare_estimation_init.m Implement heteroskedastic filter and smoother 2021-05-26 18:45:16 +02:00
dynare_gradient.m Modernization: use tilde (~) syntax for ignored output arguments 2018-11-13 18:02:09 +01:00
dynare_graph.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynare_graph_close.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
dynare_graph_init.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynare_identification.m identification: support optimal policy 2021-05-14 13:38:42 +02:00
dynare_resolve.m Factorize call to solver routines under optimal policy and without 2020-02-12 13:19:46 +01:00
dynare_sensitivity.m dynare_sensitivity.m: provide informative error message if no varexo are defined. Closes https://git.dynare.org/Dynare/dynare/issues/1651 2019-09-10 09:25:04 +02:00
dynare_solve.m dynare_solve.m: allow calling function directly 2021-06-04 21:24:53 +02:00
dynare_solve_block_or_bytecode.m Block decomposition: static and dynamic files are now pure wrappers around the per-block files 2020-06-19 18:46:56 +02:00
dynare_squeeze.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
dynare_version.m.in Fixed copyright year in matlab/dynare_version.in. 2017-05-19 16:16:45 +02:00
dynasave.m support saving exogenous variables in `dynasave`, `dynasave`; fix bugs in `dynasave`; add test 2020-01-06 12:45:44 +01:00
dynatype.m support saving exogenous variables in `dynasave`, `dynasave`; fix bugs in `dynasave`; add test 2020-01-06 12:45:44 +01:00
dynsec2hms.m Updated copyright notices 2011-02-04 17:27:33 +01:00
dyntable.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
dynvars_from_endo_simul.m Block decomposition: in the dynamic file, y and T are now vectors as in non-block mode 2020-06-17 18:19:21 +02:00
endogenous_prior.m endogenous_prior.m: deal with missing data 2020-11-13 10:54:44 +01:00
endogenous_prior_restrictions.m Remove spurious indentation changes 2019-09-26 15:17:54 +02:00
ep_residuals.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
epilogue_shock_decomposition.m MATLAB compatibility fix: automatic broadcasting was introduced in R2016b 2020-01-13 18:30:28 +01: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_dynamic_model.m Added a routine the residuals of a model. 2016-05-24 17:28:24 +02:00
evaluate_likelihood.m Fix get_posterior_parameters 2017-10-05 09:54:08 +02:00
evaluate_max_dynamic_residual.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
evaluate_planner_objective.m evaluate_planner_objective.m: do not evaluate non-existing terms for linear models 2021-05-28 17:00:44 +02:00
evaluate_posterior_kernel.m Fix get_posterior_parameters 2017-10-05 09:54:08 +02:00
evaluate_prior.m Fix get_posterior_parameters 2017-10-05 09:54:08 +02:00
evaluate_smoother.m gui: added fields to `oo_` to indicate which commands have been run 2020-03-03 11:45:46 +01:00
evaluate_static_model.m Block decomposition: no longer use global variables for temporary terms in the dynamic M-file 2020-05-26 16:23:46 +02:00
evaluate_steady_state.m evaluate_steady_state.m: small simplification 2020-12-07 16:25:01 +01:00
evaluate_steady_state_file.m Correctly distinguish tolerance between steady and perfect foresight 2020-07-06 13:11:23 +02:00
exactcontains.m Rewrote evaluate routine. 2019-04-08 11:01:34 +02:00
exactstrrep.m Added the possibility to rename an endogenous variable in equation. 2019-04-02 18:06:47 +02:00
execute_prior_posterior_function.m Provide error message if unsupported endogenous prior restriction is used 2018-12-15 18:44:53 +01:00
expand_group.m allow to export expand groups to excel (instead than plotting them) 2021-02-13 19:04:39 +01:00
f_var.m Updated copyright notices 2011-02-04 17:27:33 +01:00
fastgensylv.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
ff1_.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
ffill.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
fjaco.m print_info.m: Fix bug in error handling 2020-03-08 09:00:01 +01:00
flip_plan.m Remove spurious indentation changes 2019-09-26 15:17:54 +02:00
forcst.m forcst.m: fix case with measurement error 2021-05-12 17:44:35 +02:00
forcst2.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
forcst2a.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
forecast_graphs.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
formdata.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
ftest.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
fwriten.m Make load_m_file_data_legacy.m work with row vectors. 2017-05-10 17:39:11 +02:00
gauss_hermite_weights_and_nodes.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
gauss_legendre_weights_and_nodes.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
gcompare.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
generate_trace_plots.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
gensylv_fp.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
getIrfShocksIndx.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
getPowerDeriv.m Update copyright notices 2012-06-08 18:22:34 +02:00
get_Hessian.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
get_all_parameters.m Fix get_posterior_parameters 2017-10-05 09:54:08 +02:00
get_ar_ec_matrices.m Fixed ec matrix (rules out lag>1). 2018-08-28 19:25:05 +02:00
get_aux_variable_id.m Return 0 if the input is not the name of an endogenous variable. 2019-02-28 10:17:43 +01:00
get_cells_id.m Moved get_cells_id routine from matlab/@dynSeries/private to matlab. 2012-12-03 16:15:36 +01:00
get_companion_matrix.m Updated comments. 2019-03-29 17:52:46 +01:00
get_companion_matrix_legacy.m Removed unused variable. 2018-10-24 12:08:00 +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_difference_order.m Added routines related to auxiliary variables. 2018-05-29 15:44:41 +02:00
get_dynare_random_generator_state.m Bump minimal MATLAB version to R2014a 2020-04-07 16:32:32 +02:00
get_equation_number_by_tag.m Removed global. 2020-02-02 21:14:23 +01:00
get_error_message.m non_linear_dsge_likelihood.m: filter out explosive initial simulation 2021-05-27 21:04:35 +02:00
get_existing_subsamples_indx.m estimation: change name handling for correlation statements 2012-03-30 15:37:14 +02:00
get_file_extension.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
get_identification_jacobians.m get_identification_jacobians.m: remove unnecessary reordering of equations 2021-05-14 13:35:01 +02:00
get_lhs_and_rhs.m Factorize calls to loadjson_ routine. 2020-02-02 21:52:44 +01:00
get_matrix_entries_for_psd_check.m Factorize checking of positive definiteness 2020-07-16 11:38:38 +02:00
get_minimal_state_representation.m Fix minimal state space test files for old matlab 2020-01-26 16:00:02 +00:00
get_moments_size.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
get_name_of_the_last_mh_file.m Modernization: use tilde (~) syntax for ignored output arguments 2018-11-13 18:02:09 +01:00
get_new_or_existing_ei_index.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
get_optimal_policy_discount_factor.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
get_perturbation_params_derivs.m identification: support optimal policy 2021-05-14 13:38:42 +02:00
get_perturbation_params_derivs_numerical_objective.m identification: support optimal policy 2021-05-14 13:38:42 +02:00
get_posterior_parameters.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
get_subsamples_range_indx.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
get_the_name.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
get_variables_and_parameters_in_equation.m Merge remote-tracking branch 'community/master' into enterprise 2020-03-27 16:28:41 +01:00
get_variables_and_parameters_in_expression.m Code factorization. 2020-01-27 14:02:03 +01:00
get_variables_list.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
get_variance_of_endogenous_variables.m Make schur_vec_tol settable and document it 2020-12-17 19:59:22 +01:00
global_initialization.m Merge remote-tracking branch 'Dynare/master' into enterprise 2021-01-11 11:06:55 +01:00
graph_decomp.m fixed wrong naming of shock decompositions 2021-02-13 19:07:28 +01:00
graph_decomp_detail.m fixed wrong naming of shock decompositions 2021-02-13 19:07:28 +01:00
hess_element.m Revert "update jacob_element & hess_element for vector arguments" 2021-01-12 16:48:49 +01:00
hessian.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
hessian_sparse.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
histvalf.m histval_file: workaround for bug in MATLAB ≤ R2019a 2021-01-22 18:31:31 +01:00
histvalf_initvalf.m Preprocessor: fix treatment of “series” option of “initval_file” 2021-04-20 10:44:18 +02:00
homotopy1.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
homotopy2.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
homotopy3.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
ident_bruteforce.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
identification_analysis.m identification: support optimal policy 2021-05-14 13:38:42 +02:00
identification_checks.m 🐛 Fix #1694 by robust rank tolerance and histc 2020-01-24 12:44:26 +01:00
identification_checks_via_subsets.m 🐛 Fix #1694 by robust rank tolerance and histc 2020-01-24 12:44:26 +01:00
identification_numerical_objective.m identification: support optimal policy 2021-05-14 13:38:42 +02:00
imcforecast.m imcforecast.m: fix typo in description 2020-06-24 21:36:41 +02:00
indnv.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
init_plan.m Remove spurious indentation changes 2019-09-26 15:17:54 +02:00
initial_condition_decomposition.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
initial_estimation_checks.m mh_tune_jscale: fix display of stepsize and provide warning if no updating can occur. 2021-06-01 11:23:07 +02:00
initialize_from_mode.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
initvalf.m Merge remote-tracking branch 'Dynare/master' into enterprise 2020-09-17 14:53:32 +02:00
internals.m remove unused variable in dynare_config 2019-09-05 11:48:19 +02:00
irf.m Preprocessor update 2019-12-13 18:22:12 +01:00
isauxiliary.m Merge remote-tracking branch 'community/master' into enterprise 2020-03-27 16:28:41 +01:00
isbayes.m Fixed behaviour of write_latex_prior_table command 2016-06-16 10:38:40 +02:00
isdiff.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
islagof.m Added routine to test if an auxiliary variable is a lag of a variable. 2018-07-23 10:41:34 +02:00
isoctave.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
isolder.m Cosmetic change (Octave unit test). 2018-07-17 17:44:42 +02:00
iszero.m Added companion matrix corresponding to the VECM in levels. 2018-04-26 16:42:04 +02:00
jacob_element.m Revert "update jacob_element & hess_element for vector arguments" 2021-01-12 16:48:49 +01:00
k_order_pert.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
kalman_transition_matrix.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
kernel_density_estimate.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
list_of_functions_to_be_cleared.m Speed up pruned_state_space_system.m by e.g. using persistent variables 2020-07-08 19:50:31 +02:00
list_of_parameters_calibrated_as_Inf.m Changed the type of the variable returned by list_of_parameters_calibrated_as_{Inf,NaN}. 2018-01-10 10:35:17 +01:00
list_of_parameters_calibrated_as_NaN.m Changed the type of the variable returned by list_of_parameters_calibrated_as_{Inf,NaN}. 2018-01-10 10:35:17 +01:00
lnsrch1.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
lnsrch1_wrapper_one_boundary.m Block decomposition: static and dynamic files are now pure wrappers around the per-block files 2020-06-19 18:46:56 +02:00
lnsrch1_wrapper_two_boundaries.m Block decomposition: static and dynamic files are now pure wrappers around the per-block files 2020-06-19 18:46:56 +02:00
load_first_mh_history_file.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
load_last_mh_history_file.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
load_m_file_data_legacy.m MATLAB R2009b compatibility fixes 2019-11-15 18:27:37 +01:00
load_mat_file_data_legacy.m Fix error message of makedataset 2019-02-19 18:57:17 +01:00
loadjson_.m Preprocessor update 2021-04-08 14:51:49 +02:00
logarithmic_reduction.m Added logarithmic reduction algorithm to solve quadratic matrix equation. 2012-07-11 18:26:22 +02:00
long_run_variance.m Updated copyright notices 2011-02-04 17:27:33 +01:00
lpdfgam.m prior densities: make sure derivative output has correct dimensions 2021-01-23 09:57:17 +01:00
lpdfgbeta.m prior densities: make sure derivative output has correct dimensions 2021-01-23 09:57:17 +01:00
lpdfig1.m prior densities: make sure derivative output has correct dimensions 2021-01-23 09:57:17 +01:00
lpdfig2.m prior densities: make sure derivative output has correct dimensions 2021-01-23 09:57:17 +01:00
lpdfnorm.m prior densities: make sure derivative output has correct dimensions 2021-01-23 09:57:17 +01:00
lyapunov_solver.m lyapunov_solver: increase tolerance for 2 unit tests, for MATLAB R2014a 2021-02-02 15:05:41 +01:00
lyapunov_symm.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
marginal_density.m Modified harmonic mean: Transform hard-coded tolerance to parameter 2019-12-12 11:49:57 +01:00
matlab_ver_less_than.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
maximize_prior_density.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
mcforecast3.m conditional forecasts: add check whether simulation was successful 2020-02-12 11:04:46 +01:00
mcompare.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
mcp_func.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
mcpath_function.m adding hook for PATH solver 2016-05-31 12:10:12 +02:00
metropolis_draw.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
metropolis_hastings_initialization.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
metropolis_run_analysis.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
mh_autocorrelation_function.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
mh_optimal_bandwidth.m Fixed mh_optimal_bandwidth. 2017-06-07 11:02:49 +02:00
minus_logged_prior_density.m Fixed prior command with optimize. 2018-02-17 21:00:23 +01:00
missing_DiffuseKalmanSmootherH1_Z.m Implement new option smoother_redux, to allow fast smoother for very large models. It runs smoother only for state variables and computes the remaining ones ex-post 2021-05-27 16:59:15 +02:00
missing_DiffuseKalmanSmootherH3_Z.m Implement new option smoother_redux, to allow fast smoother for very large models. It runs smoother only for state variables and computes the remaining ones ex-post 2021-05-27 16:59:15 +02:00
mode_check.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
model_comparison.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
model_diagnostics.m model_diagnostics.m: only provide message if imaginary component reaches tolerance level 2021-05-20 11:23:48 +02:00
model_info.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
model_inversion.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
moment_function.m clean up file (remove unused variables, fprintf instead of disp(sprintf())) 2019-09-12 11:55:05 +02:00
moments.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
mult_elimination.m Use true/false instead of 1/0 for boolean options 2019-03-19 15:21:16 +01:00
multivariate_sample_autocovariance.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
my_subplot.m Updated copyright notices 2011-02-04 17:27:33 +01:00
myboxplot.m Fixed indentation of matlab files. 2017-05-16 15:10:20 +02:00
mydelete.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
name2index.m Fix trace plots with measurement errors and their correlations 2020-07-15 14:34:04 +02:00
non_linear_dsge_likelihood.m non_linear_dsge_likelihood.m: filter out explosive initial simulation 2021-05-27 21:04:35 +02:00
octave_ver_less_than.m Simplify octave_ver_less_than using builtin compare_versions() 2019-10-08 18:38:15 +02:00
olsgibbs.m OLS: Octave compatibility fix 2021-02-04 16:54:09 +01:00
one_sided_hp_filter.m Various fixes to the license.txt file 2020-01-22 18:03:33 +01:00
optimize_prior.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
options2cell.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
osr.m Output M_ in stoch_simul.m and discretionary_policy.m 2020-02-24 14:14:41 +01:00
osr1.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
osr_obj.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
plot_contributions.m plot_contributions.m: compatibility fixes for Octave 2021-01-29 15:20:18 +01:00
plot_icforecast.m Save conditional forecast output in oo_. Closes: Dynare/dynare#1672 2019-11-29 15:25:05 +01:00
plot_identification.m 🐛 fix identification strength barplots for one parameter 2020-01-24 12:44:34 +01:00
plot_priors.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
plot_shock_decomposition.m fixes around init2shocks in plotting utilities 2021-02-13 19:04:01 +01:00
pltorg.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
pm3.m Bayesian smoother: fix field naming for Filtered_Variables_X_step_ahead 2021-01-27 17:41:37 +01:00
pm3_core.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
posterior_analysis.m Bump minimal Octave version to 6.2.0 2021-03-12 16:21:57 +01:00
posterior_moments.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
posterior_sampler.m posterior_sampler.m: trap case where record.ProposalCovariance is not filled (slice sampler) 2021-06-08 21:03:08 +02:00
posterior_sampler_core.m for parallel execution we need to initialize also prior_draw (used in slice sampler). 2020-01-02 17:48:29 +01:00
posterior_sampler_initialization.m New option mh_initialize_from_previous_mcmc that allows to pick initial values for a new MCMC from a previous one 2021-05-11 18:48:43 +02:00
posterior_sampler_iteration.m 🐛 📖 Fixes TaRB with student t proposal distribution 2020-04-01 14:46:22 +02:00
print_bytecode_dynamic_model.m Use true/false instead of 1/0 for boolean options 2019-03-19 15:21:16 +01:00
print_bytecode_static_model.m Use true/false instead of 1/0 for boolean options 2019-03-19 15:21:16 +01:00
print_equations.m Use jsondecode to read JSON files if available. 2020-01-28 16:36:40 +01:00
print_expectations.m Add linear combination support for growth neutrality in Iiterative OLS. 2019-10-08 23:18:40 +02:00
print_info.m print_info.m: Fix bug in error handling 2020-03-08 09:00:01 +01:00
print_moments_implied_prior.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
print_table_prior.m Added missing prior (Weibull). 2017-06-06 20:37:41 +02:00
printline.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
prior_analysis.m Fix moment computation with Measurement errors 2020-06-29 13:20:02 +02:00
prior_bounds.m Make Octave error message more constructive and informative 2017-12-02 21:28:25 +01:00
prior_draw.m prior_draw.m: cosmetic fix 2021-05-27 16:46:40 +02:00
prior_posterior_statistics.m Use LaTeX labels in figures 2020-06-17 21:48:25 +02:00
prior_posterior_statistics_core.m prior_posterior_statistics_core.m: filter out cases where model does not solve 2021-05-27 16:46:28 +02:00
prior_sampler.m Fix moment computation with Measurement errors 2020-06-29 13:20:02 +02:00
priordens.m weibull prior: fix second derivative output and suppress display of output 2021-01-23 09:57:17 +01:00
prodmom.m 📃 Update license 2020-01-24 12:45:15 +01:00
prodmom_deriv.m 🐛 Fix wrong third-order computation in pruned state space system 2020-02-16 22:55:16 +01:00
pruned_state_space_system.m Make schur_vec_tol settable and document it 2020-12-17 19:59:22 +01:00
qr2.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
quadratic_matrix_equation_solver.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
quadruplication.m 🐛 Fix wrong third-order computation in pruned state space system 2020-02-16 22:55:16 +01:00
ramsey_policy.m Ref. #1680: 2nd-order welfare 2021-02-17 13:53:55 +01:00
read_key_value_string.m Fix read_key_value_string if commas are followed by spaces. 2021-02-26 17:50:47 +01:00
read_variables.m read_variables.m: consistently account for variables being stored as cell array 2018-01-26 12:29:03 +01:00
realtime_shock_decomposition.m allow for a more accurate (and more expensive) fast realtime modality, triggered by fast_realtime=INTEGER_VECTOR and where vector fast_realtime controls periods for which the smoother is run. If max(fast_realtime)<nobs, the smoother is also run for the full sample. Manual updated accordingly. 2021-05-10 15:55:03 +02:00
recursive_moments.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
reduced_rank_cholesky.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
resid.m Correctly distinguish tolerance between steady and perfect foresight 2020-07-06 13:11:23 +02:00
resol.m resol.m: reduce inheritance of decision rule info 2021-01-29 10:16:04 +01:00
restricted_steadystate.m Move the location of various generated files on the filesystem 2018-06-27 17:03:39 +02:00
reversed_extended_path.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
rotated_slice_sampler.m Remove spurious indentation changes 2019-09-26 15:17:54 +02:00
row_header_width.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
rplot.m MATLAB R2014a compatibility: fix crash of rplot with several variable names 2021-01-19 15:50:14 +01:00
sample_autocovariance.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
sample_hp_filter.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
save_params_and_steady_state.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
save_results.m Updated copyright notices 2011-02-04 17:27:33 +01:00
score.m Remove spurious indentation changes 2019-09-26 15:17:54 +02:00
selec_posterior_draws.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
select_from_table.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
select_qz_criterium_value.m Fixed copyright notices. 2017-05-16 14:11:15 +02:00
selif.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
send_endogenous_variables_to_workspace.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
set_all_parameters.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
set_default_initial_condition_decomposition_options.m provisions for making shock decompositions for epilogue variables. 2019-12-19 22:19:39 +01:00
set_default_option.m trap case when option is cell 2019-12-15 15:40:10 +01:00
set_default_plot_shock_decomposition_options.m Preprocessor: various provisions for improvements to shock decomposition 2019-12-18 11:56:57 +01:00
set_dynare_random_generator_state.m Bump minimal MATLAB version to R2014a 2020-04-07 16:32:32 +02:00
set_dynare_seed.m Bump minimal MATLAB version to R2014a 2020-04-07 16:32:32 +02:00
set_dynare_threads.m New local_state_space_iteration_k MEX, for nonlinear filters at k-order 2019-12-20 11:31:56 +01:00
set_exogenous_variables_for_simulation.m Added a cherry-pick routine. 2019-03-14 11:04:10 +01:00
set_historical_values.m Cosmetic change. 2018-03-01 10:18:24 +01:00
set_local_param_value.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
set_measurement_errors.m Add function for updating measurement error covariance matrix 2020-06-26 18:28:07 +02:00
set_observed_exogenous_variables.m Added the possibility to tag a varexo variable as an observed variable. 2019-03-07 15:31:34 +01:00
set_parameters.m Code factorization. 2017-07-21 17:47:24 +02:00
set_parameters_locally.m set_parameters_locally.m: fix comment 2020-06-26 18:28:07 +02:00
set_prior.m Fix trace plots with measurement errors and their correlations 2020-07-15 14:34:04 +02:00
set_state_space.m Improve comment about oo_.dr.kstate 2019-07-04 18:37:23 +02:00
setup_solvers.m Factorized initialization of fields required by solve_algo={12,14}. 2020-09-25 23:45:21 +02:00
shiftS.m reporting, dates: make shiftS calls more efficient 2014-02-06 15:30:19 +01:00
shock_decomposition.m gui: added fields to `oo_` to indicate which commands have been run 2020-03-03 11:45:46 +01:00
simul_static_model.m Bug-fix: staticmodel type. 2021-02-16 15:06:43 +01:00
simulated_moment_uncertainty.m Use of the compute_decision_rules function to factorize code (Ref.#1173) 2021-05-20 11:36:29 +02:00
simult.m pass M_, options_, oo_ as arguments to stoch_simul, simult_, discretionary_policy. closes dynare#1197 2019-09-12 11:57:01 +02:00
simult_.m loglinear: Take care of non-logged lagged/leaded exogenous variables 2021-05-11 17:47:25 +02:00
simultxdet.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
size_of_the_reduced_form_model.m Updated copyright notices 2011-02-04 17:27:33 +01:00
skipline.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
slice_sampler.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
smoother2histval.m smoother2histval: fix computation of data length 2021-02-16 09:00:11 +00:00
solve1.m Nonlinear solver: tolerance for first Newton iteration is now 2019-11-27 14:19:01 +01:00
solve_one_boundary.m Block decomposition: fix evaluation of recursive variables in solved blocks 2020-10-06 18:31:13 +02:00
solve_perfect_foresight_model.m Remove workaround for errors in MEX files 2020-01-10 18:33:11 +01:00
solve_two_boundaries.m Block decomposition: fix evaluation of recursive variables in solved blocks 2020-10-06 18:31:13 +02:00
squeeze_shock_decomposition.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
static_model_for_inversion.m Added the possibility to invert (nonlinear) static models. 2019-06-21 11:33:24 +02:00
static_model_inversion.m Added the possibility to invert (nonlinear) static models. 2019-06-21 11:33:24 +02:00
steady.m Adjust output of loglinear option to make clear when a logged variable is used 2020-12-23 13:53:44 +01:00
steady_.m Provide block_trust_region MEX under solve_algo 13 and 14 2020-09-18 18:01:56 +02:00
step_length_correction.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
stoch_simul.m stoch_simul.m: filter out mcp-tag solvers 2021-01-26 11:40:46 +01:00
stochastic_solvers.m Remove risky steady state (unfinished) code 2021-01-22 11:32:36 +01:00
store_smoother_results.m loglinear: Take care of non-logged lagged/leaded exogenous variables 2021-05-11 17:47:25 +02:00
subset.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
surgibbs.m SUR Gibbs: do not try to create plot under Octave and MATLAB < R2014b 2021-01-19 16:27:26 +01:00
sylvester3.m No longer automatically add M-file substitutes for missing MEX files 2019-05-21 12:37:35 +02:00
sylvester3a.m Fix for sylvester3a for purely forward-looking models 2020-11-21 09:46:10 +01:00
symmetric_matrix_index.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
test_for_deep_parameters_calibration.m Provide better warnings when using ramsey_constraints 2020-12-18 12:59:29 +00:00
th_autocovariances.m Make schur_vec_tol settable and document it 2020-12-17 19:59:22 +01:00
trace_plot.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
trust_region.m Trust region: compatibility fix for Octave and MATLAB < R2017b 2021-01-15 17:30:17 +01:00
unfold_g3.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
unfold_g4.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
uniform_specification.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
update_all_parameters_in_workspace.m Added routine to update parameter values in base workspace. 2018-07-09 18:42:03 +02:00
update_last_mh_history_file.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
uperm.m 🐛 Fix wrong third-order computation in pruned state space system 2020-02-16 22:55:16 +01:00
user_has_matlab_license.m Bump minimal MATLAB version to R2014a 2020-04-07 16:32:32 +02:00
user_has_octave_forge_package.m Removed Octave's idiosyncrasies. 2020-11-17 17:32:30 +01:00
var_forecast.m ols: modify ols-style estimation routines to account for change in 7be8f10e0e 2018-01-12 11:45:50 +01:00
var_sample_moments.m Adapted code for dsge-var models. 2014-06-23 10:55:08 +02:00
variance_decomposition_ME_mc_analysis.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
variance_decomposition_mc_analysis.m Global reindentation of MATLAB code (excluding submodules) 2019-12-20 16:30:27 +01:00
varlist_indices.m remove unused variable 2019-09-10 11:08:20 +02:00
vnorm.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
warning_config.m Mitigation for spurious warning in Octave 2021-01-15 18:08:04 +01:00
writeVarExpectationFunction.m ols: modify ols-style estimation routines to account for change in 7be8f10e0e 2018-01-12 11:45:50 +01:00
write_expectations.m Add linear combination support for growth neutrality in Iiterative OLS. 2019-10-08 23:18:40 +02:00
write_latex_definitions.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
write_latex_parameter_table.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
write_latex_prior_table.m Make sure output is saved in dname-folder 2020-12-16 22:41:55 +01:00
write_mh_history_file.m Fixed copyright notices. 2017-05-18 18:36:38 +02:00
writecellofchar.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00
writedata.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
writedata_text.m Use cells of strings instead of char arrays. 2018-01-09 22:30:01 +01:00
writematrixofchar.m Fixed indentation of matlab files. 2017-06-01 19:43:18 +02:00