summary-method | R Documentation |
Produces a formatted output of a fitted generalized hyperbolic distribution.
## S4 method for signature 'mle.ghyp'
summary(object)
object |
An object of class |
Nothing is returned.
David Luethi
Fitting functions fit.ghypuv
and fit.ghypmv
,
coef
, mean
,
vcov
and ghyp.fit.info
for accessor functions for mle.ghyp
objects.
data(smi.stocks)
mle.ghyp.object <- fit.NIGmv(smi.stocks[, c("Nestle", "Swiss.Re", "Novartis")])
summary(mle.ghyp.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.