Skip to content

Commit

Permalink
docs: Add inequality
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 9, 2022
1 parent 3815e53 commit 52a5b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhf/infer/test_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def qmu(mu, data, pdf, init_pars, par_bounds, fixed_params, return_fitted_pars=F
\begin{equation}
q_{\mu} = \left\{\begin{array}{ll}
-2\ln\lambda\left(\mu\right), &\hat{\mu} < \mu,\\
-2\ln\lambda\left(\mu\right), &\hat{\mu} \leq \mu,\\
0, & \hat{\mu} > \mu
\end{array}\right.
\end{equation}
Expand Down Expand Up @@ -160,7 +160,7 @@ def qmu_tilde(
\begin{equation}
\tilde{q}_{\mu} = \left\{\begin{array}{ll}
-2\ln\tilde{\lambda}\left(\mu\right), &\hat{\mu} < \mu,\\
-2\ln\tilde{\lambda}\left(\mu\right), &\hat{\mu} \leq \mu,\\
0, & \hat{\mu} > \mu
\end{array}\right.
\end{equation}
Expand Down

0 comments on commit 52a5b41

Please sign in to comment.