Transform standard normal draws to g-and-h draws.
z2gh(z, A, B, g, h, c = 0.8, type = c("generalised", "tukey"))
A vector of g-and-h values.
Vector of N(0,1) draws.
Vector of location parameters.
Vector of scale parameters. Must be positive.
Vector of g parameters.
Vector of h parameters.
Vector of c parameters. Often fixed at 0.8 which is the default.
Can be "generalised" (default) or "tukey".