Add brooks_gelman_plotrows to manual and testsuite

remove-submodule
Johannes Pfeifer 2023-07-05 13:59:17 -04:00
parent ffdeccc05d
commit 9b2c0fb94d
3 changed files with 7 additions and 2 deletions

View File

@ -7914,6 +7914,11 @@ observed variables.
used to take the serial correlation of the posterior draws into
account. Default: ``[4 8 15]``.
.. option:: brooks_gelman_plotrows = INTEGER
Number of parameters to depict along the rows of the figures depicting
the *Brooks and Gelman (1998)* convergence diagnostics. Default: 3.
.. option:: geweke_interval = [DOUBLE DOUBLE]
Percentage of MCMC draws at the beginning and end of the MCMC

@ -1 +1 @@
Subproject commit 0990492e2fe10d06e1955ae5072fda94fe51f8d2
Subproject commit 92f42bdf68bbdb217647e5268dc91cc7cf05df87

View File

@ -154,7 +154,7 @@ stderr gy_obs, 1;
corr gp_obs, gy_obs,0;
end;
estimation(order=1,datafile='../fs2000/fsdat_simul',mode_check,smoother,filter_covariance,filter_decomposition,forecast = 8,filtered_vars,filter_step_ahead=[1,3],irf=20,contemporaneous_correlation) m P c e W R k d y gy_obs;
estimation(order=1,datafile='../fs2000/fsdat_simul',brooks_gelman_plotrows=4, mode_check,smoother,filter_covariance,filter_decomposition,forecast = 8,filtered_vars,filter_step_ahead=[1,3],irf=20,contemporaneous_correlation) m P c e W R k d y gy_obs;