From caa23f48483d18877fac8cd9a327b0648cf73261 Mon Sep 17 00:00:00 2001 From: Tess-LaCoil Date: Sun, 1 Dec 2024 11:17:31 +1100 Subject: [PATCH] Testing equation environment. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3851a05..edc06d7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ As `hmde` is first intended for biologists, the initial set of vignettes (`hmde` ## The Maths The general use case is to estimate a vector of parameters $\boldsymbol{\theta}$ for a chosen differential equation -$$f\left( Y \left( t \right), \boldsymbol{\theta} \right) = \frac{dY}{dt}$$ +\begin{equation} +f\left( Y \left( t \right), \boldsymbol{\theta} \right) = \frac{dY}{dt} +\end{equation} based on the longitudinal structure $$Y \left( t_{j+1} \right) = Y\left( t_j \right) + \int_{t_j}^{t_{j+1}}f\left( Y \left( t \right), \boldsymbol{\theta} \right)\,dt. $$