Parameter Transformations¶
- class pypomp.core.par_trans.ParTrans(to_est: Callable[[Annotated[dict[str, float | Array], 'ParamDict']], Annotated[dict[str, float | Array], 'ParamDict']] | None = None, from_est: Callable[[Annotated[dict[str, float | Array], 'ParamDict']], Annotated[dict[str, float | Array], 'ParamDict']] | None = None)[source]¶
Bases:
objectHandles parameter transformations between natural and estimation parameter spaces.
Attributes
The parameter transformation function to the estimation parameter space. |
|
The parameter transformation function from the estimation parameter space to the natural parameter space. |
Methods
|
Transform shared and unit-specific parameters for a single replicate. |
|
Apply transform to a list of parameter sets. |
|
Convert the theta dictionary values from jax.Array to float. |
|
Transform a parameter array to or from the (unconstrained) estimation parameter space. |
|
Transform panel traces from estimation space to natural space. |