Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additions to RooFit tutorial; links to 2020 tutorial presentations #812

Merged
merged 2 commits into from Jan 25, 2023

Conversation

adewit
Copy link
Collaborator

@adewit adewit commented Jan 25, 2023

Adds this exercise: https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/tutorial2020/exercise/#e-fitting into the 'RooFit basics' page. Also adds a 'Background' section at the top of the long exercise, with links to presentations from the 2020 tutorial (about likelihoods, confidence intervals, and about limit setting)

@adewit adewit changed the title Additions to RooFit tutorial; links to 2020 tutorial presenations Additions to RooFit tutorial; links to 2020 tutorial presentations Jan 25, 2023
docs/part5/roofit.md Outdated Show resolved Hide resolved
minim.minimize("Minuit2","migrad")
bestfitnll = nll.getVal()
```
Notice that we need to set the error level to 0.5 to get the uncertainties (relying on Wilks' theorem!) - note that there is a more reliable way of extracting the confidence interval (explicitly rather than relying on migrad). We will discuss this a bit later in this section.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this be explicitly relying on hesse? I don't know if the minimize call implicitly uses hesse but I imagine it does if the error is reported. Migrad can build an approximate hessian but idk if that is what is reported here.

@nsmith- nsmith- merged commit 05807da into cms-analysis:main Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants