print.gpd.fit: Nicer print of gpd.fit results

View source: R/ismevExtension.R

print.gpd.fitR Documentation

Nicer print of gpd.fit results

Description

This function prints the MLE, se, convergence info and negative log-likelihood value.

Usage

## S3 method for class 'gpd.fit'
print(x, ...)

Arguments

x

a fitted object of the class pp.fit.

...

further arguments passed to print.

Examples

y <- c(53, 52, 49, 58, 50, 48, 47, 50, 46, 46, 49, 51, 47, 49, 50) 
a <- ismev::gpd.fit(y, threshold = 46, show=FALSE)
a

ilapros/ilaprosUtils documentation built on April 6, 2023, 4:44 a.m.