pypomp.panel.panel.PanelPomp.plot_simulations

PanelPomp.plot_simulations(key: Array, nsim: int = 20, mode: str = 'lines', theta: Any = None, show: bool = True) Any

Runs simulations for the PanelPomp model and plots them against true data.

Parameters:
  • key (jax.Array) – JAX random key for simulation.

  • nsim (int) – Number of simulations to perform per parameter set.

  • mode (str) – Plotting mode, either “lines” or “quantiles”.

  • theta (PanelParameters, optional) – Parameters to use. Defaults to self.theta.

  • show (bool) – Whether to display the plot.