computeEll: Estimate Ell of Spiked Covariance Matrix Estimator

View source: R/spikedCovarianceHelpers.R

computeEllR Documentation

Estimate Ell of Spiked Covariance Matrix Estimator

Description

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

Usage

computeEll(scaled_eig_vals, p, p_n_ratio)

Arguments

scaled_eig_vals

A numeric vector of scaled estimated eigenvalues.

p

A numeric integer indicating the number of features in the data.

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.