BootstrapVaRFigure function

Plots figure of bootstrapped VaR

Plots figure of bootstrapped VaR

Plots figure for the bootstrapped VaR, for confidence level and holding period implied by data frequency.

BootstrapVaRFigure(Ra, number.resamples, cl)

Arguments

  • Ra: Vector corresponding to profit and loss distribution
  • number.resamples: Number of samples to be taken in bootstrap procedure
  • cl: Number corresponding to Value at Risk confidence level

Examples

# To be modified with appropriate data. # Estimates 90% confidence interval for bootstrapped VaR for 95% # confidence interval Ra <- rnorm(1000) BootstrapESFigure(Ra, 500, 0.95)

Author(s)

Dinesh Acharya

References

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

  • Maintainer: Dinesh Acharya
  • License: GPL
  • Last published: 2016-03-11

Useful links