Learn R Programming

stcov (version 0.1.0)

haff_eig: Stein/Haff's ordered eigenvalue estimates

Description

Stein/Haff's ordered eigenvalue estimates

Usage

haff_eig(l, n)

Arguments

l
Sample eigenvalues
n
Number of observations

Value

  • Estimated eigenvalues

Examples

Run this code
p <- 5
n <- 10
S <- rWishart(1, n, diag(p))[,,1]
l <- eigen(S)$val
haff_eig(l, n)

Run the code above in your browser using DataLab