Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kcormi committed Jun 25, 2024
1 parent b5c892f commit e84e4c1
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e84e4c1

Please sign in to comment.