KernelVaRNormalKernel function

Calculates VaR using normal kernel approach

Calculates VaR using normal kernel approach

The output consists of a scalar VaR for specified confidence level.

KernelVaRNormalKernel(Ra, cl, plot = TRUE)

Arguments

  • Ra: Profit and Loss data set
  • cl: VaR confidence level
  • plot: Bool, plots cdf if true

Returns

Scalar VaR

Examples

# VaR for specified confidence level using normal kernel approach Ra <- rnorm(30) KernelVaRNormalKernel(Ra, .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