Skip to content

Commit

Permalink
Fix error in doc where text for p and r were swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
aauss committed Jul 24, 2023
1 parent 51ec6a0 commit 06b7f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epysurv/simulation/point_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class PointSource(BaseSimulation):
frequency
Factor in oscillation term. Is multiplied with the annual term :math:`\omega` and the current time point.
p
Probability to get no new outbreak at time :math:`t` if there was none at time :math:`t-1`.
Probability to get a new outbreak at time :math:`t` if there was none at time :math:`t-1`.
r
Probability to get a new outbreak at time :math:`t` if there was one at time :math:`t-1`.
Probability to get no new outbreak at time :math:`t` if there was one at time :math:`t-1`.
seasonal_move
A term added to time point :math:`t` to move the curve along the x-axis.
seed
Expand Down

0 comments on commit 06b7f30

Please sign in to comment.