We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26830 commit 5fcf95bCopy full SHA for 5fcf95b
src/pyhf/infer/calculators.py
@@ -67,7 +67,7 @@ def cdf(self, value):
67
value (`float`): The test statistic value.
68
69
Returns:
70
- probability (`float`): The integrated probability to observe a test statistic less than or equal to the observed ``value``.
+ Float: The integrated probability to observe a test statistic less than or equal to the observed ``value``.
71
72
"""
73
tensorlib, _ = get_backend()
0 commit comments