Learn R Programming

exdex (version 1.0.1)

summary.spm: Summary method for an "spm" object

Description

summary method for class "spm"

Usage

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

Arguments

object

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

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, for all three variants of the semiparametric estimator and both sliding and disjoint blocks, the (bias-adjusted) Estimate of the extremal index \(\theta\), the estimated standard error (Std. Error), and the bias adjustment (Bias adj.) applied to obtain the estimate, i.e. the value subtracted from the raw estimate. If any of the (bias-adjusted) estimates are greater than 1 then a column containing the unconstrained estimates (Uncon. estimate) is added.

Examples

See the examples in spm.

See Also

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

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