Skip to content

Commit

Permalink
Merge pull request #407 from hyanwong/vgamma-default
Browse files Browse the repository at this point in the history
Start describing the rescaling step
  • Loading branch information
hyanwong authored Jun 10, 2024
2 parents 298aaae + 29bd5c8 commit 7ed89a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,12 @@ ts = tsdate.date(input_ts, mutation_rate=1e-8, progress=True)
(sec_rescaling)=
#### Rescaling

TODO: briefly describe the rescaling step. Could also link to [the population size docs](sec_popsize)
The `variational_gamma` method implements a step that we call *rescaling*, which can account for
the effects of variable population sizes though time.

TODO: describe the rescaling step in more detail. Could also link to [the population size docs](sec_popsize)



(sec_methods_discrete_time)=

Expand Down

0 comments on commit 7ed89a6

Please sign in to comment.