View source: R/G_delta_alpha.R
G_delta_alpha | R Documentation |
Heavy-tail Lambert W RV transformation: G_{\delta, \alpha}(u) = u
\exp(\frac{\delta}{2} (u^2)^{\alpha})
. Reduces to Tukey's h distribution
for \alpha = 1
(G_delta
) and Gaussian input.
G_delta_alpha(u, delta = 0, alpha = 1)
G_delta(u, delta = 0)
G_2delta_2alpha(u, delta = c(0, 0), alpha = c(1, 1))
u |
a numeric vector of real values. |
delta |
heavy tail parameter; default |
alpha |
exponent in |
numeric; same dimension/size as u
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.