pypomp.PanelPomp.ESS¶
- PanelPomp.ESS(index: int = -1, average: bool = False) DataFrame¶
Get Effective Sample Size for the specified history index.
- Parameters:
- Returns:
Tidy DataFrame of ESS values. 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.ESS: The Effective Sample Size value.
- Return type: