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

fix typos #984

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/model_building_tutorial2024/model_building_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ Now the `htt_tt_combined.txt` contains signal and control regions. To allow the

The following lines define `rate_TT` and `rate_ZMM` rate parameters scaling TT and ZLL processes in all regions simultaneously:
```
rate_TT rateParam * TT 1 [0, 5]
rate_TT rateParam * TTT 1 [0, 5]
rate_ZMM rateParam * ZLL 1 [0, 2]
rate_TT rateParam * TT 1 [0,5]
rate_TT rateParam * TTT 1 [0,5]
rate_ZMM rateParam * ZLL 1 [0,2]
```

Note that by default rate parameters are freely floating (unconstrained) parameters in Combine, however it is possible to add a constrain term to the likelihood by adding the `param` modifier with the same name as rate parameter:
Expand Down
Loading