| get_gamma_bounds | R Documentation |
Returns valid lower/upper bounds (L, U) for the shape parameter gamma
of the standardized extended Asymmetric Laplace (exAL), given p0 in (0,1).
get_gamma_bounds(p0)
p0 |
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.
A numeric vector of length 2 named c("L","U").
get_gamma_bounds(0.5)
get_gamma_bounds(0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.