update_v {gemma2}R Documentation

Update V_e and V_g

Description

Update V_e and V_g

Usage

update_v(eval, U, E, Sigma_uu, Sigma_ee, tol = 1/10000)

Arguments

eval

vector of eigenvalues from eigendecomposition of relatedness matrix

U

matrix

E

matrix

Sigma_uu

matrix

Sigma_ee

matrix

tol

a positive number indicating tolerance to be passed to isSymmetric()

See Also

Other expectation-maximization functions: UpdateRL_B(), update_e(), update_u()


[Package gemma2 version 0.1.3 Index]