Learn R Programming

Dowd (version 0.12)

GumbelESPlot2DCl: Gumbel VaR

Description

Estimates the EV VaR of a portfolio assuming extreme losses are Gumbel distributed, for specified confidence level and holding period.

Usage

GumbelESPlot2DCl(mu, sigma, n, cl, hp)

Arguments

mu
Location parameter for daily L/P
sigma
Assumed scale parameter for daily L/P
n
size from which the maxima are drawn
cl
VaR confidence level
hp
VaR holding period

References

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

Examples

Run this code
# Plots ES against Cl
   GumbelESPlot2DCl(0, 1.2, 100, seq(0.8,0.99,0.02), 280)

Run the code above in your browser using DataLab