Skip to content

Commit

Permalink
Fixed escape sequence bug in documentation for R - r function
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 19, 2024
1 parent db76841 commit 4b47695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EpiAware/src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ given the reproductive ratio `R₀` and the discretized generation interval `w`
discretized interval width `Δd`. This is based on the implicit solution of
```math
G(r) - {1 \over R_0} = 0.
G(r) - {1 \\over R_0} = 0.
```
where
```math
G(r) = \sum_{i=1}^n w_i e^{-r i}.
G(r) = \\sum_{i=1}^n w_i e^{-r i}.
```
is the negative moment generating function (MGF) of the generation interval distribution.
Expand Down

0 comments on commit 4b47695

Please sign in to comment.