fn builtin_dbeta(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Beta density function.
@param x quantile vector (values in [0, 1]) @param shape1 first shape parameter @param shape2 second shape parameter @return numeric vector of densities