qqLambertW {LambertW}R Documentation

QQ - Plot for Lambert W

Description

A qq-plot with Lambert W - Gaussian (t) quantiles.

Usage

qqLambertW(y, theta = IGMM(y)$theta, distname = "normal", plot.it = TRUE, ...)

Arguments

y data
theta parameter vector
distname input distribution
plot.it should it be plotted
... ...

Value

x Theoretical quantiles (sorted)
y Empirical quantiles (sorted)

Author(s)

Georg M. Goerg

References

Goerg, G.M. (2009). “Lambert W Random Variables - A new class of skewed distribution functions”. Unpublished

Examples

y=rLambertW(n=200, c(0.2,1,2))
qqLambertW(y, theta=IGMM(y)$theta)


[Package LambertW version 0.1.6 Index]