ghypuv-class {ghyp}R Documentation

Class ghypuv

Description

The class “ghypuv” inherits from the base class “ghypbase”. All the parameters, the alternative parameters, the expected value, the variance and the model are stored in an object of class “ghypuv”.

Objects from the Class

Objects can be created by calls of the form ghyp(lambda=1, alpha.bar=0.1, mu=0, sigma=1, gamma=0).

Slots

lambda:
Shape parameter of class "numeric".
alpha.bar:
Shape parameter of class "numeric".
chi:
Shape parameter of an alternative parametrization. Object of class "numeric".
psi:
Shape parameter of an alternative parametrization. Object of class "numeric".
mu:
Location parameter of lass "numeric".
sigma:
Dispersion parameter of class "numeric".
gamma:
Skewness parameter of class "numeric".
model:
Model, i.e., generalized hyperbolic distribution or (a)symmetric special case. Object of class "character".
dimension:
Dimension of the generalized hyperbolic distribution. Object of class "numeric".
expected.value:
The expected value of a generalized hyperbolic distribution. Object of class "numeric".
variance:
The expected value of a generalized hyperbolic distribution. Object of class "numeric".
data:
Data of class "numeric". When an object of class ghypuv is instantiated the user can decide whether data should be stored within the object or not. This may be useful when fitting generalized hyperbolic distributions to data and perform further analysis afterwards.

Extends

Class "ghypbase", directly.

Methods

A “hist” method (see hist).
A “mean” method (see mean).
A “vcov” method (see vcov).

Author(s)

David Lüthi

See Also

ghyp, mle.ghypuv-class and fit.ghypuv

Examples

  ghyp(lambda=1, alpha.bar=0.1, mu=0, sigma=1, gamma=0)

[Package ghyp version 0.9.2 Index]