tic: Extract the Takeuchi Information Criterion

View source: R/output_functions.R

ticR Documentation

Extract the Takeuchi Information Criterion

Description

This function extracts 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 report. Default is 3.

Value

A numeric vector containing the TIC value(s) of the fitted object.

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 Aug. 21, 2025, 5:57 p.m.