Learn R Programming

exdex (version 1.2.3)

iwls_methods: Methods for objects of class "iwls"

Description

Methods for objects of class c("iwls", "exdex") returned from iwls.

Usage

# S3 method for iwls
coef(object, ...)

# S3 method for iwls nobs(object, ...)

# S3 method for iwls print(x, digits = max(3L, getOption("digits") - 3L), ...)

Value

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.

Arguments

object

and object of class c("iwls", "exdex") returned from iwls.

...

Further arguments. None are used.

x

an object of class c("iwls", "exdex"), a result of a call to iwls.

digits

The argument digits to print.default.

Examples

See the examples in iwls.

Details

print.iwls prints the original call to iwls and the estimate of the extremal index \(\theta\).

See Also

iwls for maximum likelihood estimation of the extremal index \(\theta\) using the \(K\)-gaps model.