get_gamma_bounds: Bounds for the exAL shape parameter gamma

View source: R/gamma_bounds.R

get_gamma_boundsR Documentation

Bounds for the exAL shape parameter gamma

Description

Returns valid lower/upper bounds (L, U) for the shape parameter gamma of the standardized extended Asymmetric Laplace (exAL), given p0 in (0,1).

Usage

get_gamma_bounds(p0)

Arguments

p0

Numeric scalar in (0, 1); typically the target quantile level.

Details

This is a user-facing convenience wrapper around the C++ routine get_gamma_bounds_cpp(), which performs the actual computation.

Value

A numeric vector of length 2 named c("L","U").

Examples

get_gamma_bounds(0.5)
get_gamma_bounds(0.9)

exdqlm documentation built on Feb. 8, 2026, 1:06 a.m.