Skip to content

Commit

Permalink
Update roofit.md
Browse files Browse the repository at this point in the history
Modify language in tutorial
  • Loading branch information
nucleosynthesis authored Mar 11, 2024
1 parent 87a3dfa commit 01ff062
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/part5/roofit.md
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,9 @@ canv.SaveAs("likelihoodscan.pdf")
```
Well, this is doable - but we were only looking at a simple one-bin counting experiment. This might become rather cumbersome for large models... $[*]$
We will now switch to <span style="font-variant:small-caps;">Combine</span> which will make it a lot easier to set up your model and do the statistical analysis than trying to build the likelihood yourself.
$[*]$ Side note - `RooFit` does have additional functionality to help with statistical model building, but we will not go into detail today.
For the next set ot tutorials, we will now switch to working with <span style="font-variant:small-caps;">Combine</span> that will help in building the statistical model and do the statistical analysis, instead of building the likelihood with `RooFit`.
!!! info
`RooFit` does have additional functionality to help with statistical model building, but we will not go into detail in these tutorials.

0 comments on commit 01ff062

Please sign in to comment.