print.summary.LWest {LambertW}R Documentation

Summary of Estimation Results

Description

Gives a "nice" summary for Lambert W estimation results (GMM or MLE). Output similar to summary.lm.

Usage

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

Arguments

x object of class LWest
... ...

Value

Output with estimation results plus useful information for the theoretical Y and X implied by the estimated theta.

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.6 Index]