Skip to content

Commit

Permalink
Update stat_routines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anigamova authored Jun 24, 2024
1 parent 6690d06 commit 8e1d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial_stat_routines/stat_routines.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ First, lets generate a set of 1000 toys from our model with `r` = 1.525.
Since we want to generate frequentist toys (since we are calculating a frequentist confidence interval), we also need the `--toysFrequentist` option.

```
combine -M GenerateOnly datacard.txt -t 1000 --toysFrequentist --setParameters r=1.525
combine -M GenerateOnly datacard.txt -t 1000 --toysFrequentist --setParameters r=1.525 --saveToys
```

Now we can tell `MultiDimFit` to run over these toys by using the output from the previous step, with the command line argument `--toysFile <output_file_from_toy_generation>`.
Expand Down

0 comments on commit 8e1d83d

Please sign in to comment.