T_grow_j: Moran growth waiting time

Description Usage Arguments Details Value Examples

View source: R/speedestimates.R

Description

Mean time from population size 1 until size j <= K in a Moran process

Usage

1
T_grow_j(j, r1, r2, K)

Arguments

j

final population size of the focus type

r1

birth rate of non-focus cells, relative to reference birth rate

r2

birth rate of focus cell type, relative to r1

K

deme carrying capacity

Details

See Traulsen 2009, equations 1.38 and 1.39.

Value

The waiting time.

Examples

1
T_grow_j(3, 1, 1.1, 4)

robjohnnoble/demonanalysis documentation built on June 30, 2020, 12:47 a.m.