print.summary.LWest {LambertW} | R Documentation |
Gives a "nice" summary for Lambert W estimation results (GMM or MLE). Output similar to summary.lm
.
## S3 method for class 'summary.LWest': print(x, ...)
x |
object of class LWest |
... |
... |
Output with estimation results plus useful information for the theoretical Y and X implied by the estimated theta.
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)