LambertW-package {LambertW}R Documentation

Lambert W simulation and estimation

Description

This packages offers the tools to handle Lambert W random variables.

Details

Package: LambertW
Type: Package
Version: 0.1.0
Date: 2009-03-21
License: GPL 2
LazyLoad: yes
~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Who wrote it

Maintainer: Georg M. Goerg <ggoerg@mat.puc.cl>

References

~~ Literature or other references for background information ~~

See Also

~~ Optional links to other man pages, e.g. ~~ ~~ <pkg> ~~

Examples

data(AA)
attach(AA)
X=AA[AA$sex=="f",]
y=X$bmi
fit.gmm=IGMM(y)
x=get.input(y, fit.gmm$theta)


[Package LambertW version 0.1.0 Index]