Skip to content

Package Development for GSOC 2015

Notifications You must be signed in to change notification settings

nicolaschapados/covmat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covmat

Package Development for GSOC 2015

Build Status Coverage Status CRAN Downloads

Covmat is a collection of techniques for estimating convariance matrices. Covariance matrices can be built using missing data. Stambaugh Estimation and FMMC methods can be used to construct such matrices. Covariance matrices can be built by denoising or shrinking the eigenvalues of a sample covariance matrix. Such techniques work by exploiting the tools in Random Matrix Theory to analyse the distribution of eigenvalues. Covariance matrices can also be built assuming that data has many underlying regimes. Each regime is allowed to follow a Dynamic Conditional Correlation model. Robust covariance matrices can be constructed by multivariate cleaning and smoothing of noisy data.

Installation

To get started, you can install the package from github using devtools.

library(devtools)
install_github("arorar/covmat")

Examples

Detailed information on covmat's functionality and use can be found by reading the covmat vignette

About

Package Development for GSOC 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%