| z2GH {TukeyGH77} | R 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 |
|
A, B, g, h |
double scalar or vector,
parameters of Tukey |
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)
[Package TukeyGH77 version 0.1.2 Index]