eesSummary: Summary statistics of extreme events

Description Usage Arguments Details Value Author(s) References Examples

View source: R/eesInference.R

Description

This function generates summary statistics for identification and analysis of extreme events.

Usage

1
   eesSummary(input)

Arguments

input

object returned by ‘get.clusters.formatted’

Details

This function generates summary statistics of extreme events, using the tail events as returned by the function ‘get.clusters.formatted’.

Following statistics are generated for both lower and upper tail events:

Value

A list object containing:

data.summary

a ‘data.frame’ containing summary of the minimum, maximum, inter-quartile range, mean, median, standard deviation and quantile values at 5%, 25%, 75% and 95%.

lower.tail

a ‘list’ that contains ‘extreme.event.distribution’, ‘runlength’, ‘quantile.values’ and ‘yearly.extreme.event’ for the events on the lower tail of the distribution. See ‘Details’.

upper.tail

a ‘list’ that contains ‘extreme.event.distribution’, ‘runlength’, ‘quantile.values’ and ‘yearly.extreme.event’ for the events on the upper tail of the distribution. See ‘Details’.

Author(s)

Vikram Bahure, Vimal Balasubramaniam

References

Ila Patnaik, Nirvikar Singh and Ajay Shah (2013). Foreign Investors under stress: Evidence from India. International Finance, 16(2), 213-244. http://onlinelibrary.wiley.com/doi/10.1111/j.1468-2362.2013.12032.x/abstract http://macrofinance.nipfp.org.in/releases/PatnaikShahSingh2013_Foreign_Investors.html

Examples

1
2
3
4
5
6
7
data(OtherReturns)

formattedClusters <- get.clusters.formatted(event.series = OtherReturns[, "SP500"],
                                          response.series = OtherReturns[, "NiftyIndex"])

ees.summary.tables <- eesSummary(formattedClusters)
str(ees.summary.tables, max.level = 2)

nipfpmf/eventstudies documentation built on June 7, 2020, 3:57 p.m.