computeC: Estimate C of Spiked Covariance Matrix Estimator

View source: R/spikedCovarianceHelpers.R

computeCR Documentation

Estimate C of Spiked Covariance Matrix Estimator

Description

computeC() computes the c(ell) value described in \insertCitedonoho2018;textualcvCovEst.

Usage

computeC(ell, p_n_ratio)

Arguments

ell

A numeric vector output by computeEll().

p_n_ratio

A numeric indicating the asymptotic ratio of the number of features, p, and the number of observations, n. This ratio is assumed to be between 0 and 1.

Value

A numeric vector.

References

\insertAllCited

cvCovEst documentation built on May 29, 2024, 5:51 a.m.