pypomp.PanelPomp.CLL¶
- PanelPomp.CLL(index: int = -1, average: bool = False) DataFrame¶
Get conditional log-likelihoods for the specified history index.
- Parameters:
- Returns:
Tidy DataFrame of conditional log-likelihoods. The columns appear in the following order:
theta_idx: The index of the parameter set.unit: The unit identifier.rep: The replicate index (only ifaverage=False).time: The observation time point.CLL: The conditional log-likelihood value.
- Return type: