Learn R Programming

updog (version 1.2.0)

get_conv_inner_weights: Get the inner weights used for the em update in update_pp_f1 when there are more than two bivalent components for one of the parents.

Description

Get the inner weights used for the em update in update_pp_f1 when there are more than two bivalent components for one of the parents.

Usage

get_conv_inner_weights(psegprob, psegmat)

Arguments

psegprob

One of the parents segregation probability vector.

psegmat

The other parent's segregation matrix.

Value

A matrix. The columns index the K components (aka individuals in the context of the local problem) and the rows index the bivalent components.

See Also

update_pp_f1 for where this is used. uni_em_const for where the weights are used (equivalent to lmat there).