pypomp.Pomp.traces¶
- Pomp.traces() DataFrame¶
Return the full trace of log-likelihoods and parameters over all runs.
Concatenates the parameter and log-likelihood histories from every
pfilter(),mif(), andtrain()call stored inresults_history.- Returns:
Long-format DataFrame containing concatenated trace data. The columns appear in the following order:
theta_idx: The index of the parameter set.iteration: Counter indicating the global iteration.method: The name of the method (e.g.'pfilter','mif','train').logLik: The estimated log-likelihood.se: The standard error of the log-likelihood estimate.Parameter columns: One column per model parameter in their defined order.
- Return type: