The Lambert W\(\times\) F framework can take any (continuous) random variable with distribution
F and make it skewed (type = "s"), heavy tailed (type = "h"),
or both (type = "hh").
In principle, this works for any F. Of course, this package implements only a finite
number of distributions, which can be specified with the distname argument.
Most functions in this package, however, also allow you to pass your own distribution and parameters
and create a Lambert W\(\times\) F version of it.
check_distname checks if the distribution specified by
the distname argument is implemented in this package.
get_distname_family determines whether a distribution is a
location, scale, or location-scale family.
It also returns whether the distribution is supported on non-negative
values only.
get_distnames lists all currently implemented distributions \(F_X\).