summary-method: mle.ghyp summary

Description Usage Arguments Value Author(s) See Also Examples

Description

Produces a formatted output of a fitted generalized hyperbolic distribution.

Usage

1
2
## S4 method for signature 'mle.ghyp'
summary(object)

Arguments

object

An object of class mle.ghyp.

Value

Nothing is returned.

Author(s)

David Luethi

See Also

Fitting functions fit.ghypuv and fit.ghypmv, coef, mean, vcov and ghyp.fit.info for accessor functions for mle.ghyp objects.

Examples

1
2
3
  data(smi.stocks)
  mle.ghyp.object <- fit.NIGmv(smi.stocks[, c("Nestle", "Swiss.Re", "Novartis")])
  summary(mle.ghyp.object)

ghyp documentation built on May 2, 2019, 6:09 p.m.