pyhf.infer.utils.all_pois_floating

pyhf.infer.utils.all_pois_floating(pdf, fixed_params)[source]

Check whether all POI(s) are floating (i.e. not within the fixed set).

Parameters
  • pdf (Model) – The statistical model adhering to the schema model.json.

  • fixed_params (list or tensor of bool) – Array of bool indicating if model parameters are fixed.

Returns

The result whether all POIs are floating.

Return type

bool