fn builtin_qbeta(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Beta quantile function (inverse CDF).
Uses bisection on the CDF.
@param p probability vector @param shape1 first shape parameter @param shape2 second shape parameter @return numeric vector of quantiles