rlarg.infomat {mev} | R Documentation |
Information matrix for the r-largest observations.
Description
The function returns the expected or observed information matrix.
Usage
rlarg.infomat(
par,
dat,
method = c("obs", "exp"),
nobs = nrow(dat),
r = ncol(dat)
)
Arguments
par |
vector of |
dat |
an |
method |
string indicating whether to use the expected ( |
nobs |
number of observations for the expected information matrix. Default to |
r |
number of order statistics kept. Default to |
See Also
[Package mev version 1.17 Index]