pypomp.core.parameters.PompParameters.transform

PompParameters.transform(par_trans: ParTrans, direction: Literal['to_est', 'from_est'] | None = None)[source]

Transform the parameters to or from the estimation parameter space.

Parameters:
  • par_trans – The parameter transformation object.

  • direction – The direction of transformation. If None, the direction is determined by the estimation_scale attribute.