jacobbien / ggb

Graph-Guided Banding of the Covariance Matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggb

This R package implements the graph-guided banding estimators introduced in Bien, J. (2018) "Graph-Guided Banding of the Covariance Matrix". Journal of the American Statistical Association.

The easiest way to install ggb is by using the devtools R package (if not already installed, open R and type install.packages("devtools")). To install ggb, type

devtools::install_github("jacobbien/ggb", build_vignettes = TRUE)

in R. This installs ggb from github and builds its vignette. To see the vignette (which is the best way to understand how to use ggb), type

vignette("using_ggb")

in R.

About

Graph-Guided Banding of the Covariance Matrix


Languages

Language:R 72.1%Language:C 27.9%