plot.LWest {LambertW} | R Documentation |
Plots a histogram, empirical density of the data, and compares it to the estimated Gaussian (t) and Lambert W - Gaussian (t) density.
## S3 method for class 'LWest': plot(x, ...)
x |
object of type LWest |
... |
... |
Plot
Georg M. Goerg
Goerg, G.M. (2009). “Lambert W Random Variables - A new class of skewed distribution functions”. Unpublished
x=rLambertW(200, theta=c(0.1, 0, 1)) fit=IGMM(x) plot(fit)