-
Dear pyhf users, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@ssaha1234 Can you be more specific about which Did you want one of the $$ If so, then use (All APIs in this answer given assuming using |
Beta Was this translation helpful? Give feedback.
-
Hi @matthewfeickert and @kratsg,
Now, I have already got the Brazil Band plot for all of my data (which shows the 95% expected limit on the branching fraction of the process vs different mass hypothesis of the new particle). Thanks a lot ! |
Beta Was this translation helpful? Give feedback.
Hi @matthewfeickert and @kratsg,
Thanks for all the replies, and apologies for not giving much detail about the thing I was trying to achieve. Basically, I have run the
hypotest
over my json input file, testing 100 mu values (sys.argv[3]
below) -result = pyhf.infer.hypotest(float(sys.argv[3]), data, model, return_expected_set=True)
Now, I have already got the Brazil Band plot for all of my data (which shows the 95% expected limit on the branching fraction of the process vs different mass hypothesis of the new particle).
Next, I have made the
observed
line overlaying this CL expected Brazil Band using the same lines of code as above, and using unblinded data instead. As a next step, I wou…