plot.LWest {LambertW}R Documentation

Plot Estimation results

Description

Plots a histogram, empirical density of the data, and compares it to the estimated Gaussian (t) and Lambert W - Gaussian (t) density.

Usage

## S3 method for class 'LWest':
plot(x, ...)

Arguments

x object of type LWest
... ...

Value

Plot

Author(s)

Georg M. Goerg

References

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

Examples

x=rLambertW(200, theta=c(0.1, 0, 1))
fit=IGMM(x)
plot(fit)

[Package LambertW version 0.1.0 Index]