z2gk | R Documentation |
Transform standard normal draws to g-and-k draws.
z2gk(z, A, B, g, k, c = 0.8)
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. |
k |
Vector of k parameters. Must be at least -0.5. |
c |
Vector of c parameters. Often fixed at 0.8 which is the default. |
A vector of g-and-k values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.