tic: Extract the Takeuchi Information Criterion

View source: R/output_functions.R

ticR Documentation

Extract the Takeuchi Information Criterion

Description

This function extract the TIC value from a fitted object.

Usage

tic(x, digits=3)

Arguments

x

An object of class ExtDep_Freq or ExtDep_Spat.

digits

Integer indicating the number of decimal places to be reported.

Value

A vector.

Author(s)

Simone Padoan, simone.padoan@unibocconi.it, https://faculty.unibocconi.it/simonepadoan/; Boris Beranger, borisberanger@gmail.com https://www.borisberanger.com;

See Also

fExtDep, fExtDepSpat

Examples

data(pollution)
f.hr <- fExtDep(x=PNS, method="PPP", model="HR", 
                par.start = rep(0.5, 3), trace=2)
tic(f.hr)

ExtremalDep documentation built on June 29, 2025, 9:06 a.m.