GoTFPool: Goodness of tail fit (GoTF) for pooling groups

View source: R/All.R

GoTFPoolR Documentation

Goodness of tail fit (GoTF) for pooling groups

Description

Calculates GoTF scores for pooling groups for both generalised extreme value (GEV), generalised logistic (GenLog) & Gumbel distributions

Usage

GoTFPool(x)

Arguments

x

pooling group derived from the Pool function

Details

The GoTF for pooling groups is calculated by standardising all the sites in the group (dividing by median) and calculating the linear coefficient of variation (Lcv) and linear skewness (Lskew) of the pooled data as if it was one sample. The GoTF() function is then applied to the pooled data with the GF arguments using the aforementioned Lcv and Lskew, and QMED equal to one. The GoTF scores are calculated for the GEV, Gumbel, and GenLog distributions and can be used to assist the decision of which distribution to use for the final estimates. See details for the GoTF function for information about the resulting values. The closer the scores are to one, the better the tail fit.

Value

A list of two data.frames. Each with one row of the two GoTF values related to the columns; p(Tail cv) & p(Tail mean). See GoTF details. The first data.frame is for the GEV distribution, the second is for the GenLog distribution, and the third is for the Gumbel distribution.

Author(s)

Anthony Hammond

Examples

#Get CDs, create pooled group and calculate GoTFs.
CDs.203018 <- GetCDs(203018)
Pool.203018 <- Pool(CDs.203018)
GoTFPool(Pool.203018)

UKFE documentation built on Nov. 6, 2023, 1:07 a.m.

Related to GoTFPool in UKFE...