pypomp.core.pomp.Pomp.plot_traces¶
- Pomp.plot_traces(show: bool = True) Any[source]¶
Plot the parameter and log-likelihood traces from the entire result history. Each facet shows a parameter or logLik. The x-axis is iteration, y-axis is value. Lines connect mif/train points for the same replication; pfilter points are dots. Color by replication.
- Parameters:
show (bool) – Whether to display the plot. Defaults to True.