exact_evidence {BeviMed}R Documentation

Calculate exact evidence for model gamma = 1

Description

Directly evaluate evidence for model gamma = 1 by summing likelihood over all partitions of variants. Note, complexity grows exponentially with the number of variants, so is intractable for much more than ten variants.

Usage

exact_evidence(G, ...)

Arguments

G

Integer matrix of variant counts per individual, one row per individual and one column per variant.

...

Other arguments to pass to lower_bound_gamma1_evidence.

Value

Log marginal likelihood.

See Also

gamma0_evidence, lower_bound_gamma1_evidence


[Package BeviMed version 5.3 Index]