exp_Fa {purgeR}R Documentation

Expected ancestral inbreeding coefficient

Description

Estimates the expected ancestral inbreeding coefficient (Fa) as a function of the effective population size and generation number

Usage

exp_Fa(Ne, t)

Arguments

Ne

Effective population size

t

Generation number

Details

Computation of the ancestral inbreeding coefficient uses the adaptation from Ballou's (1997) formula, as in López-Cortegano et al. (2018):

Fa(t) = 1 - (1 - 1/2N) ^ (1/2 (t-1)t)

Value

The ancestral inbreeding coefficient

References

See Also

ip_Fa

Examples

exp_Fa(Ne = 50, t = 0)
exp_Fa(Ne = 50, t = 50)
exp_Fa(Ne = 10, t = 50)

[Package purgeR version 1.8.2 Index]