support {LambertW}R Documentation

Truncated support

Description

Computes the theoretical support [a,b], a,b in R cup pm infty of Y given theta.

Usage

support(theta)

Arguments

theta parameter vector

Value

Half-open interval on the real line (if delta neq 0). For delta = 0 the support is the same as for the input distribution (hence (-infty, infty) for Gaussian and student-t input).

Author(s)

Georg M. Goerg

References

Goerg, G.M. (2009). “Lambert W Random Variables - A new class of skewed distribution functions”. Unpublished

Examples

support(c(0,0,1)) # as delta = 0
support(c(0.1,0,1)) # truncated on the left, as delta >0


[Package LambertW version 0.1.9 Index]