plot.LWest {LambertW} | R Documentation |
A plotting method for the LWest
class. For the estimated delta dn given the data, plots a histogram, empirical density of the data, and compares it to the estimated theoretical 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)