Learn R Programming

Dowd (version 0.12)

MEFPlot: Mean Excess Function Plot

Description

Plots mean-excess function values of the data set.

Usage

MEFPlot(Ra)

Arguments

Ra
Vector data

References

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

Examples

Run this code
# Plots mean-excess function values
   Ra <- rnorm(1000)
   MEFPlot(Ra)

Run the code above in your browser using DataLab