Transform standard normal draws to g-and-k draws.
z2gk(z, A, B, g, k, c = 0.8)
A vector of g-and-k values.
Vector of N(0,1) draws.
Vector of location parameters.
Vector of scale parameters. Must be positive.
Vector of g parameters.
Vector of k parameters. Must be at least -0.5.
Vector of c parameters. Often fixed at 0.8 which is the default.