z2GH: Tukey g-&-h Transformation

View source: R/z2GH.R

z2GHR Documentation

Tukey g-&-h Transformation

Description

To transform standard normal quantiles to Tukey g-&-h quantiles.

Usage

z2GH(z, A = 0, B = 1, g = 0, h = 0)

Arguments

z

double scalar or vector, standard normal quantiles.

A, B, g, h

double scalar or vector, parameters of Tukey g-&-h distribution

Details

Function z2GH() transforms standard normal quantiles to Tukey g-&-h quantiles.

Value

Function z2GH() returns a double scalar or vector.

Note

Function gk:::z2gh is not fully vectorized, i.e., cannot take vector z and vector A/B/g/h, as of 2023-07-20 (package gk version 0.6.0)


TukeyGH77 documentation built on April 3, 2025, 8:39 p.m.