est: Extract the estimated parameter

View source: R/output_functions.R

estR Documentation

Extract the estimated parameter

Description

This function extracts the estimated parameters from a fitted object.

Usage

est(x, digits = 3)

Arguments

x

An object of class ExtDep_Bayes, 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

fExtDepSpat, fExtDep

Examples

data(pollution)

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

est(f.hr)

ExtremalDep documentation built on Aug. 21, 2025, 5:57 p.m.