Description Usage Arguments Author(s) References Examples
Plots of emperical mean excess function and Generalized mean excess function.
| 1 | GParetoMEFPlot(Ra, mu, beta, zeta)
 | 
| Ra | Vector of daily Profit/Loss data | 
| mu | Location parameter | 
| beta | Scale parameter | 
| zeta | Assumed tail index | 
Dinesh Acharya
Dowd, K. Measuring Market Risk, Wiley, 2007.
| 1 2 3 4 5 6 | # Computes ES assuming generalised Pareto for following parameters
   Ra <- 5 * rnorm(100)
   mu <- 0
   beta <- 1.2
   zeta <- 1.6
   GParetoMEFPlot(Ra, mu, beta, zeta)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.