pypomp.PanelParameters.transformed

PanelParameters.transformed(par_trans: ParTrans, direction: Literal['to_est', 'from_est'] | None = None) Self

Transform parameters between natural and estimation scales.

Parameters:
  • par_trans (ParTrans) – Parameter transformation mapping.

  • direction ({"to_est", "from_est"} or None, optional) – Direction of the transformation. If None (default), toggle the scale relative to the current estimation_scale attribute.

Returns:

A new parameter set with the transformed parameters.

Return type:

Self