Learn R Programming

Dowd (version 0.12)

KernelVaREpanechinikovKernel: Calculates VaR using epanechinikov kernel approach

Description

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

Usage

KernelVaREpanechinikovKernel(Ra, cl, plot = TRUE)

Arguments

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

Value

Scalar VaR

References

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

Examples

Run this code
# VaR for specified confidence level using epanechinikov kernel approach
   Ra <- rnorm(30)
   KernelVaREpanechinikovKernel(Ra, .95)

Run the code above in your browser using DataLab