Learn R Programming

CVTuningCov (version 1.0)

Regularized Estimators of Covariance Matrices with CV Tuning

Description

This is a package for selecting tuning parameters based on cross-validation (CV) in regularized estimators of large covariance matrices. Four regularized methods are implemented: banding, tapering, hard-thresholding and soft-thresholding. Two types of matrix norms are applied: Frobenius norm and operator norm. Two types of CV are considered: K-fold CV and random CV. Usually K-fold CV use K-1 folds to train a model and the rest one fold to validate the model. The reverse version trains a model with 1 fold and validates with the rest with K-1 folds. Random CV randomly splits the data set to two parts, a training set and a validation set with user-specified sizes.

Copy Link

Version

Install

install.packages('CVTuningCov')

Monthly Downloads

9

Version

1.0

License

GPL-2

Maintainer

Binhuan Wang

Last Published

August 15th, 2014

Functions in CVTuningCov (1.0)

AR1

Covariance Matrix with AR(1) Structure
CVTuningCov-package

Select Tuning Parameters based on CV in Regularized Estimators of Covariance Matrices
regular.CV

Select Tuning Parameter for Regularized Covariance Matrix by K-fold CV
soft.thresholding

Soft-thresholding Operator on A Covariance Matrix
random.CV

Select Tuning Parameter for Regularized Covariance Matrix by Random CV
hard.thresholding

Hard-thresholding Operator on A Covariance Matrix
tapering

A Tapering Operator on A Matrix
banding

A Banding Operator on A Matrix