jesterTOV.inference.base.transform.NtoMTransform#
- class NtoMTransform(name_mapping)[source]#
Bases:
TransformN-to-M parameter transform (not necessarily invertible).
Note: This class follows the Jim/jimgw architecture. Used for likelihood transforms where you map N parameters to M different parameters without requiring invertibility or Jacobian corrections.
- __init__(name_mapping)#
Methods
__init__(name_mapping)forward(x)Push forward the input x to transformed coordinate y.
propagate_name(x)Propagate parameter names through the transform.
Attributes
name_mapping