Skip to content

Commit

Permalink
refs #92 doc updats
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLim23 committed Aug 8, 2024
1 parent c41c260 commit 64f2de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/cf_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Essentially these methods will sample the PDF directly, allowing them to generat
Bayesian model selection use Bayes theorm to calculate the probability, :math:`P` of the data :math:`D` given the model :math:`M`

.. math::
:label: int
:name: eq_int
P(D|M) = \int_\Omega P(D| \underline{\theta}, M)P( \underline{\theta}|M)\mathrm{d\underline{\theta}}.
Expand All @@ -44,7 +44,7 @@ where the :math:`\underline{\theta}` are the parameters and the integral is over
quickBayes
----------

The quickBayes method makes a series of assumptions to reduce :ref:`the full PDF evaluation <int>` to a single analytic equation.
The quickBayes method makes a series of assumptions to reduce :ref:`the full PDF evaluation <eq_int>` to a single analytic equation.
The full theory is discussed here.
The key assumptions are:

Expand All @@ -71,7 +71,7 @@ where :math:`P(D | M)` is the probability of the data given the model, :math:`P(
The probability of the data will be the same for all models, so by taking a ratio the term can be removed

.. math::
:label: eq:odds
:label: odds
O_{21} = \frac{P(M_2 | D)}{P(M_1 | D) = \frac{P(D | M_2)P(M_2)}{P(D | M_1)P(M_1)}
Expand Down

0 comments on commit 64f2de8

Please sign in to comment.