Learn R Programming

Dowd (version 0.12)

PCAVaRPlot: VaR plot

Description

Estimates VaR plot using principal components analysis

Usage

PCAVaRPlot(Ra, position.data)

Arguments

Ra
Matrix return data set where each row is interpreted as a set of daily observations, and each column as the returns to each position in a portfolio
position.data
Position-size vector, giving amount invested in each position

References

Dowd, K. Measuring Market Risk, Wiley, 2007.

Examples

Run this code
# Computes PCA VaR
   Ra <- matrix(rnorm(15*20),15,20)
   position.data <- rnorm(20)
   PCAVaRPlot(Ra, position.data)

Run the code above in your browser using DataLab