The function returns the expected or observed information matrix.
Arguments
- par
vector of
loc,scaleandshape- dat
an
nbyrsample matrix, ordered from largest to smallest in each row- method
string indicating whether to use the expected (
'exp') or the observed ('obs'- the default) information matrix.- nobs
number of observations for the expected information matrix. Default to
nrow(dat)ifdatis provided.- r
number of order statistics kept. Default to
ncol(dat)