print.summary.LWest {LambertW} | R Documentation |
Gives a summary of a Lambert W estimation. (GMM or ML)
## S3 method for class 'summary.LWest': print(x, ...)
x |
object of class LWest |
... |
... |
Output with estimation results and useful info for Y implied by this model.
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) summary(fit) fitl=MLE_LambertW(x) summary(fitl)