Learn R Programming

exdex (version 1.0.1)

summary.kgaps: Summary method for a "kgaps" object

Description

summary method for class "kgaps"

Usage

# S3 method for kgaps
summary(object, digits = max(3, getOption("digits") -
  3L), ...)

Arguments

object

an object of class "kgaps", a result of a call to kgaps.

digits

An integer. Used for number formatting with signif.

...

Additional arguments. None are used in this function.

Value

Returns a list containing the list element object$call and a numeric matrix summary giving the Estimate of the extremal index \(\theta\) and the estimated standard error (Std. Error).

Examples

See the examples in kgaps.

See Also

kgaps for estimation of the extremal index \(\theta\) using a semiparametric maxima method.

confint.kgaps for estimation of confidence intervals for \(\theta\).