pypomp.PanelPomp.plot_traces

PanelPomp.plot_traces(which: str = 'shared', show: bool = True) Any

Plot parameter and log-likelihood traces from the result history.

Parameters:
  • which (str, optional) – Which parameter trace to plot. Can be "shared" (default), "unitLogLik", or the name of a unit-specific parameter.

  • show (bool, optional) – Whether to display the plot immediately. Defaults to True.

Returns:

The generated figure object.

Return type:

plotly.graph_objects.Figure