pypomp.PanelPomp.get_unit_parameters¶
- PanelPomp.get_unit_parameters(unit: str, theta: PanelParameters | None = None) list[dict[str, float]]¶
Get parameter values for a specific unit across all replicates.
- Parameters:
unit (str) – Name of the unit.
theta (PanelParameters or None, optional) – Parameter values. If
None(default), the parameter values of the panel model are used.
- Returns:
List of dictionaries containing the parameter values for the specified unit across replicates.
- Return type: