pypomp.core.pomp.Pomp.CLL

Pomp.CLL(index: int = -1, average: bool = False) DataFrame[source]

Returns a tidy DataFrame with the conditional log-likelihoods of the method run at the given index.

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

  • average (bool, optional) – Boolean flag controlling whether to average the conditional log-likelihoods over replicates using logmeanexp. Defaults to False.

Returns:

A DataFrame with the conditional log-likelihoods.

Return type:

pd.DataFrame