Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2012-06-11 09:53:57
Size: 13219
Comment:
Revision 3 as of 2012-06-11 10:18:02
Size: 32143
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#format nocamelcase Under the matlab directory:
Line 3: Line 3:
= Functions Removed in Dynare 4.3 =
|| '''Location''' || '''Output''' || '''Input''' ||
|| {{{DsgeLikelihood.m}}} || ['fval', 'cost_flag', 'ys', 'trend_coeff', 'info'] || ['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations'] ||
|| {{{DsgeLikelihood_hh.m}}} || ['fval', 'llik', 'cost_flag', 'ys', 'trend_coeff', 'info'] || ['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations'] ||
|| {{{bfgsi.m}}} || ['H'] || ['H0', 'dg', 'dx'] ||
|| {{{missing/bicgstab/bicgstab.m}}} || ['x', 'flag', 'relres', 'iter', 'resvec'] || ['A', 'b', 'tol', 'maxit', 'M1', 'M2', 'x0'] ||
|| {{{csminit.m}}} || ['fhat', 'xhat', 'fcount', 'retcode'] || ['fcn', 'x0', 'f0', 'g0', 'badg', 'H0', 'varargin'] ||
|| {{{kalman/likelihood/diffuse_kalman_filter.m}}} || ['LIK', 'lik'] || ['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol'] ||
|| {{{disp_dr_sparse.m}}} || [''] || ['dr', 'order', 'var_list'] ||
|| {{{dr1.m}}} || ['dr', 'info', 'M_', 'options_', 'oo_'] || ['dr', 'task', 'M_', 'options_', 'oo_'] ||
|| {{{dyn_ramsey_dynamic_.m}}} || ['J', 'M_', 'dr'] || ['ys', 'lbar', 'M_', 'options_', 'dr', 'it_'] ||
|| {{{dyn_ramsey_static_.m}}} || ['resids', 'rJ', 'mult'] || ['x', 'M', 'options_', 'oo', 'it_'] ||
|| {{{forecast.m}}} || ['info'] || ['var_list', 'task'] ||
|| {{{generalized_cholesky.m}}} || ['AA'] || ['A'] ||
|| {{{generalized_cholesky2.m}}} || ['AA'] || ['A'] ||
|| {{{kalman/likelihood/missing_observations_diffuse_kalman_filter.m}}} || ['LIK', 'lik'] || ['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations'] ||
|| {{{numgrad.m}}} || ['g', 'badg'] || ['fcn', 'f0', 'x', 'epsilon', 'varargin'] ||
|| {{{missing/rcond/rcond.m}}} || ['rcn'] || ['A'] ||
|| {{{set_stationary_variables_list.m}}} || ['ivar', 'vartan', 'options_'] || ['options_', 'M_'] ||
|| {{{simk.m}}} || [''] || [''] ||
|| {{{gensylv/sylvester3mr.m}}} || ['x'] || ['a', 'b', 'c', 'd'] ||
|| {{{kalman/likelihood/univariate_diffuse_kalman_filter.m}}} || ['LIK', 'llik'] || ['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations'] ||
|| {{{kalman/likelihood/univariate_diffuse_kalman_filter_corr.m}}} || ['LIK', 'llik'] || ['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations'] ||
|| {{{kalman/likelihood/univariate_kalman_filter_corr.m}}} || ['LIK', 'llik'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations'] ||
= New Functions in Dynare 4.3 =
|| '''Location''' || '''Output''' || '''Input''' ||
|| {{{AHessian.m}}} || ['AHess', 'DLIK', 'LIK'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'start', 'mf', 'kalman_tol', 'riccati_tol'] ||
|| {{{AIM_first_order_solver.m}}} || ['dr', 'info'] || ['jacobia', 'M', 'dr', 'qz_criterium'] ||
|| {{{GetPosteriorMeanVariance.m}}} || ['mean', 'variance'] || ['M', 'drop'] ||
|| {{{gsa/Morris_Measure_Groups.m}}} || ['SAmeas', 'OutMatrix'] || ['NumFact', 'Sample', 'Output', 'p', 'Group'] ||
|| {{{gsa/Sampling_Function_2.m}}} || ['Outmatrix', 'OutFact'] || ['p', 'k', 'r', 'UB', 'LB', 'GroupMat'] ||
|| {{{adaptive_metropolis_hastings.m}}} || [''] || ['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin'] ||
|| {{{particle/auxiliary_particle_filter.m}}} || ['LIK', 'lik'] || ['ReducedForm', 'Y', 'start', 'DynareOptions'] ||
|| {{{bfgsi1.m}}} || ['H'] || ['H0', 'dg', 'dx'] ||
|| {{{cartesian_product_of_sets.m}}} || ['cprod'] || ['varargin'] ||
|| {{{ms-sbvar/clean_files_for_second_type_of_mex.m}}} || [''] || ['M_', 'options_', 'type'] ||
|| {{{ms-sbvar/clean_ms_estimation_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_ms_forecast_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_ms_init_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_ms_irf_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_ms_mdd_files.m}}} || [''] || ['file_tag', 'pt'] ||
|| {{{ms-sbvar/clean_ms_probabilities_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_ms_simulation_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_ms_variance_decomposition_files.m}}} || [''] || ['file_tag'] ||
|| {{{ms-sbvar/clean_sbvar_files.m}}} || [''] || [''] ||
|| {{{cmaes.m}}} || ['xmin', 'fmin', 'counteval', 'stopflag', 'out', 'bestever'] || ['fitfun', 'xstart', 'insigma', 'inopts', 'varargin'] ||
|| {{{@dynDate/colon.m}}} || ['sp'] || ['a', 'b'] ||
|| {{{kalman/likelihood/computeDLIK.m}}} || ['Da', 'DP1', 'DLIK', 'D2a', 'D2P1', 'Hesst'] || ['k', 'tmp', 'Z', 'Zflag', 'v', 'T', 'K', 'P', 'iF', 'Da', 'DYss', 'DT', 'DOm', 'DP', 'DH', 'notsteady', 'D2a', 'D2Yss', 'D2T', 'D2Om', 'D2P'] ||
|| {{{utilities/dataset/compute_acov.m}}} || ['dataset_'] || ['dataset_'] ||
|| {{{utilities/dataset/compute_corr.m}}} || ['dataset_'] || ['dataset_'] ||
|| {{{utilities/dataset/compute_cova.m}}} || ['dataset_'] || ['dataset_'] ||
|| {{{utilities/dataset/compute_stdv.m}}} || ['dataset_'] || ['dataset_'] ||
|| {{{ms-sbvar/create_dir.m}}} || [''] || ['dirname'] ||
|| {{{csminit1.m}}} || ['fhat', 'xhat', 'fcount', 'retcode'] || ['fcn', 'x0', 'f0', 'g0', 'badg', 'H0', 'varargin'] ||
|| {{{gsa/cumplot.m}}} || ['h'] || ['x'] ||
|| {{{gsa/dat_fil_.m}}} || ['c'] || ['data_file'] ||
|| {{{ms-sbvar/delete_dir_if_exists.m}}} || [''] || ['dirname'] ||
|| {{{ms-sbvar/delete_if_exists.m}}} || [''] || ['fname'] ||
|| {{{utilities/general/demean.m}}} || ['c'] || ['x'] ||
|| {{{utilities/dataset/descriptive_statistics.m}}} || ['dataset_'] || ['dataset_', 'statistic', 'varagin'] ||
|| {{{discretionary_policy.m}}} || ['info'] || ['var_list'] ||
|| {{{discretionary_policy_1.m}}} || ['dr', 'ys', 'info'] || ['oo_', 'Instruments'] ||
|| {{{discretionary_policy_engine.m}}} || ['H', 'G', 'retcode'] || ['AAlag', 'AA0', 'AAlead', 'BB', 'bigw', 'instr_id', 'beta', 'solve_maxit', 'discretion_tol', 'qz_criterium', 'H00', 'verbose'] ||
|| {{{dsge_likelihood.m}}} || ['fval', 'DLIK', 'Hess', 'exit_flag', 'ys', 'trend_coeff', 'info', 'Model', 'DynareOptions', 'BayesInfo', 'DynareResults'] || ['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults', 'derivatives_info'] ||
|| {{{@dynDate/dynDate.m}}} || ['date'] || ['a'] ||
|| {{{@dynDates/dynDates.m}}} || ['dd'] || ['varargin'] ||
|| {{{utilities/doc/dynInfo.m}}} || [''] || ['fun'] ||
|| {{{@dynSeries/dynSeries.m}}} || ['ts'] || ['a', 'b', 'c', 'd'] ||
|| {{{utilities/tests/dynTest.m}}} || [''] || ['fun', 'dynare_path'] ||
|| {{{@dynTime/dynTime.m}}} || ['sp'] || ['a'] ||
|| {{{utilities/tests/dyn_assert.m}}} || ['t'] || ['A', 'B', 'tol'] ||
|| {{{dyn_figure.m}}} || ['h'] || ['DynareOptions', 'varargin'] ||
|| {{{dyn_first_order_solver.m}}} || ['dr', 'info'] || ['jacobia', 'M_', 'dr', 'options', 'task'] ||
|| {{{dyn_forecast.m}}} || ['info'] || ['var_list', 'task'] ||
|| {{{dyn_ramsey_static.m}}} || ['steady_state', 'params', 'check'] || ['x', 'M', 'options_', 'oo'] ||
|| {{{dyn_risky_steadystate_solver.m}}} || ['dr', 'info'] || ['ys0', 'M', 'dr', 'options', 'oo'] ||
|| {{{ms-sbvar/dyn_save_graph.m}}} || [''] || ['dirname', 'graph_name', 'graph_formats', 'TeX', 'names', 'texnames', 'caption'] ||
|| {{{dyn_saveas.m}}} || [''] || ['h', 'fname', 'DynareOptions'] ||
|| {{{dyn_second_order_solver.m}}} || ['dr'] || ['jacobia', 'hessian', 'dr', 'M_', 'threads_ABC', 'threads_BC'] ||
|| {{{parallel/dynareParallelDeleteNewFiles.m}}} || [''] || ['PRCDir', 'Parallel', 'PRCDirSnapshot'] ||
|| {{{parallel/dynareParallelFindNewFiles.m}}} || ['NewFilesFrom', 'NewFileList'] || ['FileList', 'Parallel', 'PRCDir'] ||
|| {{{parallel/dynareParallelGetNewFiles.m}}} || ['PRCDirSnapshot'] || ['PRCDir', 'Parallel', 'PRCDirSnapshot'] ||
|| {{{parallel/dynareParallelListAllFiles.m}}} || ['fileList'] || ['dirName', 'PRCDir', 'Parallel'] ||
|| {{{parallel/dynareParallelSnapshot.m}}} || ['PRCDirSnapshot'] || ['PRCDir', 'Parallel'] ||
|| {{{@dynDate/eq.m}}} || ['c'] || ['a', 'b'] ||
|| {{{evaluate_static_model.m}}} || ['residuals', 'check1', 'jacob'] || ['ys', 'exo_ss', 'params', 'M', 'options'] ||
|| {{{evaluate_steady_state.m}}} || ['ys', 'params', 'info'] || ['ys_init', 'M', 'options', 'oo', 'steadystate_check_flag'] ||
|| {{{evaluate_steady_state_file.m}}} || ['ys', 'params', 'info'] || ['ys_init', 'exo_ss', 'M', 'options'] ||
|| {{{ms-sbvar/identification/exclusions.m}}} || ['Ui', 'Vi', 'n0', 'np', 'ixmC0Pres'] || ['nvar', 'nexo', 'options_ms'] ||
|| {{{@dynSeries/exp.m}}} || ['ts'] || ['ts'] ||
|| {{{ep/extended_path_parfor.m}}} || ['time_series'] || ['initial_conditions', 'sample_size'] ||
|| {{{gsa/filt_mc_.m}}} || ['rmse_MC', 'ixx'] || ['OutDir', 'data_info'] ||
|| {{{@dynDate/format.m}}} || ['p'] || ['date'] ||
|| {{{gauss_hermite_weights_and_nodes.m}}} || ['nodes', 'weights'] || ['n'] ||
|| {{{gauss_legendre_weights_and_nodes.m}}} || ['nodes', 'weights'] || ['n', 'a', 'b'] ||
|| {{{@dynDate/ge.m}}} || ['c'] || ['a', 'b'] ||
|| {{{gensylv_fp.m}}} || ['X'] || ['A', 'B', 'C', 'D', 'block', 'tol'] ||
|| {{{getIrfShocksIndx.m}}} || ['irf_shocks_indx'] || [''] ||
|| {{{@dynSeries/getName.m}}} || ['name'] || ['ts', 'i'] ||
|| {{{@dynSeries/getTexName.m}}} || ['texname'] || ['ts', 'i'] ||
|| {{{@dynSeries/getTime.m}}} || ['time'] || ['ts'] ||
|| {{{@dynSeries/getVarIndex.m}}} || ['i'] || ['ts', 'name'] ||
|| {{{get_Hessian.m}}} || ['Hess'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P', 'start', 'mf', 'kalman_tol', 'riccati_tol'] ||
|| {{{get_existing_subsamples_indx.m}}} || ['subsamples_indx'] || ['name1', 'name2'] ||
|| {{{utilities/doc/get_internal_doc_block.m}}} || ['block'] || ['fname', 'fpath'] ||
|| {{{get_new_or_existing_ei_index.m}}} || ['indx'] || ['substructure_name', 'name1', 'name2'] ||
|| {{{get_optimal_policy_discount_factor.m}}} || ['discount_factor'] || ['params', 'param_names'] ||
|| {{{get_subsamples_range_indx.m}}} || ['range_indx'] || ['subsamples_indx', 'range_label'] ||
|| {{{get_variables_list.m}}} || ['ivar', 'vartan', 'options_'] || ['options_', 'M_'] ||
|| {{{gsa/ghx2transition.m}}} || ['A', 'B'] || ['mm', 'iv', 'ic', 'aux'] ||
|| {{{gsa/gsa_plotmatrix.m}}} || [''] || ['type', 'varargin'] ||
|| {{{gsa/gsa_skewness.m}}} || ['s'] || ['y'] ||
|| {{{gsa/gsa_speed.m}}} || ['tadj', 'iff'] || ['A', 'B', 'mf', 'p'] ||
|| {{{@dynDate/gt.m}}} || ['c'] || ['a', 'b'] ||
|| {{{@dynSeries/horzcat.m}}} || ['a'] || ['varargin'] ||
|| {{{@dynSeries/private/horzcat2.m}}} || ['a'] || ['b', 'c'] ||
|| {{{identification_analysis.m}}} || ['ide_hess', 'ide_moments', 'ide_model', 'ide_lre', 'derivatives_info', 'info'] || ['params', 'indx', 'indexo', 'options_ident', 'data_info', 'prior_exist', 'name_tex', 'init'] ||
|| {{{utilities/dataset/initialize_dataset.m}}} || ['dataset_'] || ['datafile', 'varobs', 'first', 'nobs', 'transformation', 'prefilter', 'xls'] ||
|| {{{ms-sbvar/initialize_ms_sbvar_options.m}}} || ['options_'] || ['M_', 'options_'] ||
|| {{{internals.m}}} || [''] || ['flag', 'varargin'] ||
|| {{{kalman/likelihood/kalman_filter_d.m}}} || ['dLIK', 'dlik', 'a', 'Pstar'] || ['Y', 'start', 'last', 'a', 'Pinf', 'Pstar', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'R', 'Q', 'H', 'Z', 'mm', 'pp', 'rr'] ||
|| {{{kalman/likelihood/kalman_filter_ss.m}}} || ['LIK', 'likk', 'a'] || ['Y', 'start', 'last', 'a', 'T', 'K', 'iF', 'dF', 'Z', 'pp', 'Zflag', 'analytic_derivation', 'Da', 'DT', 'DYss', 'D2a', 'D2T', 'D2Yss'] ||
|| {{{@dynDate/le.m}}} || ['c'] || ['a', 'b'] ||
|| {{{particle/local_state_space_iteration/local_state_space_iteration_2.m}}} || ['y', 'y_'] || ['yhat', 'epsilon', 'ghx', 'ghu', 'constant', 'ghxx', 'ghuu', 'ghxu', 'a', 'b', 'c'] ||
|| {{{@dynSeries/log.m}}} || ['ts'] || ['ts'] ||
|| {{{gsa/log_trans_.m}}} || ['yy', 'xdir', 'isig', 'lam'] || ['y0', 'xdir0'] ||
|| {{{ms-sbvar/identification/lower_cholesky.m}}} || ['Ui', 'Vi', 'n0', 'np', 'ixmC0Pres'] || ['nvar', 'nexo', 'options_ms'] ||
|| {{{@dynDate/lt.m}}} || ['c'] || ['a', 'b'] ||
|| {{{gsa/map_ident_.m}}} || [''] || ['OutputDirectoryName'] ||
|| {{{@dynDate/max.m}}} || ['c'] || ['a', 'b'] ||
|| {{{gsa/mc_moments.m}}} || ['vdec', 'cc', 'ac'] || ['mm', 'ss', 'dr'] ||
|| {{{metropolis_run_analysis.m}}} || [''] || ['M', 'basetopt', 'j'] ||
|| {{{@dynDate/min.m}}} || ['c'] || ['a', 'b'] ||
|| {{{@dynDate/minus.m}}} || ['c'] || ['a', 'b'] ||
|| {{{kalman/likelihood/missing_observations_kalman_filter_d.m}}} || ['dLIK', 'dlik', 'a', 'Pstar'] || ['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'Pinf', 'Pstar', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'R', 'Q', 'H', 'Z', 'mm', 'pp', 'rr'] ||
|| {{{ms-sbvar/ms_compute_mdd.m}}} || ['options_', 'oo_'] || ['M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_compute_probabilities.m}}} || ['options_', 'oo_'] || ['M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_estimation.m}}} || ['options_', 'oo_'] || ['M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_forecast.m}}} || ['options_', 'oo_'] || ['M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_irf.m}}} || ['options_', 'oo_'] || ['varlist', 'M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_mardd.m}}} || [''] || ['options_'] ||
|| {{{ms-sbvar/ms_sbvar_setup.m}}} || [''] || ['options_'] ||
|| {{{ms-sbvar/ms_simulation.m}}} || ['options_', 'oo_'] || ['M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_variance_decomposition.m}}} || ['options_', 'oo_'] || ['M_', 'options_', 'oo_'] ||
|| {{{ms-sbvar/ms_write_markov_file.m}}} || [''] || ['fname', 'options'] ||
|| {{{ms-sbvar/ms_write_mhm_input.m}}} || [''] || ['fname', 'options_ms'] ||
|| {{{utilities/tests/mtest.m}}} || ['check'] || ['fname', 'fpath'] ||
|| {{{particle/multivariate_smooth_resampling.m}}} || ['new_particles'] || ['weights', 'particles', 'number_of_new_particles', 'number_of_partitions'] ||
|| {{{gsa/myprctilecol.m}}} || ['y'] || ['x', 'p'] ||
|| {{{utilities/general/nandemean.m}}} || ['c'] || ['x'] ||
|| {{{missing/nanmean/nanmean.m}}} || ['y'] || ['x'] ||
|| {{{utilities/general/ndim.m}}} || ['n'] || ['x'] ||
|| {{{@dynDate/ne.m}}} || ['c'] || ['a', 'b'] ||
|| {{{non_linear_dsge_likelihood.m}}} || ['fval', 'exit_flag', 'ys', 'trend_coeff', 'info', 'Model', 'DynareOptions', 'BayesInfo', 'DynareResults'] || ['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{numgrad2.m}}} || ['g', 'badg'] || ['fcn', 'f0', 'x', 'epsilon', 'varargin'] ||
|| {{{plot_identification.m}}} || [''] || ['params', 'idemoments', 'idehess', 'idemodel', 'idelre', 'advanced', 'tittxt', 'name', 'IdentifDirectoryName'] ||
|| {{{ms-sbvar/plot_ms_forecast.m}}} || [''] || ['M_', 'options_', 'forecast', 'figure_name'] ||
|| {{{ms-sbvar/plot_ms_irf.m}}} || [''] || ['M_', 'options_', 'irf', 'figure_name', 'varlist'] ||
|| {{{ms-sbvar/plot_ms_probabilities.m}}} || [''] || ['computed_probabilities', 'options_'] ||
|| {{{ms-sbvar/plot_ms_variance_decomposition.m}}} || [''] || ['M_', 'options_', 'vd', 'figure_name', 'varargin'] ||
|| {{{ms-sbvar/plot_ms_variance_decomposition_error_bands.m}}} || [''] || ['M_', 'options_', 'vddata', 'figure_name'] ||
|| {{{@dynDate/plus.m}}} || ['c'] || ['a', 'b'] ||
|| {{{gsa/prior_draw_gsa.m}}} || ['pdraw'] || ['init', 'rdraw'] ||
|| {{{gsa/priorcdf.m}}} || ['xcum'] || ['para', 'pshape', 'p6', 'p7', 'p3', 'p4'] ||
|| {{{gsa/read_data.m}}} || ['gend', 'data'] || [''] ||
|| {{{gsa/redform_map.m}}} || [''] || ['dirname'] ||
|| {{{gsa/redform_screen.m}}} || [''] || ['dirname'] ||
|| {{{reduced_rank_cholesky.m}}} || ['T'] || ['X'] ||
|| {{{particle/resample.m}}} || ['indx'] || ['weights', 'method1', 'method2'] ||
|| {{{ms-sbvar/reshape_ascii_forecast_data.m}}} || ['forecast_data'] || ['endo_nbr', 'psize', 'horizon', 'ascii_data'] ||
|| {{{ms-sbvar/reshape_ascii_irf_data.m}}} || ['irf_data'] || ['endo_nbr', 'psize', 'horizon', 'ascii_data'] ||
|| {{{ms-sbvar/reshape_ascii_variance_decomposition_data.m}}} || ['vd_data'] || ['endo_nbr', 'psize', 'horizon', 'ascii_data'] ||
|| {{{particle/residual_resampling.m}}} || ['indx'] || ['weights'] ||
|| {{{ms-sbvar/sbvar.m}}} || [''] || ['M', 'options'] ||
|| {{{score.m}}} || ['DLIK'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'start', 'mf', 'kalman_tol', 'riccati_tol'] ||
|| {{{particle/sequential_importance_particle_filter.m}}} || ['LIK', 'lik'] || ['ReducedForm', 'Y', 'start', 'DynareOptions'] ||
|| {{{@dynTime/setFreq.m}}} || ['sp'] || ['sp', 'freq'] ||
|| {{{@dynTime/setSize.m}}} || ['sp'] || ['sp', 'n'] ||
|| {{{@dynTime/setTime.m}}} || ['sp'] || ['sp', 'i', 'date'] ||
|| {{{ms-sbvar/set_file_tags.m}}} || ['options_'] || ['options_'] ||
|| {{{ms-sbvar/set_ms_estimation_file.m}}} || ['options_', 'oo_'] || ['file_tag', 'options_', 'oo_'] ||
|| {{{ms-sbvar/set_ms_simulation_file.m}}} || ['options_'] || ['options_'] ||
|| {{{gsa/set_shocks_param.m}}} || [''] || ['xparam1'] ||
|| {{{sim1_lbj.m}}} || [''] || [''] ||
|| {{{sim1_purely_backward.m}}} || [''] || [''] ||
|| {{{sim1_purely_forward.m}}} || [''] || [''] ||
|| {{{simplex_optimization_routine.m}}} || ['x', 'fval', 'exitflag'] || ['objective_function', 'x', 'options', 'varargin'] ||
|| {{{gsa/smirnov.m}}} || ['H', 'prob', 'd'] || ['x1', 'x2', 'alpha', 'iflag'] ||
|| {{{solve_perfect_foresight_model.m}}} || ['flag', 'endo_simul', 'err'] || ['endo_simul', 'exo_simul', 'pfm'] ||
|| {{{solve_stochastic_perfect_foresight_model.m}}} || ['flag', 'endo_simul', 'err'] || ['endo_simul', 'exo_simul', 'pfm', 'nnodes', 'order'] ||
|| {{{@dynDates/sort.m}}} || ['dd'] || ['dd'] ||
|| {{{gsa/stab_map_.m}}} || ['x0'] || ['OutputDirectoryName'] ||
|| {{{gsa/stab_map_1.m}}} || ['proba', 'dproba'] || ['lpmat', 'ibehaviour', 'inonbehaviour', 'aname', 'iplot', 'ipar', 'dirname', 'pcrit'] ||
|| {{{gsa/stab_map_2.m}}} || [''] || ['x', 'alpha2', 'pvalue', 'fnam', 'dirname', 'xparam1'] ||
|| {{{gsa/stand_.m}}} || ['y', 'meany', 'stdy'] || ['x'] ||
|| {{{stochastic_solvers.m}}} || ['dr', 'info'] || ['dr', 'task', 'M_', 'options_', 'oo_'] ||
|| {{{@dynTime/subsref.m}}} || ['B'] || ['A', 'S'] ||
|| {{{gsa/tcrit.m}}} || ['t_crit'] || ['n', 'pval0'] ||
|| {{{gsa/teff.m}}} || ['yt', 'j0', 'ir', 'ic'] || ['T', 'Nsam', 'istable'] ||
|| {{{gsa/th_moments.m}}} || ['vdec', 'corr', 'autocorr', 'z', 'zz'] || ['dr', 'var_list'] ||
|| {{{particle/traditional_resampling.m}}} || ['indx'] || ['weights', 'noise'] ||
|| {{{gsa/trank.m}}} || ['yr'] || ['y'] ||
|| {{{@dynDate/uminus.m}}} || ['b'] || ['a'] ||
|| {{{kalman/likelihood/univariate_computeDLIK.m}}} || ['Da', 'DP1', 'DLIK', 'D2a', 'D2P', 'Hesst'] || ['k', 'indx', 'Z', 'Zflag', 'v', 'K', 'PZ', 'F', 'Da', 'DYss', 'DP', 'DH', 'notsteady', 'D2a', 'D2Yss', 'D2P'] ||
|| {{{kalman/likelihood/univariate_computeDstate.m}}} || ['Da1', 'DP1', 'D2a', 'D2P'] || ['k', 'a', 'P', 'T', 'Da', 'DP', 'DT', 'DOm', 'notsteady', 'D2a', 'D2P', 'D2T', 'D2Om'] ||
|| {{{kalman/likelihood/univariate_kalman_filter_d.m}}} || ['dLIK', 'dlikk', 'a', 'Pstar', 'llik'] || ['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'Pinf', 'Pstar', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'R', 'Q', 'H', 'Z', 'mm', 'pp', 'rr'] ||
|| {{{kalman/likelihood/univariate_kalman_filter_ss.m}}} || ['LIK', 'likk', 'a'] || ['Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'T', 'H', 'Z', 'pp', 'Zflag', 'analytic_derivation', 'Da', 'DT', 'DYss', 'DP', 'DH', 'D2a', 'D2T', 'D2Yss', 'D2P'] ||
|| {{{particle/univariate_smooth_resampling.m}}} || ['new_particles'] || ['weights', 'particles', 'number_of_new_particles'] ||
|| {{{@dynDate/uplus.m}}} || ['b'] || ['a'] ||
|| {{{ms-sbvar/identification/upper_cholesky.m}}} || ['Ui', 'Vi', 'n0', 'np', 'ixmC0Pres'] || ['nvar', 'nexo', 'options_ms'] ||
|| {{{user_has_octave_forge_package.m}}} || ['hasPackage'] || ['package'] ||
Line 4: Line 215:
|| '''Function Name''' || '''Location''' || '''Old Output''' || '''New Output''' || '''Old Input''' || '''New Input''' ||
||CheckPath||../matlab/CheckPath.m||`['DirectoryName']` ||`['DirectoryName']` ||`['type']` ||`['type', 'dname']` ||
||DsgeVarLikelihood||../matlab/DsgeVarLikelihood.m||`
['fval', 'cost_flag', 'info', 'PHI', 'SIGMAu', 'iXX', 'prior']` ||`['fval', 'grad', 'hess', 'exit_flag', 'info', 'PHI', 'SIGMAu', 'iXX', 'prior']` ||`['xparam1', 'gend']` ||`['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']` ||
||block_bytecode_mfs_steadystate||../matlab/block_bytecode_mfs_steadystate.m||`['r', 'g1']` ||`['r', 'g1']` ||`['y', 'b', 'y_all']` ||`['y', 'b', 'y_all', 'exo', 'params', 'M']` ||
||block_mfs_steadystate||../matlab/block_mfs_steadystate.m||`['r', 'g1']` ||`['r', 'g1']` ||`['y', 'b', 'y_all']` ||`['y', 'b', 'y_all', 'exo', 'params', 'M']` ||
||bytecode_steadystate||../matlab/bytecode_steadystate.m||`['r', 'g1']` ||`['r', 'g1']` ||`['y']` ||`['y', 'exo', 'params']` ||
||check||../matlab/
check.m||`['result', 'info']` ||`['result', 'info']` ||`['']` ||`['M', 'options', 'oo']` ||
||closeSlave||../matlab/parallel/closeSlave.m||`['']` ||`['']` ||`['Parallel', 'TmpFolder']` ||`['Parallel', 'TmpFolder', 'partial']` ||
||describe_missing_data||../matlab/utilities/dataset/describe_missing_data.m||`['data_index', 'number_of_observations', 'no_more_missing_observations']` ||`['i', 'n', 's', 'j']` ||`['data', 'gend', 'nvarobs']` ||`['data']` ||
||disclyap_fast||../matlab/partial_information/disclyap_fast.m||`
['X']` ||`['X']` ||`['G', 'V', 'ch']` ||`['G', 'V', 'tol', 'ch']` ||
||dsgevar_posterior_density||../matlab/dsgevar_posterior_density.m||`['bvar']` ||`['bvar']` ||`['deep']` ||`['deep', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']` ||
||dynare_config||../matlab/dynare_config.m||`['dynareroot']` ||`['dynareroot']` ||`['path_to_dynare']` ||`['path_to_dynare', 'verbose']` ||
||dynare_estimation||../matlab/dynare_estimation.m||`['']` ||`['']` ||`['var_list', 'varargin']` ||`['var_list', 'dname']` ||
||dynare_estimation_init||../matlab/dynare_estimation_init.m||`['data', 'rawdata', 'xparam1', 'data_info']` ||`['dataset_', 'xparam1', 'M_', 'options_', 'oo_', 'estim_params_', 'bayestopt_', 'fake']` ||`['var_list_', 'dname', 'gsa_flag']` ||`['var_list_', 'dname', 'gsa_flag', 'M_', 'options_', 'oo_', 'estim_params_', 'bayestopt_']` ||
||dynare_resolve||../matlab/dynare_resolve.m||`['A', 'B', 'ys', 'info']` ||`['A', 'B', 'ys', 'info', 'Model', 'DynareOptions', 'DynareResults']` ||`['mode']` ||`['Model', 'DynareOptions', 'DynareResults', 'mode']` ||
||
dynare_solve_block_or_bytecode||../matlab/dynare_solve_block_or_bytecode.m||`['x', 'info']` ||`['x', 'info']` ||`['y', 'exo', 'params']` ||`['y', 'exo', 'params', 'options', 'M']` ||
||evaluate_planner_objective||../matlab/evaluate_planner_objective.m||`['oo1']` ||`['planner_objective_value']` ||`['dr', 'M', 'oo', 'options']` ||`['M', 'oo', 'options']` ||
||gensylv||../matlab/gensylv/gensylv.m||`['err', 'E']` ||`['err', 'E']` ||`['fake', 'A', 'B', 'C', 'D']` ||`['kron_prod', 'A', 'B', 'C0', 'D']` ||
||getH||../matlab/getH.m||`['H', 'dA', 'dOm', 'Hss', 'gp', 'info']` ||`['H', 'dA', 'dOm', 'Hss', 'gp', 'd2A', 'd2Om', 'H2ss']` ||`['A', 'B', 'M_', 'oo_', 'kronflag', 'indx', 'indexo']` ||`['A', 'B', 'M_', 'oo_', 'kronflag', 'indx', 'indexo']` ||
||getJJ||../matlab/getJJ.m||`['JJ', 'H', 'gam', 'gp']` ||`['JJ', 'H', 'gam', 'gp', 'dA', 'dOm', 'dYss']` ||`['A', 'B', 'M_', 'oo_', 'options_', 'kronflag', 'indx', 'indexo', 'mf', 'nlags', 'useautocorr']` ||`['A', 'B', 'M_', 'oo_', 'options_', 'kronflag', 'indx', 'indexo', 'mf', 'nlags', 'useautocorr']` ||
||get_prior_info||../matlab/get_prior_info.m||`['']` ||`['']` ||`['info']` ||`['info', 'plt_flag']` ||
||get_the_name||../matlab/get_the_name.m||`['nam', 'texnam']` ||`['nam', 'texnam']` ||`['k', 'TeX']` ||`['k', 'TeX', 'M_', 'estim_params_', 'options_']` ||
||homotopic_steps||../matlab/
ep/homotopic_steps.m||`['info', 'number_of_calls']` ||`['info', 'tmp']` ||`['tdx', 'positive_var_indx', 'shocks', 'init_weight', 'step', 'init', 'number_of_calls']` ||`['endo_simul0', 'exo_simul0', 'initial_weight', 'step_length', 'pfm']` ||
||homotopy1||../matlab/homotopy1.m||`['']` ||`['M', 'oo', 'info', 'ip', 'ix', 'ixd']` ||`['values', 'step_nbr']` ||`['values', 'step_nbr', 'M', 'options', 'oo']` ||
||homotopy3||../matlab/homotopy3.m||`['']` ||`['M', 'oo', 'info', 'ip', 'ix', 'ixd']` ||`['values', 'step_nbr']` ||`['values', 'step_nbr', 'M', 'options', 'oo']` ||
||identification_checks||../matlab/identification_checks.m||`['McoH', 'McoJ', 'McoGP', 'PcoH', 'PcoJ', 'PcoGP', 'condH', 'condJ', 'condGP', 'eH', 'eJ', 'eGP', 'ind01', 'ind02', 'indnoH', 'indnoJ', 'ixnoH', 'ixnoJ']` ||`['condJ', 'ind0', 'indnoJ', 'ixnoJ', 'McoJ', 'PcoJ', 'jweak', 'jweak_pair']` ||`['H', 'JJ', 'gp']` ||`['JJ', 'hess_flag']` ||
||initial_estimation_checks||../matla
b/initial_estimation_checks.m||`['']` ||`['DynareResults']` ||`['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations']` ||`['objective_function', 'xparam1', 'DynareDataset', 'Model', 'EstimatedParameters', 'DynareOptions', 'BayesInfo', 'DynareResults']` ||
||kalman_filter||../matlab/kalman/likelihood/kalman_filter.m||`['LIK', 'lik']` ||`['LIK', 'LIKK', 'a', 'P']` ||`['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol']` ||`['Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods', 'analytic_derivation', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P']` ||
||lpdfgam||../matlab/lpdfgam.m||`['ldens']` ||`['ldens', 'Dldens', 'D2ldens']` ||`['x', 'a', 'b']` ||`['x', 'a', 'b']` ||
||lpdfgbeta||../matlab/lpdfgbeta.m||`['ldens']` ||`['ldens', 'Dldens', 'D2ldens']` ||`['x', 'a', 'b', 'aa', 'bb']` ||`['x', 'a', 'b', 'aa', 'bb']` ||
||lpdfig1||../matlab/lpdfig1.m||`['ldens']` ||`['ldens', 'Dldens', 'D2ldens']` ||`['x', 's', 'nu']` ||`['x', 's', 'nu']` ||
||lpdfig2||../matlab/lpdfig2.m||`['ldens']` ||`['ldens', 'Dldens', 'D2ldens']` ||`['x', 's', 'nu']` ||`['x', 's', 'nu']` ||
||lpdfnorm||../matlab/lpdfnorm.m||`['ldens']` ||`['ldens', 'Dldens', 'D2ldens']` ||`['x', 'a', 'b']` ||`['x', 'a', 'b']` ||
||lyapunov_symm||../matlab/lyapunov_symm.m||`['x', 'u']` ||`['x', 'u']` ||`['a', 'b', 'qz_criterium', 'lyapunov_complex_threshold', 'method']` ||`['a', 'b', 'third_argument', 'lyapunov_complex_threshold', 'method', 'R']` ||
||missing_observations_kalman_filter||../matlab/kalman/likelihood/missing_observations_kalman_filter.m||`['LIK', 'lik']` ||`['LIK', 'lik', 'a', 'P']` ||`['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']` ||`['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods']` ||
||mode_check||../matlab/mode_check.m||`['']` ||`['']` ||`['x', 'fval', 'hessian', 'gend', 'data', 'lb', 'ub', 'data_index', 'number_of_observations', 'no_more_missing_observations']` ||`['fun', 'x', 'hessian', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']` ||
||model_diagnostics||../matlab/model_diagnostics.m||`['']` ||`['']` ||`['M_', 'options_', 'oo_']` ||`['M', 'options', 'oo']` ||
||model_info||../matlab/model_info.m||`['']` ||`['']` ||`['']` ||`['varargin']` ||
||moment_function||../matlab/moment_function.m||`['g', 'flag']` ||`['g', 'grad', 'hess', 'flag']` ||`[
'xparams', 'sample_moments', 'dataset', 'options', 'parallel']` ||`['xparams', 'sample_moments', 'dataset', 'options', 'parallel']` ||
||mr_gstep||../matlab/mr_gstep.m||`['f0', 'x', 'ig']` ||`['f0', 'x', 'ig']` ||`
['h1', 'x', 'func0', 'htol0', 'varargin']` ||`['h1', 'x', 'func0', 'htol0', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']` ||
||mr_hessian||../matlab/mr_hessian.m||`['hessian_mat', 'gg', 'htol1', 'ihh', 'hh_mat0', 'hh1']` ||`['hessian_mat', 'gg', 'htol1', 'ihh', 'hh_mat0', 'hh1']` ||`['init', 'x', 'func', 'hflag', 'htol0', 'varargin']` ||`['init', 'x', 'func', 'hflag', 'htol0', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']` ||
||newrat||../matlab/newrat.m||`['xparam1', 'hh', 'gg', 'fval', 'igg']` ||`['xparam1', 'hh', 'gg', 'fval', 'igg']` ||`['func0', 'x', 'hh', 'gg', 'igg', 'ftol0', 'nit', 'flagg', 'varargin']` ||`['func0', 'x', 'analytic_derivation', 'ftol0', 'nit', 'flagg', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']` ||
||osr_obj||../matlab/osr_obj.m||`['loss', 'vx', 'info']` ||`['loss', 'vx', 'junk', 'exit_flag']` ||`['x', 'i_params', 'i_var', 'weights']` ||`['x', 'i_params', 'i_var', 'weights']` ||
||plot_icforecast||../matlab/plot_icforecast.m||`['']` ||`['']` ||`['Variables', 'periods']` ||`['Variables', 'periods', 'options_']` ||
||plot_priors||../matlab/plot_priors.m||`['']` ||`['']` ||`['bayestopt_', 'M_', 'options_']` ||`['bayestopt_', 'M_', 'estim_params_', 'options_']` ||
||prior_analysis||../matlab/prior_analysis.m||`['oo_']` ||`['oo_']` ||`['type', 'arg1', 'arg2', 'arg3', 'options_', 'M_', 'oo_']` ||`['type', 'arg1', 'arg2', 'arg3', 'options_', 'M_', 'oo_', 'estim_params_']` ||
||prior_bounds||../matlab/prior_bounds.m||`['bounds']` ||`['bounds']` ||`['bayestopt']` ||`['bayestopt', 'options']` ||
||prior_posterior_statistics||../matlab/prior_posterior_statistics.m||`['']` ||`['']` ||`['type', 'Y', 'gend', 'data_index', 'missing_value']` ||`['type', 'dataset']` ||
||prior_sampler||../matlab/prior_sampler.m||`['results']` ||`['results']` ||`['drsave', 'M_', 'bayestopt_', 'options_', 'oo_']` ||`['drsave', 'M_', 'bayestopt_', 'options_', 'oo_', 'estim_params_']` ||
||priordens||../matlab/priordens.m||`['logged_prior_density']` ||`['logged_prior_density', 'dlprior', 'd2lprior']` ||`['x', 'pshape', 'p6', 'p7', 'p3', 'p4', 'initialization']` ||`['x', 'pshape', 'p6', 'p7', 'p3', 'p4', 'initialization']` ||
||random_walk_metropolis_hastings||../matlab/random_walk_metropolis_hastings.m||`['']` ||`['record']` ||`
['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin']` ||`['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin']` ||
||resol||../matlab/resol.m||`['dr', 'info']` ||`['dr', 'info', 'M', 'options', 'oo']` ||`['steady_state_0', 'check_flag']` ||`['check_flag', 'M', 'options', 'oo']` ||
||set_all_parameters||../matlab/set_all_parameters.m||`['']` ||`['M']` ||`['xparam1']` ||`['xparam1', 'estim_params', 'M']` ||
||simult||../matlab/simult.m||`['y_']` ||`['y_']` ||`['ys', 'dr']` ||`['y0', 'dr']` ||
||solve_one_boundary||../matlab/solve_one_boundary.m||`['y', 'info']` ||`['y', 'info']` ||`
['fname', 'y', 'x', 'params', 'steady_state', 'y_index_eq', 'nze', 'periods', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'forward_backward', 'is_dynamic', 'verbose']` ||`['fname', 'y', 'x', 'params', 'steady_state', 'y_index_eq', 'nze', 'periods', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'forward_backward', 'is_dynamic', 'verbose', 'M', 'options', 'oo']` ||
||solve_two_boundaries||../matlab/solve_two_boundaries.m||`['y']` ||`['y']` ||`['fname', 'y', 'x', 'params', 'steady_state', 'y_index', 'nze', 'periods', 'y_kmin_l', 'y_kmax_l', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo']` ||`['fname', 'y', 'x', 'params', 'steady_state', 'y_index', 'nze', 'periods', 'y_kmin_l', 'y_kmax_l', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'M', 'oo']` ||
||steady_||../matlab/steady_.m||`['']` ||`['steady_state', 'params', 'info']` ||`['']` ||`['M_', 'options_', 'oo_']` ||
||sylvester3a||../matlab/gensylv/sylvester3a.m||`['x']` ||`['x0', 'flag']` ||`['x0', 'a', 'b', 'c', 'd']` ||`['x0', 'a', 'b', 'c', 'dd']` ||
||thet2tau||../matlab/thet2tau.m||`['tau']` ||`['tau']` ||`['params', 'indx', 'indexo', 'flagmoments', 'mf', 'nlags', 'useautocorr']` ||`['params', 'M_', 'oo_', 'indx', 'indexo', 'flagmoments', 'mf', 'nlags', 'useautocorr']` ||
||univariate_kalman_filter||../matlab/kalman/likelihood/univariate_kalman_filter.m||`['LIK', 'llik']` ||`['LIK', 'lik', 'a', 'P']` ||`['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']` ||`['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods', 'analytic_derivation', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P']` ||
|| '''Location''' || '''Old Output''' || '''New Output''' || '''Old Input''' || '''New Input''' ||
|| {{{CheckPath.m}}} || ['DirectoryName'] || ['DirectoryName'] || ['type'] || ['type', 'dname'] ||
|| {{{DsgeVarLikelihood
.m}}} || ['fval', 'cost_flag', 'info', 'PHI', 'SIGMAu', 'iXX', 'prior'] || ['fval', 'grad', 'hess', 'exit_flag', 'info', 'PHI', 'SIGMAu', 'iXX', 'prior'] || ['xparam1', 'gend'] || ['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{block_bytecode_mfs_steadystate.m}}} || ['r', 'g1'] || ['r', 'g1'] || ['y', 'b', 'y_all'] || ['y', 'b', 'y_all', 'exo', 'params', 'M'] ||
|| {{{
block_mfs_steadystate.m}}} || ['r', 'g1'] || ['r', 'g1'] || ['y', 'b', 'y_all'] || ['y', 'b', 'y_all', 'exo', 'params', 'M'] ||
|| {{{b
ytecode_steadystate.m}}} || ['r', 'g1'] || ['r', 'g1'] || ['y'] || ['y', 'exo', 'params'] ||
|| {{{check.m}}} || ['result', 'info'] || ['result', 'info'] || [''] || ['M', 'options', 'oo'] ||
|| {{{parallel/closeSlave.m}}} || [''] || [''] || ['Parallel', 'TmpFolder'] || ['Parallel', 'TmpFolder', 'partial'] ||
|| {{{utilities/dataset/describe_missing_data.m}}} || ['data_index', 'number_of_observations', 'no_more_missing_observations'] || ['i', 'n', 's', 'j'] || ['data', 'gend', 'nvarobs'] || ['data'] ||
|| {{{partial_information/disclyap_fast
.m}}} || ['X'] || ['X'] || ['G', 'V', 'ch'] || ['G', 'V', 'tol', 'ch'] ||
|| {{{dsgevar_posterior_density.m}}} || ['bvar'] || ['bvar'] || ['deep'] || ['deep', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{dynare_config.m}}} || ['dynareroot'] || ['dynareroot'] || ['path_to_dynare'] || ['path_to_dynare', 'verbose'] ||
|| {{{dynare_estimation
.m}}} || [''] || [''] || ['var_list', 'varargin'] || ['var_list', 'dname'] ||
|| {{{dynare_estimation_init.m}}} || ['data', 'rawdata', 'xparam1', 'data_info'] || ['dataset_', 'xparam1', 'M_', 'options_', 'oo_', 'estim_params_', '
bayestopt_', 'fake'] || ['var_list_', 'dname', 'gsa_flag'] || ['var_list_', 'dname', 'gsa_flag', 'M_', 'options_', 'oo_', 'estim_params_', 'bayestopt_'] ||
|| {{{dynare_resolve
.m}}} || ['A', 'B', 'ys', 'info'] || ['A', 'B', 'ys', 'info', 'Model', 'DynareOptions', 'DynareResults'] || ['mode'] || ['Model', 'DynareOptions', 'DynareResults', 'mode'] ||
|| {{{dynare_solve_block_or_bytecode.m}}} || ['x', 'info'] || ['x', 'info'] || ['y', 'exo', 'params'] || ['y', 'exo', 'params', 'options', 'M'] ||
|| {{{evaluate_planner_objective.m}}} || ['oo1'] || ['planner_objective_value'] || ['dr', 'M', 'oo', 'options'] || ['M', 'oo', 'options'] ||
|| {{{gensylv/gensylv.m}}} || ['err', 'E'] || ['err', 'E'] || ['fake', 'A', 'B', 'C', 'D'] || ['kron_prod', 'A', 'B', 'C0', 'D'] ||
|| {{{getH.m}}} || ['H', 'dA', 'dOm', 'Hss', 'gp', 'info'] || ['H', 'dA', 'dOm', 'Hss', 'gp', 'd2A', 'd2Om', 'H2ss'] || ['A', 'B', 'M_', 'oo_', 'kronflag', 'indx', 'indexo'] || ['A', 'B', 'M_', 'oo_', 'kronflag', 'indx', 'indexo'] ||
|| {{{getJJ.m}}} || ['JJ', 'H', 'gam', 'gp'] || ['JJ', 'H', 'gam', 'gp', 'dA', 'dOm', 'dYss'] || ['A', 'B', 'M_', 'oo_', 'options_', 'kronflag', 'indx', 'indexo', 'mf', 'nlags', 'useautocorr'] || ['A', 'B', 'M_', 'oo_', 'options_', 'kronflag', 'indx', 'indexo', 'mf', 'nlags', 'useautocorr'] ||
|| {{{get_prior_info.m}}} || [''] || [''] || ['info'] || ['info', 'plt_flag'] ||
|| {{{get_the_name
.m}}} || ['nam', 'texnam'] || ['nam', 'texnam'] || ['k', 'TeX'] || ['k', 'TeX', 'M_', 'estim_params_', 'options_'] ||
|| {{{ep/homotopic_steps.m}}} || ['info', 'number_of_calls'] || ['info', 'tmp'] || ['tdx', 'positive_var_indx', 'shocks', 'init_weight', 'step', 'init', 'number_of_calls'] || ['endo_simul0', 'exo_simul0', 'initial_weight', 'step_length', 'pfm'] ||
|| {{{homotopy1.m}}} || [''] || ['M', 'oo', 'info', 'ip', 'ix', 'ixd'] || ['values', 'step_nbr'] || ['values', 'step_nbr', 'M', 'options', 'oo'] ||
|| {{{homotopy3.m}}} || [''] || ['M', 'oo', 'info', 'ip', 'ix', 'ixd'] || ['values', 'step_nbr'] || ['values', 'step_nbr', 'M', 'options', 'oo'] ||
|| {{{identification_checks.m}}} || ['McoH', 'McoJ', 'McoGP', 'PcoH', 'PcoJ', 'PcoGP', 'condH', 'condJ', 'condGP', 'eH', 'eJ', 'eGP', 'ind01', 'ind02', 'indnoH', 'indnoJ', 'ixnoH', 'ixnoJ'] || ['condJ', 'ind0', 'indnoJ', 'ixnoJ', 'McoJ', 'PcoJ', 'jweak', 'jweak_pair'] || ['H', 'JJ', 'gp'] || ['JJ', 'hess_flag'] ||
|| {{{initial_estim
ation_checks.m}}} || [''] || ['DynareResults'] || ['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations'] || ['objective_function', 'xparam1', 'DynareDataset', 'Model', 'EstimatedParameters', 'DynareOptions', 'BayesInfo', 'DynareResults'] ||
|| {{{kalman/likelihood/kalman_filter.m}}} || ['LIK', 'lik'] || ['LIK', 'LIKK', 'a', 'P'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol'] || ['Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods', 'analytic_derivation', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P'] ||
|| {{{lpdfgam.m}}} || ['ldens'] || ['ldens', 'Dldens', 'D2ldens'] || ['x', 'a', 'b'] || ['x', 'a', 'b'] ||
|| {{{lpdfgbeta.m}}} || ['ldens'] || ['ldens', 'Dldens', 'D2ldens'] || ['x', 'a', 'b', 'aa', 'bb'] || ['x', 'a', 'b', 'aa', 'bb'] ||
|| {{{lpdfig1.m}}} || ['ldens'] || ['ldens', 'Dldens', 'D2ldens'] || ['x', 's', 'nu'] || ['x', 's', 'nu'] ||
|| {{{lpdfig2.m}}} || ['ldens'] || ['ldens', 'Dldens', 'D2ldens'] || ['x', 's', 'nu'] || ['x', 's', 'nu'] ||
|| {{{lpdfnorm.m}}} || ['ldens'] || ['ldens', 'Dldens', 'D2ldens'] || ['x', 'a', 'b'] || ['x', 'a', 'b'] ||
|| {{{lyapunov_symm.m}}} || ['x', 'u'] || ['x', 'u'] || ['a', 'b', 'qz_criterium', 'lyapunov_complex_threshold', 'method'] || ['a', 'b', 'third_argument', 'lyapunov_complex_threshold', 'method', 'R'] ||
|| {{{kalman/likelihood/missing_observations_kalman_filter.m}}} || ['LIK', 'lik'] || ['LIK', 'lik', 'a', 'P'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations'] || ['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods'] ||
|| {{{mode_check.m}}} || [''] || [''] || ['x', 'fval', 'hessian', 'gend', 'data', 'lb', 'ub', 'data_index', 'number_of_observations', 'no_more_missing_observations'] || ['fun', 'x', 'hessian', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{model_diagnostics.m}}} || [''] || [''] || ['M_', 'options_', 'oo_'] || ['M', 'options', 'oo'] ||
|| {{{model_info
.m}}} || [''] || [''] || [''] || ['varargin'] ||
|| {{{moment_fun
ction.m}}} || ['g', 'flag'] || ['g', 'grad', 'hess', 'flag'] || ['xparams', 'sample_moments', 'dataset', 'options', 'parallel'] || ['xparams', 'sample_moments', 'dataset', 'options', 'parallel'] ||
|| {{{mr_gstep.m}}} || ['f0', 'x', 'ig'] || ['f0', 'x', 'ig'] || ['h1', 'x', 'func0', 'htol0', 'varargin'] || ['h1', 'x', 'func0', 'htol0', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{mr_hessian.m}}} || ['hessian_mat', 'gg', 'htol1', 'ihh', 'hh_mat0', 'hh1'] || ['hessian_mat', 'gg', 'htol1', 'ihh', 'hh_mat0', 'hh1'] || ['init', 'x', 'func', 'hflag', 'htol0', 'varargin'] || ['init', 'x', 'func', 'hflag', 'htol0', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{newrat.m}}} || ['xparam1', 'hh', 'gg', 'fval', 'igg'] || ['xparam1', 'hh', 'gg', 'fval', 'igg'] || ['func0', 'x', 'hh', 'gg', 'igg', 'ftol0', 'nit', 'flagg', 'varargin'] || ['func0', 'x', 'analytic_derivation', 'ftol0', 'nit', 'flagg', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults'] ||
|| {{{osr_obj.m}}} || ['loss', 'vx', 'info'] || ['loss', 'vx', 'junk', 'exit_flag'] || ['x', 'i_params', 'i_var', 'weights'] || ['x', 'i_params', 'i_var', 'weights'] ||
|| {{{plot_icforecast.m}}} || [''] || [''] || ['Variables', 'periods'] || ['Variables', 'periods', 'options_'] ||
|| {{{plot_priors
.m}}} || [''] || [''] || ['bayestopt_', 'M_', 'options_'] || ['bayestopt_', 'M_', 'estim_params_', 'options_'] ||
|| {{{prior_analysis.m}}} || ['oo_'] || ['oo_'] || ['type', 'arg1', 'arg2', 'arg3', 'options_', 'M_', 'oo_'] || ['type', 'arg1', 'arg2', 'arg3', 'options_', 'M_', 'oo_', 'estim_params_'] ||
|| {{{prior_bounds.m}}} || ['bounds'] || ['bounds'] || ['bayestopt'] || ['bayestopt', 'options'] ||
|| {{{prior_posterior_statist
ics.m}}} || [''] || [''] || ['type', 'Y', 'gend', 'data_index', 'missing_value'] || ['type', 'dataset'] ||
|| {{{prior_sampler.m}}} || ['results'] || ['results'] || ['drsave', 'M_', 'bayestopt_', 'options_', 'oo_'] || ['drsave', 'M_', 'bayestopt_', 'options_', 'oo_', 'estim_params_'] ||
|| {{{priordens.m}}} || ['logged_prior_density'] || ['logged_prior_density', 'dlprior', 'd2lprior'] || ['x', 'pshape', 'p6', 'p7', 'p3', 'p4', 'initialization'] || ['x', 'pshape', 'p6', 'p7', 'p3', 'p4', 'initialization'] ||
|| {{{random_walk_metropolis_hastings.m}}} || [''] || ['
record'] || ['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin'] || ['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin'] ||
|| {{{resol.m}}} || ['dr', 'info'] || ['dr', 'info', 'M', 'options', 'oo'] || ['steady_state_0', 'check_flag'] || ['check_flag', 'M', 'options', 'oo'] ||
|| {{{set_all_parameters.m}}} || [''] || ['M'] || ['xparam1'] || ['xparam1', 'estim_params', 'M'] ||
|| {{{simult
.m}}} || ['y_'] || ['y_'] || ['ys', 'dr'] || ['y0', 'dr'] ||
|| {{{solve_one_
boundary.m}}} || ['y', 'info'] || ['y', 'info'] || ['fname', 'y', 'x', 'params', 'steady_state', 'y_index_eq', 'nze', 'periods', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'forward_backward', 'is_dynamic', 'verbose'] || ['fname', 'y', 'x', 'params', 'steady_state', 'y_index_eq', 'nze', 'periods', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'forward_backward', 'is_dynamic', 'verbose', 'M', 'options', 'oo'] ||
|| {{{solve_two_boundaries.m}}} || ['y'] || ['y'] || ['fname', 'y', 'x', 'params', 'steady_state', 'y_index', 'nze', 'periods', 'y_kmin_l', 'y_kmax_l', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo'] || ['fname', 'y', 'x', 'params', 'steady_state', 'y_index', 'nze', 'periods', 'y_kmin_l', 'y_kmax_l', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'M', 'oo'] ||
|| {{{steady_.m}}} || [''] || ['steady_state', 'params', 'info'] || [''] || ['M_', 'options_', 'oo_'] ||
|| {{{gensylv/sylvester3a.m}}} || ['x'] || ['x0', 'flag'] || ['x0', 'a', 'b', 'c', 'd'] || ['x0', 'a', 'b', 'c', 'dd'] ||
|| {{{thet2tau.m}}} || ['tau'] || ['tau'] || ['params', 'indx', 'indexo', 'flagmoments', 'mf', 'nlags', 'useautocorr'] || ['params', 'M_', 'oo_', 'indx', 'indexo', 'flagmoments', 'mf', 'nlags', 'useautocorr'] ||
|| {{{kalman/likelihood/univariate_kalman_filter.m}}} || ['LIK', 'llik'] || ['LIK', 'lik', 'a', 'P'] || ['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations'] || ['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods', 'analytic_derivation', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P'] ||

Under the matlab directory:

Functions Removed in Dynare 4.3

Location

Output

Input

DsgeLikelihood.m

['fval', 'cost_flag', 'ys', 'trend_coeff', 'info']

['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations']

DsgeLikelihood_hh.m

['fval', 'llik', 'cost_flag', 'ys', 'trend_coeff', 'info']

['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations']

bfgsi.m

['H']

['H0', 'dg', 'dx']

missing/bicgstab/bicgstab.m

['x', 'flag', 'relres', 'iter', 'resvec']

['A', 'b', 'tol', 'maxit', 'M1', 'M2', 'x0']

csminit.m

['fhat', 'xhat', 'fcount', 'retcode']

['fcn', 'x0', 'f0', 'g0', 'badg', 'H0', 'varargin']

kalman/likelihood/diffuse_kalman_filter.m

['LIK', 'lik']

['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol']

disp_dr_sparse.m

[]

['dr', 'order', 'var_list']

dr1.m

['dr', 'info', 'M_', 'options_', 'oo_']

['dr', 'task', 'M_', 'options_', 'oo_']

dyn_ramsey_dynamic_.m

['J', 'M_', 'dr']

['ys', 'lbar', 'M_', 'options_', 'dr', 'it_']

dyn_ramsey_static_.m

['resids', 'rJ', 'mult']

['x', 'M', 'options_', 'oo', 'it_']

forecast.m

['info']

['var_list', 'task']

generalized_cholesky.m

['AA']

['A']

generalized_cholesky2.m

['AA']

['A']

kalman/likelihood/missing_observations_diffuse_kalman_filter.m

['LIK', 'lik']

['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']

numgrad.m

['g', 'badg']

['fcn', 'f0', 'x', 'epsilon', 'varargin']

missing/rcond/rcond.m

['rcn']

['A']

set_stationary_variables_list.m

['ivar', 'vartan', 'options_']

['options_', 'M_']

simk.m

[]

[]

gensylv/sylvester3mr.m

['x']

['a', 'b', 'c', 'd']

kalman/likelihood/univariate_diffuse_kalman_filter.m

['LIK', 'llik']

['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']

kalman/likelihood/univariate_diffuse_kalman_filter_corr.m

['LIK', 'llik']

['T', 'R', 'Q', 'H', 'Pinf', 'Pstar', 'Y', 'start', 'Z', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']

kalman/likelihood/univariate_kalman_filter_corr.m

['LIK', 'llik']

['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']

New Functions in Dynare 4.3

Location

Output

Input

AHessian.m

['AHess', 'DLIK', 'LIK']

['T', 'R', 'Q', 'H', 'P', 'Y', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'start', 'mf', 'kalman_tol', 'riccati_tol']

AIM_first_order_solver.m

['dr', 'info']

['jacobia', 'M', 'dr', 'qz_criterium']

GetPosteriorMeanVariance.m

['mean', 'variance']

['M', 'drop']

gsa/Morris_Measure_Groups.m

['SAmeas', 'OutMatrix']

['NumFact', 'Sample', 'Output', 'p', 'Group']

gsa/Sampling_Function_2.m

['Outmatrix', 'OutFact']

['p', 'k', 'r', 'UB', 'LB', 'GroupMat']

adaptive_metropolis_hastings.m

[]

['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin']

particle/auxiliary_particle_filter.m

['LIK', 'lik']

['ReducedForm', 'Y', 'start', 'DynareOptions']

bfgsi1.m

['H']

['H0', 'dg', 'dx']

cartesian_product_of_sets.m

['cprod']

['varargin']

ms-sbvar/clean_files_for_second_type_of_mex.m

[]

['M_', 'options_', 'type']

ms-sbvar/clean_ms_estimation_files.m

[]

['file_tag']

ms-sbvar/clean_ms_forecast_files.m

[]

['file_tag']

ms-sbvar/clean_ms_init_files.m

[]

['file_tag']

ms-sbvar/clean_ms_irf_files.m

[]

['file_tag']

ms-sbvar/clean_ms_mdd_files.m

[]

['file_tag', 'pt']

ms-sbvar/clean_ms_probabilities_files.m

[]

['file_tag']

ms-sbvar/clean_ms_simulation_files.m

[]

['file_tag']

ms-sbvar/clean_ms_variance_decomposition_files.m

[]

['file_tag']

ms-sbvar/clean_sbvar_files.m

[]

[]

cmaes.m

['xmin', 'fmin', 'counteval', 'stopflag', 'out', 'bestever']

['fitfun', 'xstart', 'insigma', 'inopts', 'varargin']

@dynDate/colon.m

['sp']

['a', 'b']

kalman/likelihood/computeDLIK.m

['Da', 'DP1', 'DLIK', 'D2a', 'D2P1', 'Hesst']

['k', 'tmp', 'Z', 'Zflag', 'v', 'T', 'K', 'P', 'iF', 'Da', 'DYss', 'DT', 'DOm', 'DP', 'DH', 'notsteady', 'D2a', 'D2Yss', 'D2T', 'D2Om', 'D2P']

utilities/dataset/compute_acov.m

['dataset_']

['dataset_']

utilities/dataset/compute_corr.m

['dataset_']

['dataset_']

utilities/dataset/compute_cova.m

['dataset_']

['dataset_']

utilities/dataset/compute_stdv.m

['dataset_']

['dataset_']

ms-sbvar/create_dir.m

[]

['dirname']

csminit1.m

['fhat', 'xhat', 'fcount', 'retcode']

['fcn', 'x0', 'f0', 'g0', 'badg', 'H0', 'varargin']

gsa/cumplot.m

['h']

['x']

gsa/dat_fil_.m

['c']

['data_file']

ms-sbvar/delete_dir_if_exists.m

[]

['dirname']

ms-sbvar/delete_if_exists.m

[]

['fname']

utilities/general/demean.m

['c']

['x']

utilities/dataset/descriptive_statistics.m

['dataset_']

['dataset_', 'statistic', 'varagin']

discretionary_policy.m

['info']

['var_list']

discretionary_policy_1.m

['dr', 'ys', 'info']

['oo_', 'Instruments']

discretionary_policy_engine.m

['H', 'G', 'retcode']

['AAlag', 'AA0', 'AAlead', 'BB', 'bigw', 'instr_id', 'beta', 'solve_maxit', 'discretion_tol', 'qz_criterium', 'H00', 'verbose']

dsge_likelihood.m

['fval', 'DLIK', 'Hess', 'exit_flag', 'ys', 'trend_coeff', 'info', 'Model', 'DynareOptions', 'BayesInfo', 'DynareResults']

['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults', 'derivatives_info']

@dynDate/dynDate.m

['date']

['a']

@dynDates/dynDates.m

['dd']

['varargin']

utilities/doc/dynInfo.m

[]

['fun']

@dynSeries/dynSeries.m

['ts']

['a', 'b', 'c', 'd']

utilities/tests/dynTest.m

[]

['fun', 'dynare_path']

@dynTime/dynTime.m

['sp']

['a']

utilities/tests/dyn_assert.m

['t']

['A', 'B', 'tol']

dyn_figure.m

['h']

['DynareOptions', 'varargin']

dyn_first_order_solver.m

['dr', 'info']

['jacobia', 'M_', 'dr', 'options', 'task']

dyn_forecast.m

['info']

['var_list', 'task']

dyn_ramsey_static.m

['steady_state', 'params', 'check']

['x', 'M', 'options_', 'oo']

dyn_risky_steadystate_solver.m

['dr', 'info']

['ys0', 'M', 'dr', 'options', 'oo']

ms-sbvar/dyn_save_graph.m

[]

['dirname', 'graph_name', 'graph_formats', 'TeX', 'names', 'texnames', 'caption']

dyn_saveas.m

[]

['h', 'fname', 'DynareOptions']

dyn_second_order_solver.m

['dr']

['jacobia', 'hessian', 'dr', 'M_', 'threads_ABC', 'threads_BC']

parallel/dynareParallelDeleteNewFiles.m

[]

['PRCDir', 'Parallel', 'PRCDirSnapshot']

parallel/dynareParallelFindNewFiles.m

['NewFilesFrom', 'NewFileList']

['FileList', 'Parallel', 'PRCDir']

parallel/dynareParallelGetNewFiles.m

['PRCDirSnapshot']

['PRCDir', 'Parallel', 'PRCDirSnapshot']

parallel/dynareParallelListAllFiles.m

['fileList']

['dirName', 'PRCDir', 'Parallel']

parallel/dynareParallelSnapshot.m

['PRCDirSnapshot']

['PRCDir', 'Parallel']

@dynDate/eq.m

['c']

['a', 'b']

evaluate_static_model.m

['residuals', 'check1', 'jacob']

['ys', 'exo_ss', 'params', 'M', 'options']

evaluate_steady_state.m

['ys', 'params', 'info']

['ys_init', 'M', 'options', 'oo', 'steadystate_check_flag']

evaluate_steady_state_file.m

['ys', 'params', 'info']

['ys_init', 'exo_ss', 'M', 'options']

ms-sbvar/identification/exclusions.m

['Ui', 'Vi', 'n0', 'np', 'ixmC0Pres']

['nvar', 'nexo', 'options_ms']

@dynSeries/exp.m

['ts']

['ts']

ep/extended_path_parfor.m

['time_series']

['initial_conditions', 'sample_size']

gsa/filt_mc_.m

['rmse_MC', 'ixx']

['OutDir', 'data_info']

@dynDate/format.m

['p']

['date']

gauss_hermite_weights_and_nodes.m

['nodes', 'weights']

['n']

gauss_legendre_weights_and_nodes.m

['nodes', 'weights']

['n', 'a', 'b']

@dynDate/ge.m

['c']

['a', 'b']

gensylv_fp.m

['X']

['A', 'B', 'C', 'D', 'block', 'tol']

getIrfShocksIndx.m

['irf_shocks_indx']

[]

@dynSeries/getName.m

['name']

['ts', 'i']

@dynSeries/getTexName.m

['texname']

['ts', 'i']

@dynSeries/getTime.m

['time']

['ts']

@dynSeries/getVarIndex.m

['i']

['ts', 'name']

get_Hessian.m

['Hess']

['T', 'R', 'Q', 'H', 'P', 'Y', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P', 'start', 'mf', 'kalman_tol', 'riccati_tol']

get_existing_subsamples_indx.m

['subsamples_indx']

['name1', 'name2']

utilities/doc/get_internal_doc_block.m

['block']

['fname', 'fpath']

get_new_or_existing_ei_index.m

['indx']

['substructure_name', 'name1', 'name2']

get_optimal_policy_discount_factor.m

['discount_factor']

['params', 'param_names']

get_subsamples_range_indx.m

['range_indx']

['subsamples_indx', 'range_label']

get_variables_list.m

['ivar', 'vartan', 'options_']

['options_', 'M_']

gsa/ghx2transition.m

['A', 'B']

['mm', 'iv', 'ic', 'aux']

gsa/gsa_plotmatrix.m

[]

['type', 'varargin']

gsa/gsa_skewness.m

['s']

['y']

gsa/gsa_speed.m

['tadj', 'iff']

['A', 'B', 'mf', 'p']

@dynDate/gt.m

['c']

['a', 'b']

@dynSeries/horzcat.m

['a']

['varargin']

@dynSeries/private/horzcat2.m

['a']

['b', 'c']

identification_analysis.m

['ide_hess', 'ide_moments', 'ide_model', 'ide_lre', 'derivatives_info', 'info']

['params', 'indx', 'indexo', 'options_ident', 'data_info', 'prior_exist', 'name_tex', 'init']

utilities/dataset/initialize_dataset.m

['dataset_']

['datafile', 'varobs', 'first', 'nobs', 'transformation', 'prefilter', 'xls']

ms-sbvar/initialize_ms_sbvar_options.m

['options_']

['M_', 'options_']

internals.m

[]

['flag', 'varargin']

kalman/likelihood/kalman_filter_d.m

['dLIK', 'dlik', 'a', 'Pstar']

['Y', 'start', 'last', 'a', 'Pinf', 'Pstar', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'R', 'Q', 'H', 'Z', 'mm', 'pp', 'rr']

kalman/likelihood/kalman_filter_ss.m

['LIK', 'likk', 'a']

['Y', 'start', 'last', 'a', 'T', 'K', 'iF', 'dF', 'Z', 'pp', 'Zflag', 'analytic_derivation', 'Da', 'DT', 'DYss', 'D2a', 'D2T', 'D2Yss']

@dynDate/le.m

['c']

['a', 'b']

particle/local_state_space_iteration/local_state_space_iteration_2.m

['y', 'y_']

['yhat', 'epsilon', 'ghx', 'ghu', 'constant', 'ghxx', 'ghuu', 'ghxu', 'a', 'b', 'c']

@dynSeries/log.m

['ts']

['ts']

gsa/log_trans_.m

['yy', 'xdir', 'isig', 'lam']

['y0', 'xdir0']

ms-sbvar/identification/lower_cholesky.m

['Ui', 'Vi', 'n0', 'np', 'ixmC0Pres']

['nvar', 'nexo', 'options_ms']

@dynDate/lt.m

['c']

['a', 'b']

gsa/map_ident_.m

[]

['OutputDirectoryName']

@dynDate/max.m

['c']

['a', 'b']

gsa/mc_moments.m

['vdec', 'cc', 'ac']

['mm', 'ss', 'dr']

metropolis_run_analysis.m

[]

['M', 'basetopt', 'j']

@dynDate/min.m

['c']

['a', 'b']

@dynDate/minus.m

['c']

['a', 'b']

kalman/likelihood/missing_observations_kalman_filter_d.m

['dLIK', 'dlik', 'a', 'Pstar']

['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'Pinf', 'Pstar', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'R', 'Q', 'H', 'Z', 'mm', 'pp', 'rr']

ms-sbvar/ms_compute_mdd.m

['options_', 'oo_']

['M_', 'options_', 'oo_']

ms-sbvar/ms_compute_probabilities.m

['options_', 'oo_']

['M_', 'options_', 'oo_']

ms-sbvar/ms_estimation.m

['options_', 'oo_']

['M_', 'options_', 'oo_']

ms-sbvar/ms_forecast.m

['options_', 'oo_']

['M_', 'options_', 'oo_']

ms-sbvar/ms_irf.m

['options_', 'oo_']

['varlist', 'M_', 'options_', 'oo_']

ms-sbvar/ms_mardd.m

[]

['options_']

ms-sbvar/ms_sbvar_setup.m

[]

['options_']

ms-sbvar/ms_simulation.m

['options_', 'oo_']

['M_', 'options_', 'oo_']

ms-sbvar/ms_variance_decomposition.m

['options_', 'oo_']

['M_', 'options_', 'oo_']

ms-sbvar/ms_write_markov_file.m

[]

['fname', 'options']

ms-sbvar/ms_write_mhm_input.m

[]

['fname', 'options_ms']

utilities/tests/mtest.m

['check']

['fname', 'fpath']

particle/multivariate_smooth_resampling.m

['new_particles']

['weights', 'particles', 'number_of_new_particles', 'number_of_partitions']

gsa/myprctilecol.m

['y']

['x', 'p']

utilities/general/nandemean.m

['c']

['x']

missing/nanmean/nanmean.m

['y']

['x']

utilities/general/ndim.m

['n']

['x']

@dynDate/ne.m

['c']

['a', 'b']

non_linear_dsge_likelihood.m

['fval', 'exit_flag', 'ys', 'trend_coeff', 'info', 'Model', 'DynareOptions', 'BayesInfo', 'DynareResults']

['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

numgrad2.m

['g', 'badg']

['fcn', 'f0', 'x', 'epsilon', 'varargin']

plot_identification.m

[]

['params', 'idemoments', 'idehess', 'idemodel', 'idelre', 'advanced', 'tittxt', 'name', 'IdentifDirectoryName']

ms-sbvar/plot_ms_forecast.m

[]

['M_', 'options_', 'forecast', 'figure_name']

ms-sbvar/plot_ms_irf.m

[]

['M_', 'options_', 'irf', 'figure_name', 'varlist']

ms-sbvar/plot_ms_probabilities.m

[]

['computed_probabilities', 'options_']

ms-sbvar/plot_ms_variance_decomposition.m

[]

['M_', 'options_', 'vd', 'figure_name', 'varargin']

ms-sbvar/plot_ms_variance_decomposition_error_bands.m

[]

['M_', 'options_', 'vddata', 'figure_name']

@dynDate/plus.m

['c']

['a', 'b']

gsa/prior_draw_gsa.m

['pdraw']

['init', 'rdraw']

gsa/priorcdf.m

['xcum']

['para', 'pshape', 'p6', 'p7', 'p3', 'p4']

gsa/read_data.m

['gend', 'data']

[]

gsa/redform_map.m

[]

['dirname']

gsa/redform_screen.m

[]

['dirname']

reduced_rank_cholesky.m

['T']

['X']

particle/resample.m

['indx']

['weights', 'method1', 'method2']

ms-sbvar/reshape_ascii_forecast_data.m

['forecast_data']

['endo_nbr', 'psize', 'horizon', 'ascii_data']

ms-sbvar/reshape_ascii_irf_data.m

['irf_data']

['endo_nbr', 'psize', 'horizon', 'ascii_data']

ms-sbvar/reshape_ascii_variance_decomposition_data.m

['vd_data']

['endo_nbr', 'psize', 'horizon', 'ascii_data']

particle/residual_resampling.m

['indx']

['weights']

ms-sbvar/sbvar.m

[]

['M', 'options']

score.m

['DLIK']

['T', 'R', 'Q', 'H', 'P', 'Y', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'start', 'mf', 'kalman_tol', 'riccati_tol']

particle/sequential_importance_particle_filter.m

['LIK', 'lik']

['ReducedForm', 'Y', 'start', 'DynareOptions']

@dynTime/setFreq.m

['sp']

['sp', 'freq']

@dynTime/setSize.m

['sp']

['sp', 'n']

@dynTime/setTime.m

['sp']

['sp', 'i', 'date']

ms-sbvar/set_file_tags.m

['options_']

['options_']

ms-sbvar/set_ms_estimation_file.m

['options_', 'oo_']

['file_tag', 'options_', 'oo_']

ms-sbvar/set_ms_simulation_file.m

['options_']

['options_']

gsa/set_shocks_param.m

[]

['xparam1']

sim1_lbj.m

[]

[]

sim1_purely_backward.m

[]

[]

sim1_purely_forward.m

[]

[]

simplex_optimization_routine.m

['x', 'fval', 'exitflag']

['objective_function', 'x', 'options', 'varargin']

gsa/smirnov.m

['H', 'prob', 'd']

['x1', 'x2', 'alpha', 'iflag']

solve_perfect_foresight_model.m

['flag', 'endo_simul', 'err']

['endo_simul', 'exo_simul', 'pfm']

solve_stochastic_perfect_foresight_model.m

['flag', 'endo_simul', 'err']

['endo_simul', 'exo_simul', 'pfm', 'nnodes', 'order']

@dynDates/sort.m

['dd']

['dd']

gsa/stab_map_.m

['x0']

['OutputDirectoryName']

gsa/stab_map_1.m

['proba', 'dproba']

['lpmat', 'ibehaviour', 'inonbehaviour', 'aname', 'iplot', 'ipar', 'dirname', 'pcrit']

gsa/stab_map_2.m

[]

['x', 'alpha2', 'pvalue', 'fnam', 'dirname', 'xparam1']

gsa/stand_.m

['y', 'meany', 'stdy']

['x']

stochastic_solvers.m

['dr', 'info']

['dr', 'task', 'M_', 'options_', 'oo_']

@dynTime/subsref.m

['B']

['A', 'S']

gsa/tcrit.m

['t_crit']

['n', 'pval0']

gsa/teff.m

['yt', 'j0', 'ir', 'ic']

['T', 'Nsam', 'istable']

gsa/th_moments.m

['vdec', 'corr', 'autocorr', 'z', 'zz']

['dr', 'var_list']

particle/traditional_resampling.m

['indx']

['weights', 'noise']

gsa/trank.m

['yr']

['y']

@dynDate/uminus.m

['b']

['a']

kalman/likelihood/univariate_computeDLIK.m

['Da', 'DP1', 'DLIK', 'D2a', 'D2P', 'Hesst']

['k', 'indx', 'Z', 'Zflag', 'v', 'K', 'PZ', 'F', 'Da', 'DYss', 'DP', 'DH', 'notsteady', 'D2a', 'D2Yss', 'D2P']

kalman/likelihood/univariate_computeDstate.m

['Da1', 'DP1', 'D2a', 'D2P']

['k', 'a', 'P', 'T', 'Da', 'DP', 'DT', 'DOm', 'notsteady', 'D2a', 'D2P', 'D2T', 'D2Om']

kalman/likelihood/univariate_kalman_filter_d.m

['dLIK', 'dlikk', 'a', 'Pstar', 'llik']

['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'Pinf', 'Pstar', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'R', 'Q', 'H', 'Z', 'mm', 'pp', 'rr']

kalman/likelihood/univariate_kalman_filter_ss.m

['LIK', 'likk', 'a']

['Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'T', 'H', 'Z', 'pp', 'Zflag', 'analytic_derivation', 'Da', 'DT', 'DYss', 'DP', 'DH', 'D2a', 'D2T', 'D2Yss', 'D2P']

particle/univariate_smooth_resampling.m

['new_particles']

['weights', 'particles', 'number_of_new_particles']

@dynDate/uplus.m

['b']

['a']

ms-sbvar/identification/upper_cholesky.m

['Ui', 'Vi', 'n0', 'np', 'ixmC0Pres']

['nvar', 'nexo', 'options_ms']

user_has_octave_forge_package.m

['hasPackage']

['package']

Functions Whose Arguments Have Changed between Dynare 4.2.5 and Dynare 4.3

Location

Old Output

New Output

Old Input

New Input

CheckPath.m

['DirectoryName']

['DirectoryName']

['type']

['type', 'dname']

DsgeVarLikelihood.m

['fval', 'cost_flag', 'info', 'PHI', 'SIGMAu', 'iXX', 'prior']

['fval', 'grad', 'hess', 'exit_flag', 'info', 'PHI', 'SIGMAu', 'iXX', 'prior']

['xparam1', 'gend']

['xparam1', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

block_bytecode_mfs_steadystate.m

['r', 'g1']

['r', 'g1']

['y', 'b', 'y_all']

['y', 'b', 'y_all', 'exo', 'params', 'M']

block_mfs_steadystate.m

['r', 'g1']

['r', 'g1']

['y', 'b', 'y_all']

['y', 'b', 'y_all', 'exo', 'params', 'M']

bytecode_steadystate.m

['r', 'g1']

['r', 'g1']

['y']

['y', 'exo', 'params']

check.m

['result', 'info']

['result', 'info']

[]

['M', 'options', 'oo']

parallel/closeSlave.m

[]

[]

['Parallel', 'TmpFolder']

['Parallel', 'TmpFolder', 'partial']

utilities/dataset/describe_missing_data.m

['data_index', 'number_of_observations', 'no_more_missing_observations']

['i', 'n', 's', 'j']

['data', 'gend', 'nvarobs']

['data']

partial_information/disclyap_fast.m

['X']

['X']

['G', 'V', 'ch']

['G', 'V', 'tol', 'ch']

dsgevar_posterior_density.m

['bvar']

['bvar']

['deep']

['deep', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

dynare_config.m

['dynareroot']

['dynareroot']

['path_to_dynare']

['path_to_dynare', 'verbose']

dynare_estimation.m

[]

[]

['var_list', 'varargin']

['var_list', 'dname']

dynare_estimation_init.m

['data', 'rawdata', 'xparam1', 'data_info']

['dataset_', 'xparam1', 'M_', 'options_', 'oo_', 'estim_params_', 'bayestopt_', 'fake']

['var_list_', 'dname', 'gsa_flag']

['var_list_', 'dname', 'gsa_flag', 'M_', 'options_', 'oo_', 'estim_params_', 'bayestopt_']

dynare_resolve.m

['A', 'B', 'ys', 'info']

['A', 'B', 'ys', 'info', 'Model', 'DynareOptions', 'DynareResults']

['mode']

['Model', 'DynareOptions', 'DynareResults', 'mode']

dynare_solve_block_or_bytecode.m

['x', 'info']

['x', 'info']

['y', 'exo', 'params']

['y', 'exo', 'params', 'options', 'M']

evaluate_planner_objective.m

['oo1']

['planner_objective_value']

['dr', 'M', 'oo', 'options']

['M', 'oo', 'options']

gensylv/gensylv.m

['err', 'E']

['err', 'E']

['fake', 'A', 'B', 'C', 'D']

['kron_prod', 'A', 'B', 'C0', 'D']

getH.m

['H', 'dA', 'dOm', 'Hss', 'gp', 'info']

['H', 'dA', 'dOm', 'Hss', 'gp', 'd2A', 'd2Om', 'H2ss']

['A', 'B', 'M_', 'oo_', 'kronflag', 'indx', 'indexo']

['A', 'B', 'M_', 'oo_', 'kronflag', 'indx', 'indexo']

getJJ.m

['JJ', 'H', 'gam', 'gp']

['JJ', 'H', 'gam', 'gp', 'dA', 'dOm', 'dYss']

['A', 'B', 'M_', 'oo_', 'options_', 'kronflag', 'indx', 'indexo', 'mf', 'nlags', 'useautocorr']

['A', 'B', 'M_', 'oo_', 'options_', 'kronflag', 'indx', 'indexo', 'mf', 'nlags', 'useautocorr']

get_prior_info.m

[]

[]

['info']

['info', 'plt_flag']

get_the_name.m

['nam', 'texnam']

['nam', 'texnam']

['k', 'TeX']

['k', 'TeX', 'M_', 'estim_params_', 'options_']

ep/homotopic_steps.m

['info', 'number_of_calls']

['info', 'tmp']

['tdx', 'positive_var_indx', 'shocks', 'init_weight', 'step', 'init', 'number_of_calls']

['endo_simul0', 'exo_simul0', 'initial_weight', 'step_length', 'pfm']

homotopy1.m

[]

['M', 'oo', 'info', 'ip', 'ix', 'ixd']

['values', 'step_nbr']

['values', 'step_nbr', 'M', 'options', 'oo']

homotopy3.m

[]

['M', 'oo', 'info', 'ip', 'ix', 'ixd']

['values', 'step_nbr']

['values', 'step_nbr', 'M', 'options', 'oo']

identification_checks.m

['McoH', 'McoJ', 'McoGP', 'PcoH', 'PcoJ', 'PcoGP', 'condH', 'condJ', 'condGP', 'eH', 'eJ', 'eGP', 'ind01', 'ind02', 'indnoH', 'indnoJ', 'ixnoH', 'ixnoJ']

['condJ', 'ind0', 'indnoJ', 'ixnoJ', 'McoJ', 'PcoJ', 'jweak', 'jweak_pair']

['H', 'JJ', 'gp']

['JJ', 'hess_flag']

initial_estimation_checks.m

[]

['DynareResults']

['xparam1', 'gend', 'data', 'data_index', 'number_of_observations', 'no_more_missing_observations']

['objective_function', 'xparam1', 'DynareDataset', 'Model', 'EstimatedParameters', 'DynareOptions', 'BayesInfo', 'DynareResults']

kalman/likelihood/kalman_filter.m

['LIK', 'lik']

['LIK', 'LIKK', 'a', 'P']

['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol']

['Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods', 'analytic_derivation', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P']

lpdfgam.m

['ldens']

['ldens', 'Dldens', 'D2ldens']

['x', 'a', 'b']

['x', 'a', 'b']

lpdfgbeta.m

['ldens']

['ldens', 'Dldens', 'D2ldens']

['x', 'a', 'b', 'aa', 'bb']

['x', 'a', 'b', 'aa', 'bb']

lpdfig1.m

['ldens']

['ldens', 'Dldens', 'D2ldens']

['x', 's', 'nu']

['x', 's', 'nu']

lpdfig2.m

['ldens']

['ldens', 'Dldens', 'D2ldens']

['x', 's', 'nu']

['x', 's', 'nu']

lpdfnorm.m

['ldens']

['ldens', 'Dldens', 'D2ldens']

['x', 'a', 'b']

['x', 'a', 'b']

lyapunov_symm.m

['x', 'u']

['x', 'u']

['a', 'b', 'qz_criterium', 'lyapunov_complex_threshold', 'method']

['a', 'b', 'third_argument', 'lyapunov_complex_threshold', 'method', 'R']

kalman/likelihood/missing_observations_kalman_filter.m

['LIK', 'lik']

['LIK', 'lik', 'a', 'P']

['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']

['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods']

mode_check.m

[]

[]

['x', 'fval', 'hessian', 'gend', 'data', 'lb', 'ub', 'data_index', 'number_of_observations', 'no_more_missing_observations']

['fun', 'x', 'hessian', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

model_diagnostics.m

[]

[]

['M_', 'options_', 'oo_']

['M', 'options', 'oo']

model_info.m

[]

[]

[]

['varargin']

moment_function.m

['g', 'flag']

['g', 'grad', 'hess', 'flag']

['xparams', 'sample_moments', 'dataset', 'options', 'parallel']

['xparams', 'sample_moments', 'dataset', 'options', 'parallel']

mr_gstep.m

['f0', 'x', 'ig']

['f0', 'x', 'ig']

['h1', 'x', 'func0', 'htol0', 'varargin']

['h1', 'x', 'func0', 'htol0', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

mr_hessian.m

['hessian_mat', 'gg', 'htol1', 'ihh', 'hh_mat0', 'hh1']

['hessian_mat', 'gg', 'htol1', 'ihh', 'hh_mat0', 'hh1']

['init', 'x', 'func', 'hflag', 'htol0', 'varargin']

['init', 'x', 'func', 'hflag', 'htol0', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

newrat.m

['xparam1', 'hh', 'gg', 'fval', 'igg']

['xparam1', 'hh', 'gg', 'fval', 'igg']

['func0', 'x', 'hh', 'gg', 'igg', 'ftol0', 'nit', 'flagg', 'varargin']

['func0', 'x', 'analytic_derivation', 'ftol0', 'nit', 'flagg', 'DynareDataset', 'DynareOptions', 'Model', 'EstimatedParameters', 'BayesInfo', 'DynareResults']

osr_obj.m

['loss', 'vx', 'info']

['loss', 'vx', 'junk', 'exit_flag']

['x', 'i_params', 'i_var', 'weights']

['x', 'i_params', 'i_var', 'weights']

plot_icforecast.m

[]

[]

['Variables', 'periods']

['Variables', 'periods', 'options_']

plot_priors.m

[]

[]

['bayestopt_', 'M_', 'options_']

['bayestopt_', 'M_', 'estim_params_', 'options_']

prior_analysis.m

['oo_']

['oo_']

['type', 'arg1', 'arg2', 'arg3', 'options_', 'M_', 'oo_']

['type', 'arg1', 'arg2', 'arg3', 'options_', 'M_', 'oo_', 'estim_params_']

prior_bounds.m

['bounds']

['bounds']

['bayestopt']

['bayestopt', 'options']

prior_posterior_statistics.m

[]

[]

['type', 'Y', 'gend', 'data_index', 'missing_value']

['type', 'dataset']

prior_sampler.m

['results']

['results']

['drsave', 'M_', 'bayestopt_', 'options_', 'oo_']

['drsave', 'M_', 'bayestopt_', 'options_', 'oo_', 'estim_params_']

priordens.m

['logged_prior_density']

['logged_prior_density', 'dlprior', 'd2lprior']

['x', 'pshape', 'p6', 'p7', 'p3', 'p4', 'initialization']

['x', 'pshape', 'p6', 'p7', 'p3', 'p4', 'initialization']

random_walk_metropolis_hastings.m

[]

['record']

['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin']

['TargetFun', 'ProposalFun', 'xparam1', 'vv', 'mh_bounds', 'varargin']

resol.m

['dr', 'info']

['dr', 'info', 'M', 'options', 'oo']

['steady_state_0', 'check_flag']

['check_flag', 'M', 'options', 'oo']

set_all_parameters.m

[]

['M']

['xparam1']

['xparam1', 'estim_params', 'M']

simult.m

['y_']

['y_']

['ys', 'dr']

['y0', 'dr']

solve_one_boundary.m

['y', 'info']

['y', 'info']

['fname', 'y', 'x', 'params', 'steady_state', 'y_index_eq', 'nze', 'periods', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'forward_backward', 'is_dynamic', 'verbose']

['fname', 'y', 'x', 'params', 'steady_state', 'y_index_eq', 'nze', 'periods', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'forward_backward', 'is_dynamic', 'verbose', 'M', 'options', 'oo']

solve_two_boundaries.m

['y']

['y']

['fname', 'y', 'x', 'params', 'steady_state', 'y_index', 'nze', 'periods', 'y_kmin_l', 'y_kmax_l', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo']

['fname', 'y', 'x', 'params', 'steady_state', 'y_index', 'nze', 'periods', 'y_kmin_l', 'y_kmax_l', 'is_linear', 'Block_Num', 'y_kmin', 'maxit_', 'solve_tolf', 'lambda', 'cutoff', 'stack_solve_algo', 'M', 'oo']

steady_.m

[]

['steady_state', 'params', 'info']

[]

['M_', 'options_', 'oo_']

gensylv/sylvester3a.m

['x']

['x0', 'flag']

['x0', 'a', 'b', 'c', 'd']

['x0', 'a', 'b', 'c', 'dd']

thet2tau.m

['tau']

['tau']

['params', 'indx', 'indexo', 'flagmoments', 'mf', 'nlags', 'useautocorr']

['params', 'M_', 'oo_', 'indx', 'indexo', 'flagmoments', 'mf', 'nlags', 'useautocorr']

kalman/likelihood/univariate_kalman_filter.m

['LIK', 'llik']

['LIK', 'lik', 'a', 'P']

['T', 'R', 'Q', 'H', 'P', 'Y', 'start', 'mf', 'kalman_tol', 'riccati_tol', 'data_index', 'number_of_observations', 'no_more_missing_observations']

['data_index', 'number_of_observations', 'no_more_missing_observations', 'Y', 'start', 'last', 'a', 'P', 'kalman_tol', 'riccati_tol', 'presample', 'T', 'Q', 'R', 'H', 'Z', 'mm', 'pp', 'rr', 'Zflag', 'diffuse_periods', 'analytic_derivation', 'DT', 'DYss', 'DOm', 'DH', 'DP', 'D2T', 'D2Yss', 'D2Om', 'D2H', 'D2P']

DynareWiki: ChangedFunctionsInDynare43 (last edited 2012-06-11 10:18:02 by HoutanBastani)