The function returns the expected or observed information matrix.
Arguments
- par
vector of
loc
,scale
andshape
- dat
an
n
byr
sample 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)
ifdat
is provided.- r
number of order statistics kept. Default to
ncol(dat)