From e84e4c1b0c9bad8f38ac698c1f12634cf84c77fe Mon Sep 17 00:00:00 2001 From: Kyle Cormier Date: Tue, 25 Jun 2024 10:45:57 +0200 Subject: [PATCH] fix typos --- docs/model_building_tutorial2024/model_building_exercise.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/model_building_tutorial2024/model_building_exercise.md b/docs/model_building_tutorial2024/model_building_exercise.md index ad23742dabd..accf6322285 100644 --- a/docs/model_building_tutorial2024/model_building_exercise.md +++ b/docs/model_building_tutorial2024/model_building_exercise.md @@ -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: