Estimate Row-Row Covariance Structure Using Gemini
Estimate Row-Row Covariance Structure Using Gemini
GeminiB estimates the row-row covariance, inverse covariance, correlation, and inverse correlation matrices using Gemini. For identifiability, the covariance factors A and B are scaled so that A has trace m, where m is the number of columns of X, A is the column-column covariance matrix, and B is the row-row covariance matrix.
GeminiB(X, rowpen, penalize.diagonal =FALSE)
Arguments
X: Data matrix, of dimensions n by m.
rowpen: Glasso penalty parameter.
penalize.diagonal: Logical value indicating whether to penalize the off-diagonal entries of the correlation matrix. Default is FALSE.