lli_homo {lglasso} | R Documentation |
full log likelihood used in EBIC computation
lli_homo(idata, omega, tau, type)
idata |
Data matrix for the subject i in which the first column is id for subject, the second column is the time points of observation. Columns 2 to (p+2) is the observations for p variables. |
omega |
Precision matrix |
tau |
Correlation parameter |
type |
Type of correlation function, which can take either "abs" or "qua". |
Value of likelihood function for subject i at given omega and tau
Jie Zhou