Description Usage Arguments Value Source Examples
View source: R/hello.R View source: R/code_package_v4_juin_2019.R View source: R/code_package_v3_juin_2019.R View source: R/code_package.r View source: R/code_package.R
Fit the Extended Pareto distribution to a vector of observations, with weights
1 2 3 4 5 6 7 8 9 |
data |
vector of observations |
weights |
vector of (positive) weights |
rho |
parameter of Fraga Alves et al. (2003) estimate |
start |
vector of length 2 containing the starting values for the optimisation |
direct |
logical indicating if the parameters are obtained by directly maximising the log-likelihood function |
warnings |
logical indicating if possible warnings from the optimisation function are shown |
a list with k
the number of observations used, gamma
the vector of the corresponding estimates for the tail parameter of the EPD, kappa
the vector of the corresponding MLE estimates for the kappa parameter of the EPD and tau
the vector of the corresponding estimates for the second order tail index parameter of the EPD using Hill estimates and values for rho
adapted from https://github.com/TReynkens/ReIns/blob/master/R/EPD.R Tom Reynkens, ReIns package version 1.0.7
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.