z2gh | R Documentation |
Transform standard normal draws to g-and-h draws.
z2gh(z, A, B, g, h, c = 0.8, type = c("generalised", "tukey"))
z |
Vector of N(0,1) draws. |
A |
Vector of location parameters. |
B |
Vector of scale parameters. Must be positive. |
g |
Vector of g parameters. |
h |
Vector of h parameters. |
c |
Vector of c parameters. Often fixed at 0.8 which is the default. |
type |
Can be "generalised" (default) or "tukey". |
A vector of g-and-h values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.