AdityaSavara / PEUQSE

Parameter estimation for complex physical problems often suffers from finding ‘solutions’ that are not physically realistic. The PEUQSE software provides tools for finding physically realistic parameter estimates, graphs of the parameter estimate positions within parameter space, and plots of the final simulation results.
13 stars 5 forks source link

Convergence Diagnostics Related Improvements #309

Open AdityaSavara opened 2 years ago

AdityaSavara commented 2 years ago

• Make the ACT graphs have x axes that correspond to total samples o To do so, the plotting function should have an optional argument for "perTotal" or "perChain" regarding how the x axis will be shown. To get convert the x axis to perTotal, one would multiply a specific point's sample index by the number of chains (since the values are initially in 'perChain').