calculate_clp_penalties

EstimationProviderUnlinked.calculate_clp_penalties(clp_labels: list[list[str]], clps: list[ndarray], global_axis: ndarray) list[float]

Calculate the clp penalty.

Parameters:
  • clp_labels (list[list[str]]) – The clp labels.

  • clps (list[ArrayLike]) – The clps.

  • global_axis (ArrayLike) – The global axis.

Returns:

The clp penalty.

Return type:

list[float]