print.summary.LWest {LambertW}R Documentation

Summary of estimation

Description

Gives a summary of a Lambert W estimation. (GMM or ML)

Usage

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

Arguments

x object of class LWest
... ...

Value

Output with estimation results and useful info for Y implied by this model.

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)
summary(fit)

fitl=MLE_LambertW(x)
summary(fitl)

[Package LambertW version 0.1.0 Index]