Learn R Programming

ghyp (version 1.1.0)

summary-methods: mle.ghyp summary

Description

Produces a formatted output of a fitted generalized hyperbolic distribution.

Usage

## S3 method for class 'mle.ghyp':
summary(object)

Arguments

object
An object of class mle.ghyp.

Value

  • Nothing

See Also

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

Examples

Run this code
data(smi.stocks)
  mle.ghyp.object <- fit.NIGmv(smi.stocks[, c("Nestle", "Swiss.Re", "Novartis")])
  summary(mle.ghyp.object)

Run the code above in your browser using DataLab