pypomp.Pomp.plot_traces¶
- Pomp.plot_traces(show: bool = True) Any¶
Plot parameter and log-likelihood traces from the results history.
Produces an interactive Plotly figure with one facet per parameter and one for
logLik. Lines connectmif()/train()points for each replicate;pfilter()runs appear as dots. Replicates are distinguished by colour.- Parameters:
show (bool, optional) – Whether to call
fig.show()before returning. Defaults toTrue.- Returns:
The Plotly figure object, or
Noneif no results are stored.- Return type:
plotly.graph_objects.Figure or None