Skip to content

Commit

Permalink
adding comments in basicStats
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Nov 21, 2024
1 parent b3da98f commit 14c619b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions smodels/statistics/basicStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ def CLsfromNLL(
compute the CLs - alpha from the NLLs
TODO: following needs explanation
:param nllA:
:param nll0A:
:param nll:
:param nll0:
:param nllA: negative log likelihood for Asimov data
:param nll0A: negative log likelihood at muhat for Asimov data
:param nll: negative log likelihood
:param nll0: negative log likelihood at muhat
:param return_type: (Text) can be "CLs-alpha", "1-CLs", "CLs" \
CLs-alpha: returns CLs - 0.05 \
1-CLs: returns 1-CLs value \
Expand Down

0 comments on commit 14c619b

Please sign in to comment.