pyhf.infer.mle.twice_nll

pyhf.infer.mle.twice_nll(pars, data, pdf)[source]

Twice the negative Log-Likelihood.

Parameters
  • data (tensor) – the data

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

Returns

Twice the negative log likelihood.