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 (list | tuple | int | None)

  • volatility_parents (list | tuple | int | None)

  • value_children (list | tuple | int | None)

  • volatility_children (list | tuple | int | None)

Return type:

tuple[tuple, …]