Description Usage Arguments Value Author(s) References Examples
Estimates value of Hill Quantile Estimator for a specified data set, tail index, in-sample probability and confidence level.
| 1 | HillQuantileEstimator(Ra, tail.index, in.sample.prob, cl)
 | 
| Ra | A data set | 
| tail.index | Assumed tail index | 
| in.sample.prob | In-sample probability (used as basis for projection) | 
| cl | Confidence level | 
Value of Hill Quantile Estimator
Dinesh Acharya
Dowd, K. Measuring Market Risk, Wiley, 2007.
Next reference
| 1 2 3 | # Computes estimates value of hill estimator for a specified data set
   Ra <- rnorm(1000)
   HillQuantileEstimator(Ra, 40, .5, .9)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.