pyhf.infer.mle.fixed_poi_fit

pyhf.infer.mle.fixed_poi_fit(poi_val, data, pdf, init_pars=None, par_bounds=None, **kwargs)[source]

Run a maximum likelihood fit with the POI value fixzed.

Parameters
  • data – the data

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

  • kwargs – keyword arguments passed through to the optimizer API

Returns

see optimizer API