pypomp.PanelPomp.traces¶
- PanelPomp.traces() DataFrame¶
Get a tidy DataFrame with the full trace history of replicates.
- Returns:
Tidy DataFrame of the traces. The columns appear in the following order:
theta_idx: The index of the parameter set.unit: The unit identifier (or'shared'for shared parameter rows).iteration: The iteration counter.method: The name of the method.logLik: The estimated log-likelihood.se: The standard error of the log-likelihood.Parameter columns: Shared and unit-specific parameters sharded by unit.
- Return type: