R/hyperbStandPars.R

Defines functions hyperbStandPars

Documented in hyperbStandPars

hyperbStandPars <- function(rho, zeta)
{
  ## get standardized parameters in (alpha, beta) parameterization
  out <- ghypStandPars(rho, zeta, 1)[1:4]
  return(out)
}

Try the GeneralizedHyperbolic package in your browser

Any scripts or data that you put into this service are public.

GeneralizedHyperbolic documentation built on Nov. 26, 2023, 3 p.m.