From a4d22c7eeaa76162f3df1690ff7944e14732a4ce Mon Sep 17 00:00:00 2001 From: Kyle Cormier Date: Thu, 14 Mar 2024 09:52:55 +0100 Subject: [PATCH] Minor comment updates --- docs/what_combine_does/introduction.md | 2 +- docs/what_combine_does/model_and_likelihood.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/what_combine_does/introduction.md b/docs/what_combine_does/introduction.md index 25a550cac8d..58cc8c8731c 100644 --- a/docs/what_combine_does/introduction.md +++ b/docs/what_combine_does/introduction.md @@ -12,7 +12,7 @@ Roughly, combine does three things: 2. Runs statistical tests on the model and observed data; 3. Provides tools for validating, inspecting, and understanding the model and the statistical tests. -Combine can be used for analyses in HEP ranging from simple counting experiments, to unfolded measurements, new physics searches,combinations of measurements, and EFT fits. +Combine can be used for analyses in HEP ranging from simple counting experiments to unfolded measurements, new physics searches, combinations of measurements, and EFT fits. ## Model Building diff --git a/docs/what_combine_does/model_and_likelihood.md b/docs/what_combine_does/model_and_likelihood.md index 7a350aa34ca..27c1f0fbdb2 100644 --- a/docs/what_combine_does/model_and_likelihood.md +++ b/docs/what_combine_does/model_and_likelihood.md @@ -2,7 +2,7 @@ ## The Observation Model -The observation model, $\mathcal{M}( \vec{\Phi}_{0})$ defines the probability for any set of observations given specific values of the input parameters of the model $\vec{\Phi}_0$. +The observation model, $\mathcal{M}( \vec{\Phi})$ defines the probability for any set of observations given specific values of the input parameters of the model $\vec{\Phi}$. The probability for any observed data is denoted: $$ p_{\mathcal{M}}(\mathrm{data}; \vec{\Phi}_0 ) $$ diff --git a/mkdocs.yml b/mkdocs.yml index cf5de637958..370bc538c0d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ edit_uri: edit/main/docs nav: - Home: index.md - What Combine Does: - - Intro: what_combine_does/introduction.md + - Introduction: what_combine_does/introduction.md - Model and Likelihood: what_combine_does/model_and_likelihood.md - Fitting Concepts: what_combine_does/fitting_concepts.md - Statistical Tests: what_combine_does/statistical_tests.md