cov_shrink_to_bayes_stein: Shrink the Variance-Covariance Matrix towards the Bayes-Stein...

Description Usage Arguments Value Author(s) References Examples

View source: R/cov_shrink_to_bayes_stein.R

Description

Implements the variance-covariance matrix as described in Jorrion (1986),

Usage

1

Arguments

R

A vector, matrix, data.frame, xts, timeSeries, zoo or a tibble object.

Value

A variance-covariance matrix.

Author(s)

Bernardo Reckziegel

References

Jorion, Philippe. Bayes-Stein Estimation For Portfolio Analysis. Journal of Financial and Quantitative Analysis 21.3 (1986): 279-292.

Examples

1
2
3
library(PortfolioAnalytics)
data(edhec)
cov_shrink_to_bayes_stein(edhec)

Reckziegel/PortfolioMoments documentation built on May 29, 2019, 1:21 p.m.