insert_Y_l_matrices: compute the Y_l matrices for each locus in a list

View source: R/genotypes_and_error.R

insert_Y_l_matricesR Documentation

compute the Y_l matrices for each locus in a list

Description

Once you have the X_l matrices for each kappa, and the C_l matrices have been inserted into the list, then this function cycles over the loci and the kappa values and does the matrix multiplication to give you the matrix Y_l. This actually gives you the matrices Y_l_true and Y_l, but for now they are the same. I just want to put that into the code at this point so I can work with them appropriately.

Usage

insert_Y_l_matrices(L)

Arguments

L

the list of X_l and C_l matrices

Examples

example(insert_C_l_matrices)
mh_yl_example <- insert_Y_l_matrices(mh_cl_example)

eriqande/CKMRsim documentation built on Aug. 2, 2024, 7:23 a.m.