Learn R Programming

DOSPortfolio (version 0.1.0)

ComputeBeta: A helper function for computing beta coefficients used in the case of the overlapping sample BODNAR21dynshrinkDOSPortfolio

Description

The function computes the beta coefficients from Eq. (2.20) in BODNAR21dynshrink;textualDOSPortfolio, which are used in the recursive computation of the dynamic shrinkage estimator of the GMV portfolio weights in the case of overlapping samples.

Usage

ComputeBeta(i, j, Psi)

Arguments

i

an integer greater than one.

j

an integer greater than one.

Psi

vector, the vector of the optimal shrinkage intensities computed in the previous step of the recursion.

Value

a number

References