mle {lglasso} | R Documentation |
Maximum Likelihood Estimate of Precision Matrix and Correlation Parameters for Given Network
Description
Maximum Likelihood Estimate of Precision Matrix and Correlation Parameters for Given Network
Usage
mle(
data,
network,
heter = TRUE,
type = 1,
tole = 0.01,
lower = 0.01,
upper = 10
)
Arguments
data |
Data matrix in which the first column is subject id, the second column is
time points of observations for temporal data or site id for spatial data.
Columns |
network |
The network selected by function lglasso |
heter |
Binary variable |
type |
A positive number which specify the correlation function. The general form of correlation function is given by |
tole |
Threshold for convergence. Default value is |
lower |
Lower bound for predicts of correlation parameter |
upper |
Upper bound for predicts of correlation parameter |
Value
A list which include the maximum likelihood estimate of precision matrix, correlation parameter tau
. If heter=TRUE
,
the output also include the estimate of alpha where tau~exp(alpha)
Author(s)
Jie Zhou