pypomp.core.pomp.Pomp.print_summary

Pomp.print_summary(n: int = 5)[source]

Prints a high-level summary of the POMP model instance and its estimation history.

The summary includes: - Basic model statistics such as the number of observations, time steps, and parameters. - The current number of parameter replicates stored in the object. - A summary of the results history, listing the execution of estimation methods (e.g., pfilter, mif, train) and their corresponding performance metrics.