pypomp.panel.panel.PanelPomp.results

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

Returns a tidy DataFrame with the results of the method run at the given index.

Parameters:
  • index (int, optional) – The index of the result to retrieve. Defaults to -1.

  • ignore_nan (bool, optional) – Boolean flag controlling whether to ignore NaN values in the log-likelihoods. Defaults to False.

Returns:

A DataFrame with the log-likelihoods and parameters used.

Return type:

pd.DataFrame