covEstimate: Estimate covariance matrix

Description Usage Arguments Details Author(s)

Description

Estimate covariance matrix

Usage

1
2
3
  covEstimate(R,
    method = c("classic", "mcd", "m_estimate", "mm_estimate", "mve", "ogk", "sde", "s_estimate", "lw_shrinkage", "js_shrinkage"),
    control = list())

Arguments

R

xts or matrix of asset returns

method

The method used to compute the covariance estimate

control

named list of arguments

Details

Add detail for each method

Author(s)

Ross Bennett


fincov documentation built on May 2, 2019, 5:17 p.m.

Related to covEstimate in fincov...