pyhgf.model.get_couplings#
- pyhgf.model.get_couplings(value_parents, volatility_parents, value_children, volatility_children)[source]#
Transform coupling parameter into tuple of indexes and strenghts.
- Parameters:
value_parents (tuple | list | int | None)
volatility_parents (tuple | list | int | None)
value_children (tuple | list | int | None)
volatility_children (tuple | list | int | None)
- Return type:
tuple[tuple, …]