plot.RMT: Eigenvalue plot

Description Usage Arguments Details Author(s) Examples

Description

Eigenvalue plot

Usage

1
2
## S3 method for class 'RMT'
plot(x, y, ...)

Arguments

x

model of the type RMT obtained by fitting an RMT model to the data

y

unused

...

additional arguments unused

Details

Plots eigenvalues of the correlation matrix and overlays the Marchenko-Pastur density on top of it. There is a shap cutoff for the density. We are concerned with eigenvalues beyond this cutoff. Paramters used for plotting are added to the plot

Author(s)

Rohit Arora

Examples

1
2
3
4
5
6
## Not run: 
 data("largereturn")
 model <- estRMT(largesymdata)
 plot(model)

## End(Not run)

arorar/covmat documentation built on May 10, 2019, 1:48 p.m.