support {LambertW} | R Documentation |
Computes the theoretical support [a,b], a,b in R cup pm infty of Y given theta.
support(theta)
theta |
parameter vector |
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).
Georg M. Goerg
Goerg, G.M. (2009). “Lambert W Random Variables - A new class of skewed distribution functions”. Unpublished
support(c(0,0,1)) # as delta = 0 support(c(0.1,0,1)) # truncated on the left, as delta >0