Skip to content

Commit

Permalink
initial cocmmit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Oct 17, 2021
1 parent 55aa467 commit 00d70d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This is how you use the ``pyhf`` Python API to build a statistical model and run
... test_mu, data, model, test_stat="qtilde", return_expected=True
... )
>>> print(f"Observed: {CLs_obs:.10f}, Expected: {CLs_exp:.10f}")
Observed: 0.0525149729, Expected: 0.0644532007
Observed: 0.0525149742, Expected: 0.0644532054
Alternatively the statistical model and observational data can be read from its serialized JSON representation (see next section).

Expand Down

0 comments on commit 00d70d3

Please sign in to comment.