Firth's modified score equation for the generalized Pareto distribution
Source:R/bias.R
gpd.Fscore.Rd
Firth's modified score equation for the generalized Pareto distribution
Usage
gpd.Fscore(par, dat, method = c("obs", "exp"))
Arguments
- par
vector of
scale
andshape
- dat
sample vector
- method
string indicating whether to use the expected (
'exp'
) or the observed ('obs'
- the default) information matrix.