pypomp.Pomp.print_summary¶
- Pomp.print_summary(n: int = 5) None¶
Print a high-level summary of the model and its estimation history.
Displays basic model statistics (number of observations, time steps, parameters, and parameter replicates) followed by a tabular summary of
results_historylisting each run’s method and performance metrics.- Parameters:
n (int, optional) – Maximum number of history entries to display. Defaults to
5.