Skip to content
Lukas edited this page Jan 30, 2018 · 5 revisions

Welcome to the pyhf wiki!

Implementation notes

The main call is:

hfpdf.pdf(pars, data)

which transforms a pair of data (the observed counts in the channels + the implied observations of the auxiliary measurements) and parameters (parameters of interest nuisance parameters) into a single float

  data (real and implied)                                                                      parameters
[ channel 1 | channel 2 | ... | channel n | aux meas 1 | aux meas 2 | ... | aux meas n]    [ par 1 | .... | par n ]

|
|  Computational Graph
|
v

[ ] single float pdf value

Clone this wiki locally