Change Parameterizations of the Generalized Hyperbolic Distribution
Change Parameterizations of the Generalized Hyperbolic Distribution
This function interchanges between the following 5 parameterizations of the generalized hyperbolic distribution:
mu,delta,alpha,beta,lambda
mu,delta,rho,zeta,lambda
mu,delta,xi,chi,lambda
c("", "\n", "mu,delta,alphabar,betabar,lambda")
mu,delta,pi,zeta,lambda
The first four are the parameterizations given in Prause (1999). The final parameterization has proven useful in fitting.
ghypChangePars(from, to, param, noNames =FALSE)
Arguments
from: The set of parameters to change from.
to: The set of parameters to change to.
param: "from" parameter vector consisting of 5 numerical elements.
noNames: Logical. When TRUE, suppresses the parameter names in the output.
Details
In the 5 parameterizations, the following must be positive:
alpha,delta
zeta,delta
xi,delta
alphabar,delta
zeta,delta
Furthermore, note that in the first parameterization alpha must be greater than the absolute value of beta; in the third parameterization, xi
must be less than one, and the absolute value of chi must be less than xi; and in the fourth parameterization, alphabar must be greater than the absolute value of betabar.
Returns
A numerical vector of length 5 representing param in the to parameterization.
References
Barndorff-Nielsen, O. and , P. (1983). Hyperbolic distributions. In Encyclopedia of Statistical Sciences, eds., Johnson, N. L., Kotz, S. and Read, C. B., Vol. 3, pp. 700--707. New York: Wiley.
Prause, K. (1999) The generalized hyperbolic models: Estimation, financial derivatives and risk measurement. PhD Thesis, Mathematics Faculty, University of Freiburg.