powered by
Returns valid lower/upper bounds (L, U) for the shape parameter gamma of the standardized extended Asymmetric Laplace (exAL), given p0 in (0,1).
(L, U)
gamma
p0
get_gamma_bounds(p0)
A numeric vector of length 2 named c("L","U").
c("L","U")
Numeric scalar in (0, 1); typically the target quantile level.
This is a user-facing convenience wrapper around the C++ routine get_gamma_bounds_cpp(), which performs the actual computation.
get_gamma_bounds_cpp()
get_gamma_bounds(0.5) get_gamma_bounds(0.9)
Run the code above in your browser using DataLab