fn builtin_qgamma(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Gamma quantile function (inverse CDF).
Uses bisection on the CDF.
@param p probability vector @param shape shape parameter @param rate rate parameter (default 1) @return numeric vector of quantiles