Skip to content

Commit

Permalink
add missing to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Mar 30, 2020
1 parent 1fc5fbe commit 3b87eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyhf/infer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def hypotest(
init_pars (Array or Tensor): The initial parameter values to be used for minimization
par_bounds (Array or Tensor): The parameter value bounds to be used for minimization
qtilde (Bool): When ``True`` perform the calculation using the alternative test statistic, :math:`\tilde{q}`, as defined in Equation (62) of :xref:`arXiv:1007.1727`
calctype (`str`): The calculator to create. Choose either 'asymptotics' (default) or 'toybased'.
Keyword Args:
return_tail_probs (bool): Bool for returning :math:`\textrm{CL}_{s+b}` and :math:`\textrm{CL}_{b}`
Expand Down

0 comments on commit 3b87eab

Please sign in to comment.