| iwls_methods | R Documentation |
"iwls"Methods for objects of class c("iwls", "exdex") returned from
iwls.
## S3 method for class 'iwls'
coef(object, ...)
## S3 method for class 'iwls'
nobs(object, ...)
## S3 method for class 'iwls'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
object |
and object of class |
... |
Further arguments. None are used. |
x |
an object of class |
digits |
The argument |
print.iwls prints the original call to iwls
and the estimate of the extremal index \theta.
coef.iwls. A numeric scalar: the estimate of the extremal index
\theta.
nobs.iwls. A numeric scalar: the number of inter-exceedance times
used in the fit.
print.iwls. The argument x, invisibly.
See the examples in iwls.
iwls for maximum likelihood estimation of the
extremal index \theta using the K-gaps model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.