ghypuv-class {ghyp} | R Documentation |
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 can be created by calls of the form
ghyp(lambda=1, alpha.bar=0.1, mu=0, sigma=1, gamma=0)
.
lambda
:"numeric"
.alpha.bar
:"numeric"
.chi
:"numeric"
.psi
:"numeric"
.mu
:"numeric"
.sigma
:"numeric"
.gamma
:"numeric"
.model
:"character"
.dimension
:"numeric"
.expected.value
:"numeric"
.variance
:"numeric"
.data
:"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.
Class "ghypbase"
, directly.
A “hist” method (see hist
).
A “mean” method (see mean
).
A “vcov” method (see vcov
).
David Lüthi
ghyp
, mle.ghypuv-class
and fit.ghypuv
ghyp(lambda=1, alpha.bar=0.1, mu=0, sigma=1, gamma=0)