lli_homo {lglasso} | R Documentation |
full log likelihood used in EBIC computation
Description
full log likelihood used in EBIC computation
Usage
lli_homo(idata, omega, tau, type)
Arguments
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
Value of likelihood function for subject i at given omega and tau
Author(s)
Jie Zhou
[Package lglasso version 0.1.0 Index]