pypomp.PanelPomp.results

PanelPomp.results(index: int = -1, ignore_nan: bool = False) DataFrame

Get the results DataFrame for the specified history index.

Parameters:
  • index (int, optional) – History index. Defaults to -1 (the last result).

  • ignore_nan (bool, optional) – Whether to ignore NaNs when computing log-likelihoods and standard errors. Defaults to False.

Returns:

DataFrame of results.

Return type:

pd.DataFrame